Index: head/www/node4/files/patch-deps_v8_src_compiler_js-type-feedback.h =================================================================== --- head/www/node4/files/patch-deps_v8_src_compiler_js-type-feedback.h (revision 428199) +++ head/www/node4/files/patch-deps_v8_src_compiler_js-type-feedback.h (nonexistent) @@ -1,15 +0,0 @@ ---- deps/v8/src/compiler/js-type-feedback.h.orig 2016-04-01 00:47:45 UTC -+++ deps/v8/src/compiler/js-type-feedback.h -@@ -33,9 +33,10 @@ class JSTypeFeedbackTable : public ZoneO - private: - friend class JSTypeFeedbackSpecializer; - typedef std::map, -- zone_allocator > TypeFeedbackIdMap; -+ zone_allocator > > -+ TypeFeedbackIdMap; - typedef std::map, -- zone_allocator > -+ zone_allocator > > - FeedbackVectorICSlotMap; - - TypeFeedbackIdMap type_feedback_id_map_; Property changes on: head/www/node4/files/patch-deps_v8_src_compiler_js-type-feedback.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node4/files/patch-deps_v8_src_zone-containers.h =================================================================== --- head/www/node4/files/patch-deps_v8_src_zone-containers.h (revision 428199) +++ head/www/node4/files/patch-deps_v8_src_zone-containers.h (nonexistent) @@ -1,18 +0,0 @@ ---- deps/v8/src/zone-containers.h.orig 2016-04-01 00:47:46 UTC -+++ deps/v8/src/zone-containers.h -@@ -114,12 +114,12 @@ class ZoneSet : public std::set> - class ZoneMap -- : public std::map>> { -+ : public std::map>> { - public: - // Constructs an empty map. - explicit ZoneMap(Zone* zone) -- : std::map>>( -- Compare(), zone_allocator>(zone)) {} -+ : std::map>>( -+ Compare(), zone_allocator>(zone)) {} - }; - - Property changes on: head/www/node4/files/patch-deps_v8_src_zone-containers.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node4/files/patch-deps_v8_src_compiler_instruction.h =================================================================== --- head/www/node4/files/patch-deps_v8_src_compiler_instruction.h (revision 428199) +++ head/www/node4/files/patch-deps_v8_src_compiler_instruction.h (nonexistent) @@ -1,11 +0,0 @@ ---- deps/v8/src/compiler/instruction.h.orig 2016-04-01 00:47:45 UTC -+++ deps/v8/src/compiler/instruction.h -@@ -1011,7 +1011,7 @@ class InstructionBlock final : public Zo - - typedef ZoneDeque ConstantDeque; - typedef std::map, -- zone_allocator > > ConstantMap; -+ zone_allocator > > ConstantMap; - - typedef ZoneDeque InstructionDeque; - typedef ZoneDeque ReferenceMapDeque; Property changes on: head/www/node4/files/patch-deps_v8_src_compiler_instruction.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/www/node4/Makefile =================================================================== --- head/www/node4/Makefile (revision 428199) +++ head/www/node4/Makefile (revision 428200) @@ -1,93 +1,92 @@ # Created by: Jin-Sih Lin # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.6.2 -PORTREVISION= 1 +PORTVERSION= 4.7.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 MAINTAINER= bradleythughes@fastmail.fm COMMENT= V8 JavaScript for client and server (4.x LTS) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS OPTIONS_SUB= yes BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation BUNDLED_SSL_USES_OFF= ssl BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl NLS_CONFIGURE_ON= --with-intl=system-icu NLS_LIB_DEPENDS= libicui18n.so:devel/icu USES= compiler:c++11-lib execinfo gmake python:2 pkgconfig localbase HAS_CONFIGURE= yes USE_LDCONFIG= yes CONFLICTS_INSTALL= node[56]-[0-9]* node01[02]-[0-9]* node-[0-9]* node-devel-[0-9]* iojs-[0-9]* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --without-npm \ --shared-libuv \ --shared-zlib PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} LIB_DEPENDS+= libuv.so:devel/libuv .include .if empty(PORT_OPTIONS:MBUNDLED_SSL) .if ${OSVERSION} < 1100085 # node.js requires openssl 1.0.2, use the port since base isn't new enough WITH_OPENSSL_PORT=yes .endif .endif .include .if empty(PORT_OPTIONS:MBUNDLED_SSL) .if !empty(SSL_DEFAULT:Mlibressl*) IGNORE= cannot build node.js with LibreSSL. You must enable BUNDLED_SSL .endif .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|python -c|${PYTHON_CMD} -c|" \ ${WRKSRC}/deps/v8/build/toolchain.gypi @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ ${WRKSRC}/common.gypi \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ ${WRKSRC}/deps/v8/build/standalone.gypi \ ${WRKSRC}/deps/v8/src/d8.gyp \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ ${WRKSRC}/node.gyp \ ${WRKSRC}/tools/icu/icu-generic.gyp post-configure: # Post-process Makefile and *.mk files created by node-gyp and remove # all occurrences of -I${LOCALBASE}/include. C*FLAGS include this # before all -I../deps/* for bundled code. This can cause build # breakages if the dependency is installed in ${LOCALBASE}. The # USES+=localbase above will ensure that we pick up includes for real # external dependencies. ${FIND} ${WRKSRC}/out -type f -print0 \ | ${XARGS} -0 ${REINPLACE_CMD} -e "s|-I${LOCALBASE}/include||g" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node .include Index: head/www/node4/distinfo =================================================================== --- head/www/node4/distinfo (revision 428199) +++ head/www/node4/distinfo (revision 428200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478724819 -SHA256 (node-v4.6.2.tar.gz) = 3c8f3af398c348cdf90fef9b983e4b46aae96a56238236542925e0bb4ee27ee8 -SIZE (node-v4.6.2.tar.gz) = 22821027 +TIMESTAMP = 1481149235 +SHA256 (node-v4.7.0.tar.gz) = 0bc45fc02e425746001a8f012d6781fa5da6e629a43654c84ab7e767368fec61 +SIZE (node-v4.7.0.tar.gz) = 22851509