On Mon, Apr 15, 2024 at 05:30:00AM +0200, Bjorn Ketelaars wrote: > On Mon 15/04/2024 00:01, Theo Buehler wrote: > > @@ -77,8 +78,8 @@ LIB_DEPENDS += archivers/brotli \ > > www/nghttp2 \ > > security/openssl/3.1 > > LIB_DEPENDS needs to be updated as well ^^^
Grmbl. Indeed. Thanks. Index: Makefile =================================================================== RCS file: /cvs/ports/lang/node/Makefile,v diff -u -p -r1.132 Makefile --- Makefile 19 Feb 2024 07:45:39 -0000 1.132 +++ Makefile 15 Apr 2024 06:18:58 -0000 @@ -13,6 +13,7 @@ DISTFILES.pledge = node-pledge-{}${PLEDG DISTNAME = node-${NODE_VERSION} PKGNAME = ${DISTNAME:S/v//g} +REVISION = 0 EPOCH = 0 SITES.pledge = https://github.com/qbit/node-pledge/archive/ @@ -32,7 +33,7 @@ MODULES = lang/python WANTLIB += c execinfo m pthread ${COMPILER_LIBCXX} WANTLIB += z brotlienc brotlidec WANTLIB += icudata icui18n icuuc cares nghttp2 uv -WANTLIB += lib/eopenssl31/ssl lib/eopenssl31/crypto +WANTLIB += lib/eopenssl32/ssl lib/eopenssl32/crypto COMPILER = base-clang ports-gcc @@ -75,10 +76,10 @@ LIB_DEPENDS += archivers/brotli \ net/libcares \ textproc/icu4c \ www/nghttp2 \ - security/openssl/3.1 + security/openssl/3.2 -EOPENSSL_LIB = ${LOCALBASE}/lib/eopenssl31 -EOPENSSL_INC = ${LOCALBASE}/include/eopenssl31 +EOPENSSL_LIB = ${LOCALBASE}/lib/eopenssl32 +EOPENSSL_INC = ${LOCALBASE}/include/eopenssl32 post-extract: mv ${WRKDIR}/node-pledge-${PLEDGE_VER} \