Permalink
Browse files
nodejs11: update to version 12.0.0
- Loading branch information
Showing
with
5 additions
and
7 deletions.
-
+4
−6
devel/nodejs11/Portfile
-
+1
−1
devel/nodejs11/files/patch-common.gypi.diff
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup cxx11 1.1 |
|
|
|
|
|
name nodejs11 |
|
|
version 11.14.0 |
|
|
version 12.0.0 |
|
|
categories devel net |
|
|
platforms darwin |
|
|
license {MIT BSD} |
|
|
@@ -23,9 +23,9 @@ homepage http://nodejs.org/ |
|
|
master_sites ${homepage}dist/v${version} |
|
|
use_xz yes |
|
|
|
|
|
checksums rmd160 3171f9d08a15ec96d28db5b216e340a3711c1400 \ |
|
|
sha256 9df61d885765fd56148807092d019f07ad593c85faab2c7caaad21b8e9f66de7 \ |
|
|
size 22106812 |
|
|
checksums rmd160 dbd45ca85f2c19f8bc200aadf8ed8743b1134cde \ |
|
|
sha256 93c48550e5da71cf3809ba765e8f8c01124a6b5f8b69869fe3ea8f168fcbfc78 \ |
|
|
size 22387124 |
|
|
|
|
|
distname node-v${version} |
|
|
|
|
|
@@ -49,15 +49,13 @@ patchfiles patch-common.gypi.diff |
|
|
post-patch { |
|
|
foreach f [concat ${worksrcpath}/configure \ |
|
|
${worksrcpath}/tools/gyp/gyp \ |
|
|
${worksrcpath}/deps/v8/gypfiles/gyp_v8 \ |
|
|
${worksrcpath}/deps/v8/tools/objdump-v8 \ |
|
|
[rec_glob ${worksrcpath} *.py]] { |
|
|
reinplace -q "s|/usr/bin/env python|${configure.python}|" ${f} |
|
|
} |
|
|
foreach gypfile [rec_glob ${worksrcpath} *.gyp*] { |
|
|
reinplace -q "s|'python'|'${configure.python}'|" ${gypfile} |
|
|
} |
|
|
reinplace "s|python|${configure.python}|" ${worksrcpath}/deps/v8/gypfiles/toolchain.gypi |
|
|
} |
|
|
|
|
|
configure.args-append --without-npm |
|
|
|
|
|
@@ -4,7 +4,7 @@ |
|
|
'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings |
|
|
'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics |
|
|
'PREBINDING': 'NO', # No -Wl,-prebind |
|
|
- 'MACOSX_DEPLOYMENT_TARGET': '10.7', # -mmacosx-version-min=10.7 |
|
|
- 'MACOSX_DEPLOYMENT_TARGET': '10.10', # -mmacosx-version-min=10.10 |
|
|
'USE_HEADERMAP': 'NO', |
|
|
'OTHER_CFLAGS': [ |
|
|
'-fno-strict-aliasing', |
This comment has been minimized.
3ad5aa7Does it really make sense for
nodejs11to be version 12.x ?