diff options
Diffstat (limited to 'www/node24')
-rw-r--r-- | www/node24/Makefile.version | 2 | ||||
-rw-r--r-- | www/node24/distinfo | 6 | ||||
-rw-r--r-- | www/node24/files/patch-tools_v8__gypfiles_v8.gyp | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/www/node24/Makefile.version b/www/node24/Makefile.version index b74bb829b467..a0f59e10846f 100644 --- a/www/node24/Makefile.version +++ b/www/node24/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 24.3.0 +NODEJS_PORTVERSION= 24.4.0 diff --git a/www/node24/distinfo b/www/node24/distinfo index e0711f404a94..c0c01fe39dc6 100644 --- a/www/node24/distinfo +++ b/www/node24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954144 -SHA256 (node-v24.3.0.tar.xz) = eb688ef8a63fda9ebc0b5f907609a46e26db6d9aceefc0832009a98371e992ed -SIZE (node-v24.3.0.tar.xz) = 49969656 +TIMESTAMP = 1752266024 +SHA256 (node-v24.4.0.tar.xz) = 42fa8079da25a926013cd89b9d3467d09110e4fbb0c439342ebe4dd6ecc26bbb +SIZE (node-v24.4.0.tar.xz) = 50262840 diff --git a/www/node24/files/patch-tools_v8__gypfiles_v8.gyp b/www/node24/files/patch-tools_v8__gypfiles_v8.gyp new file mode 100644 index 000000000000..189f9b3780d8 --- /dev/null +++ b/www/node24/files/patch-tools_v8__gypfiles_v8.gyp @@ -0,0 +1,12 @@ +--- tools/v8_gypfiles/v8.gyp.orig 2025-07-17 21:44:08 UTC ++++ tools/v8_gypfiles/v8.gyp +@@ -1314,9 +1314,6 @@ + # to implement atomic memory access. + # Clang needs it for some atomic operations (https://clang.llvm.org/docs/Toolchain.html#atomics-library). + ['(OS=="linux" and clang==1) or (v8_current_cpu in ["mips64", "mips64el", "arm", "riscv64", "loong64"])', { +- 'link_settings': { +- 'libraries': ['-latomic', ], +- }, + }], + ], + }, # v8_base_without_compiler |