mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
lang/node: Update to 22.20.0
ok tb@
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ USE_WXNEEDED = Yes
|
||||
|
||||
COMMENT = JavaScript runtime built on Chrome's V8 JavaScript engine
|
||||
|
||||
NODE_VERSION = v22.19.0
|
||||
NODE_VERSION = v22.20.0
|
||||
DISTFILES = ${DISTNAME}-headers.tar.gz \
|
||||
${DISTNAME}.tar.xz
|
||||
DIST_TUPLE = github qbit node-pledge 1.1.3 \
|
||||
|
||||
+4
-4
@@ -1,6 +1,6 @@
|
||||
SHA256 (node-v22.19.0-headers.tar.gz) = GDvcFwkjNq0h4BpCXSOOhdtO4HeuPKoFR/8fvaB9m9g=
|
||||
SHA256 (node-v22.19.0.tar.xz) = AnKs/OUM6a0GAogyGxCScZp/GZZvgUGYNUEMWcCdqkY=
|
||||
SHA256 (node-v22.20.0-headers.tar.gz) = IrpGkldkQoIfcBViGXUoNakg6eosAROlD9nr7LDqa70=
|
||||
SHA256 (node-v22.20.0.tar.xz) = /3pqbooTEq9YdeQAWDUcT4kNKKtkwy8SsswZmvoiAC0=
|
||||
SHA256 (qbit-node-pledge-1.1.3.tar.gz) = fEaXvLg6hYEJ69K+mgQFizf8DiJY2/DtyFJB/pEanVU=
|
||||
SIZE (node-v22.19.0-headers.tar.gz) = 8750990
|
||||
SIZE (node-v22.19.0.tar.xz) = 48853616
|
||||
SIZE (node-v22.20.0-headers.tar.gz) = 10200079
|
||||
SIZE (node-v22.20.0.tar.xz) = 50110384
|
||||
SIZE (qbit-node-pledge-1.1.3.tar.gz) = 3167
|
||||
|
||||
@@ -32,21 +32,12 @@ Index: common.gypi
|
||||
}],
|
||||
['_toolset=="host"', {
|
||||
'conditions': [
|
||||
@@ -542,7 +546,7 @@
|
||||
@@ -541,7 +545,7 @@
|
||||
'cflags': [ '-m32' ],
|
||||
'ldflags': [ '-m32' ],
|
||||
}],
|
||||
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
||||
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
||||
+ 'cflags': [ '-m64' ],
|
||||
'ldflags': [ '-m64' ],
|
||||
}],
|
||||
[ 'host_arch=="s390x" and OS=="linux"', {
|
||||
@@ -566,7 +570,7 @@
|
||||
'ldflags': [ '-m32' ],
|
||||
}],
|
||||
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
||||
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
||||
+ 'cflags': [ '-m64' ],
|
||||
'ldflags': [ '-m64' ],
|
||||
}],
|
||||
[ 'target_arch=="s390x" and OS=="linux"', {
|
||||
- [ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
||||
+ [ 'host_arch=="ppc64" and OS not in "aix os400 openbsd"', {
|
||||
'conditions': [
|
||||
[ 'clang==0', {
|
||||
'cflags': [ '-mminimal-toc' ],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: configure.py
|
||||
--- configure.py.orig
|
||||
+++ configure.py
|
||||
@@ -1753,7 +1753,11 @@ def configure_v8(o, configs):
|
||||
@@ -1762,7 +1762,11 @@ def configure_v8(o, configs):
|
||||
if sys.platform != 'darwin':
|
||||
if o['variables']['v8_enable_webassembly'] and o['variables']['target_arch'] == 'x64':
|
||||
o['variables']['v8_enable_wasm_simd256_revec'] = 1
|
||||
|
||||
@@ -17,21 +17,21 @@ Index: include/node/common.gypi
|
||||
'ldflags': [ '-Wl,-z,wxneeded' ],
|
||||
}],
|
||||
['_toolset=="host"', {
|
||||
@@ -542,7 +540,7 @@
|
||||
@@ -541,7 +539,7 @@
|
||||
'cflags': [ '-m32' ],
|
||||
'ldflags': [ '-m32' ],
|
||||
}],
|
||||
[ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
||||
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
||||
+ 'cflags': [ '-m64' ],
|
||||
'ldflags': [ '-m64' ],
|
||||
}],
|
||||
[ 'host_arch=="s390x" and OS=="linux"', {
|
||||
@@ -566,7 +564,7 @@
|
||||
- [ 'host_arch=="ppc64" and OS not in "aix os400"', {
|
||||
+ [ 'host_arch=="ppc64" and OS not in "aix os400 openbsd"', {
|
||||
'conditions': [
|
||||
[ 'clang==0', {
|
||||
'cflags': [ '-mminimal-toc' ],
|
||||
@@ -570,7 +568,7 @@
|
||||
'cflags': [ '-m32' ],
|
||||
'ldflags': [ '-m32' ],
|
||||
}],
|
||||
[ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
||||
- 'cflags': [ '-m64', '-mminimal-toc' ],
|
||||
+ 'cflags': [ '-m64' ],
|
||||
'ldflags': [ '-m64' ],
|
||||
}],
|
||||
[ 'target_arch=="s390x" and OS=="linux"', {
|
||||
- [ 'target_arch=="ppc64" and OS not in "aix os400"', {
|
||||
+ [ 'target_arch=="ppc64" and OS not in "aix os400 openbsd"', {
|
||||
'conditions': [
|
||||
[ 'clang==0', {
|
||||
'cflags': [ '-mminimal-toc' ],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: src/env.cc
|
||||
--- src/env.cc.orig
|
||||
+++ src/env.cc
|
||||
@@ -794,7 +794,7 @@ std::string Environment::GetExecPath(const std::vector
|
||||
@@ -795,7 +795,7 @@ std::string Environment::GetExecPath(const std::vector
|
||||
uv_fs_req_cleanup(&req);
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: tools/test.py
|
||||
--- tools/test.py.orig
|
||||
+++ tools/test.py
|
||||
@@ -960,9 +960,9 @@ class Context(object):
|
||||
@@ -965,9 +965,9 @@ class Context(object):
|
||||
if self.vm is not None:
|
||||
return self.vm
|
||||
if arch == 'none':
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: tools/v8_gypfiles/toolchain.gypi
|
||||
--- tools/v8_gypfiles/toolchain.gypi.orig
|
||||
+++ tools/v8_gypfiles/toolchain.gypi
|
||||
@@ -675,7 +675,7 @@
|
||||
@@ -692,7 +692,7 @@
|
||||
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
|
||||
}],
|
||||
['OS=="freebsd" or OS=="openbsd"', {
|
||||
@@ -10,7 +10,7 @@ Index: tools/v8_gypfiles/toolchain.gypi
|
||||
}],
|
||||
['OS=="netbsd"', {
|
||||
'cflags': [ '-I/usr/pkg/include' ],
|
||||
@@ -860,11 +860,9 @@
|
||||
@@ -877,11 +877,9 @@
|
||||
# Don't use -O3 with sanitizers.
|
||||
['asan==0 and msan==0 and lsan==0 \
|
||||
and tsan==0 and ubsan==0 and ubsan_vptr==0', {
|
||||
|
||||
Reference in New Issue
Block a user