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-armv7 | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/www/node24/Makefile.version b/www/node24/Makefile.version index b74bb829b467..5778c22fca49 100644 --- a/www/node24/Makefile.version +++ b/www/node24/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 24.3.0 +NODEJS_PORTVERSION= 24.4.1 diff --git a/www/node24/distinfo b/www/node24/distinfo index e0711f404a94..f92d33ffd802 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 = 1753265712 +SHA256 (node-v24.4.1.tar.xz) = adb79ca0987486ed66136213da19ff17ef6724dcb340c320e010c9442101652f +SIZE (node-v24.4.1.tar.xz) = 50266728 diff --git a/www/node24/files/patch-armv7 b/www/node24/files/patch-armv7 new file mode 100644 index 000000000000..189f9b3780d8 --- /dev/null +++ b/www/node24/files/patch-armv7 @@ -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 |