diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2017-08-17 05:19:49 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2017-08-17 05:19:49 +0000 |
commit | 12033e18723649e6a0a3aca41c4400ff1adf8fab (patch) | |
tree | 0cac28f7313fb4c4149838fd64a97fe9ca5e41ad /www/node/Makefile | |
parent | f415a1a920e82e0d32933fce60cd779ddec065e0 (diff) | |
download | ports-12033e18723649e6a0a3aca41c4400ff1adf8fab.tar.gz ports-12033e18723649e6a0a3aca41c4400ff1adf8fab.zip |
Notes
Diffstat (limited to 'www/node/Makefile')
-rw-r--r-- | www/node/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 388d5a21a92c..d74edee91948 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.3.0 +PORTVERSION= 8.4.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -34,6 +34,8 @@ BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu +DTRACE_CONFIGURE_ON= --with-dtrace + USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \ localbase shebangfix @@ -84,10 +86,6 @@ CONFIGURE_ARGS+=--openssl-no-asm CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif -.if ${PORT_OPTIONS:MDTRACE} -CONFIGURE_ARGS+= --with-dtrace -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/src/v8.gyp |