diff --git a/www/node18/Makefile b/www/node18/Makefile --- a/www/node18/Makefile +++ b/www/node18/Makefile @@ -27,7 +27,8 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix tar:xz +USES= compiler:c++11-lib gmake localbase pkgconfig \ + proccontrol python:build shebangfix tar:xz CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ @@ -52,6 +53,8 @@ tools/*.py \ tools/inspector_protocol/*.py +PROCCONTROL_SET=protmax:disable + OPTIONS_DEFINE= BUNDLED_SSL DOCS JIT NLS OPTIONS_DEFAULT=JIT OPTIONS_SUB= yes @@ -62,6 +65,7 @@ BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode +JIT_PROCCONTROL_SET+= wxmap:enable NLS_BUILD_DEPENDS= icu>=69.1:devel/icu NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu diff --git a/www/node20/Makefile b/www/node20/Makefile --- a/www/node20/Makefile +++ b/www/node20/Makefile @@ -27,7 +27,8 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix tar:xz +USES= compiler:c++11-lib gmake localbase pkgconfig \ + proccontrol python:build shebangfix tar:xz CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ @@ -52,6 +53,8 @@ tools/*.py \ tools/inspector_protocol/*.py +PROCCONTROL_SET=protmax:disable + OPTIONS_DEFINE= BUNDLED_SSL DOCS JIT NLS OPTIONS_DEFAULT=JIT OPTIONS_SUB= yes @@ -62,6 +65,8 @@ BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode +JIT_PROCCONTROL_SET+= wxmap:enable + NLS_BUILD_DEPENDS= icu>=69.1:devel/icu NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu diff --git a/www/node22/Makefile b/www/node22/Makefile --- a/www/node22/Makefile +++ b/www/node22/Makefile @@ -27,7 +27,8 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix tar:xz +USES= compiler:c++11-lib gmake localbase pkgconfig \ + proccontrol python:build shebangfix tar:xz CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ @@ -52,6 +53,8 @@ tools/*.py \ tools/inspector_protocol/*.py +PROCCONTROL_SET=protmax:disable + OPTIONS_DEFINE= BUNDLED_SSL DOCS JIT NLS OPTIONS_DEFAULT=JIT OPTIONS_SUB= yes @@ -62,6 +65,7 @@ BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss BUNDLED_SSL_USES_OFF= ssl JIT_CONFIGURE_OFF= --v8-lite-mode +JIT_PROCCONTROL_SET+= wxmap:enable NLS_BUILD_DEPENDS= icu>=69.1:devel/icu NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu