Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148640202
D47091.1787837484.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D47091.1787837484.diff
View Options
Index: www/node18/Makefile
===================================================================
--- www/node18/Makefile
+++ 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
Index: www/node20/Makefile
===================================================================
--- www/node20/Makefile
+++ 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:disabled
+
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
Index: www/node22/Makefile
===================================================================
--- www/node22/Makefile
+++ 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
Thu, Aug 27, 1:31 PM (9 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29473089
Default Alt Text
D47091.1787837484.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