Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145555994
D47091.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D47091.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 10:36 AM (39 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28935982
Default Alt Text
D47091.diff (2 KB)
Attached To
Mode
D47091: www/node{18,20,22}: use proccontrol for JIT
Attached
Detach File
Event Timeline
Log In to Comment