Po-Chuan Hsieh 2025-02-18 04:50:38 +08:00
parent d8efcd77cd
commit 31775d0481
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 17 deletions

View file

@ -1 +1 @@
NODEJS_PORTVERSION= 20.18.2
NODEJS_PORTVERSION= 20.18.3

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1738088866
SHA256 (node-v20.18.2.tar.xz) = 69bf81b70f3a95ae0763459f02860c282d7e3a47567c8afaf126cc778176a882
SIZE (node-v20.18.2.tar.xz) = 41933624
TIMESTAMP = 1739663349
SHA256 (node-v20.18.3.tar.xz) = 0674f16f3bc284c11724cd3f7c2a43f7c2c13d2eb7a872dd0db198f3d588c5f2
SIZE (node-v20.18.3.tar.xz) = 41858348

View file

@ -1,13 +0,0 @@
Obtained from: https://github.com/nodejs/node/commit/81517faceac86497b3c8717837f491aa29a5e0f9
--- configure.py.orig 2024-11-20 13:28:19 UTC
+++ configure.py
@@ -1829,7 +1829,7 @@ def configure_intl(o):
elif with_intl == 'system-icu':
# ICU from pkg-config.
o['variables']['v8_enable_i18n_support'] = 1
- pkgicu = pkg_config('icu-i18n')
+ pkgicu = pkg_config(['icu-i18n', 'icu-uc'])
if not pkgicu[0]:
error('''Could not load pkg-config data for "icu-i18n".
See above errors or the README.md.''')