diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/node4/Makefile | 18 | ||||
-rw-r--r-- | www/node4/distinfo | 6 |
2 files changed, 5 insertions, 19 deletions
diff --git a/www/node4/Makefile b/www/node4/Makefile index 6fe97d997848..846cabb24ef4 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.6.0 +PORTVERSION= 4.6.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -24,7 +24,7 @@ BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler execinfo gmake python:2 pkgconfig localbase +USES= compiler:c++11-lib execinfo gmake python:2 pkgconfig localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -60,20 +60,6 @@ IGNORE= cannot build node.js with LibreSSL. You must enable BUNDLED_SSL .endif .endif -.if ${COMPILER_TYPE} == clang -MAKE_ENV+= LINK=clang++ -CFLAGS+= -Wno-unused-private-field -.if ${COMPILER_VERSION} >= 33 -CFLAGS+= -Wno-nested-anon-types -Wno-unused-function -.if ${COMPILER_VERSION} >= 34 -CFLAGS+= -Wno-unused-const-variable -.endif -.endif -.else -MAKE_ARGS+= strictaliasing=off -USE_GCC= yes -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp diff --git a/www/node4/distinfo b/www/node4/distinfo index bca1982da8c9..a05db9d7dcb5 100644 --- a/www/node4/distinfo +++ b/www/node4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475046393 -SHA256 (node-v4.6.0.tar.gz) = 0838f12e329edb252e6e6baddca85632bf5ff2ec900e737e88f9bf9b38946b1b -SIZE (node-v4.6.0.tar.gz) = 22746881 +TIMESTAMP = 1476814607 +SHA256 (node-v4.6.1.tar.gz) = b8ca4db42c5a1fed95baf6996ff776db3c95ad2bcf73c7aed2f1f921a1225de3 +SIZE (node-v4.6.1.tar.gz) = 22746422 |