I can compile and run a brief interactive test session with the interactive node interpreter. Noticed a two things, guess they might be known already about the port (?):
- Build log shows a bunch of '-O3', not everywhere, but looks like CFLAGS/CXXFLAGS aren't honored consistently. - I'm getting some odd messages from `make port-lib-depends-check`: node-18.12.1v0(lang/node): Bogus WANTLIB: crypto.12 (/usr/local/bin/node) (NOT REACHABLE) Missing: intl.7 from gettext-runtime-0.21.1 (/usr/local/lib/node_modules/node-pledge/build/node_gyp_bins/python3) Missing: python3.10.0 from python-3.10.9p0 (/usr/local/lib/node_modules/node-pledge/build/node_gyp_bins/python3) Bogus WANTLIB: ssl.12 (/usr/local/bin/node) (NOT REACHABLE) Missing: util.16 (/usr/local/lib/node_modules/node-pledge/build/node_gyp_bins/python3) (system lib) WANTLIB += intl python3.10 util Looks to me like the libraries in the last line should be added. Not sure why lib/eopenssl30/{crypto,ssl} aren't found by port-lib-depends-check... On Tue, Dec 27, 2022 at 05:10:12PM +0100, Volker Schlecht wrote: > bump > > On 12/20/22 19:15, Volker Schlecht wrote: > > bump once more in the hope of finding someone to eventually commit ;-) > > > > On 12/17/22 09:55, Volker Schlecht wrote: > > > bump > > > > > > On 12/10/22 15:24, Volker Schlecht wrote: > > > > If it works, it works ... > > > > > > > > Here's the diff with Barry's i386 change included. > > > > So we have positives on amd64, i386 and riscv64 now. > > > > > > > > > (By the way, the patch from my previous email worked for me on both > > > > > amd64 and i386.) > > > > >