Skip to content
Permalink
Browse files

nodejs8: update to version 8.10.0; switch to embedded ICU

  • Loading branch information
ci42 committed Mar 10, 2018
1 parent 59b36b4 commit 94325656beda24fb8d5d6663e93d081aa53c192a
Showing with 5 additions and 8 deletions.
  1. +5 −8 devel/nodejs8/Portfile
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup compiler_blacklist_versions 1.0

name nodejs8
version 8.9.4
version 8.10.0

categories devel net
platforms darwin
@@ -24,15 +24,14 @@ homepage http://nodejs.org/
master_sites ${homepage}dist/v${version}
use_xz yes

checksums rmd160 b00199ffa943a1f81df363aa677fa6f848a75f62 \
sha256 6cdcde9c9c1ca9f450a0b24eafa229ca759e576daa0fae892ce74d541ecdc86f
checksums rmd160 bc968133abcec4b0856033a383e9797cafe1e3b5 \
sha256 b72d4e71618d6bcbd039b487b51fa7543631a4ac3331d7caf69bdf55b5b2901a

distname node-v${version}

depends_build port:pkgconfig

depends_lib port:icu \
port:python27 \
depends_lib port:python27 \
path:lib/libssl.dylib:openssl

proc rec_glob {basedir pattern} {
@@ -66,7 +65,7 @@ post-patch {
}

configure.args-append --without-npm
configure.args-append --with-intl=system-icu
configure.args-append --with-intl=small-icu
configure.args-append --shared-openssl
configure.args-append --shared-openssl-includes=${prefix}/include/openssl
configure.args-append --shared-openssl-libpath=${prefix}/lib
@@ -124,8 +123,6 @@ destroot {

# install headers
xinstall -m 644 -W ${worksrcpath} \
src/async-wrap-inl.h \
src/async-wrap.h \
src/base-object-inl.h \
src/base-object.h \
src/env-inl.h \

0 comments on commit 9432565

Please sign in to comment.
You can’t perform that action at this time.