On 2022/01/23 17:47, Aaron Bieber wrote: > > Volker Schlecht <openbsd-po...@schlecht.dev> writes: > > > Bump... > > > > On 1/16/22 16:48, Volker Schlecht wrote: > >> Update after feedback from abieber@ > > I was able to build webstuffs for the latest navidrome without > issue. pldc complains about: > > Bogus WANTLIB: crypto.11 (/usr/local/bin/node) (NOT REACHABLE) > Bogus WANTLIB: ssl.11 (/usr/local/bin/node) (NOT REACHABLE) > > but I am not sure that that's accurate.
check-lib-depends doesn't handle libraries in directories other than /usr/local/lib, I think the old version will have the same. > + return "/usr/local/bin/node"; > > ^ did we relax the LOCALBASE stuff? I assume portcheck would have your guess is as good as mine on that :) > complained about this if not. best not to assume too much about portcheck, it is not particularly smart. > Assuming the above are fine, OK abieber@. (I didn't do a node-bulk or > further testing beyond navidrome) >