mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/node20: Update to 20.18.3
Changes: https://github.com/nodejs/node/releases https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md
This commit is contained in:
parent
d8efcd77cd
commit
31775d0481
3 changed files with 4 additions and 17 deletions
|
@ -1 +1 @@
|
|||
NODEJS_PORTVERSION= 20.18.2
|
||||
NODEJS_PORTVERSION= 20.18.3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.''')
|
Loading…
Add table
Reference in a new issue