Index: head/www/iojs/files/patch-deps_v8_src_base_platform_platform.h =================================================================== --- head/www/iojs/files/patch-deps_v8_src_base_platform_platform.h (revision 393739) +++ head/www/iojs/files/patch-deps_v8_src_base_platform_platform.h (nonexistent) @@ -1,10 +0,0 @@ ---- deps/v8/src/base/platform/platform.h.orig 2015-03-06 20:47:12.105304846 +0800 -+++ deps/v8/src/base/platform/platform.h 2015-03-06 20:47:28.552291909 +0800 -@@ -21,6 +21,7 @@ - #ifndef V8_BASE_PLATFORM_PLATFORM_H_ - #define V8_BASE_PLATFORM_PLATFORM_H_ - -+#include - #include - #include - #include Property changes on: head/www/iojs/files/patch-deps_v8_src_base_platform_platform.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/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc =================================================================== --- head/www/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc (revision 393739) +++ head/www/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc (nonexistent) @@ -1,29 +0,0 @@ ---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2015-02-06 03:18:41 UTC -+++ deps/v8/src/base/platform/platform-freebsd.cc -@@ -188,7 +188,7 @@ VirtualMemory::VirtualMemory(size_t size - void* reservation = mmap(OS::GetRandomMmapAddr(), - request_size, - PROT_NONE, -- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE, -+ MAP_PRIVATE | MAP_ANON, - kMmapFd, - kMmapFdOffset); - if (reservation == MAP_FAILED) return; -@@ -260,7 +260,7 @@ void* VirtualMemory::ReserveRegion(size_ - void* result = mmap(OS::GetRandomMmapAddr(), - size, - PROT_NONE, -- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE, -+ MAP_PRIVATE | MAP_ANON, - kMmapFd, - kMmapFdOffset); - -@@ -288,7 +288,7 @@ bool VirtualMemory::UncommitRegion(void* - return mmap(base, - size, - PROT_NONE, -- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE | MAP_FIXED, -+ MAP_PRIVATE | MAP_ANON | MAP_FIXED, - kMmapFd, - kMmapFdOffset) != MAP_FAILED; - } Property changes on: head/www/iojs/files/patch-deps_v8_src_base_platform_platform-freebsd.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ 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/iojs/Makefile =================================================================== --- head/www/iojs/Makefile (revision 393739) +++ head/www/iojs/Makefile (revision 393740) @@ -1,56 +1,56 @@ # Created by: Jin-Sih Lin # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 2.5.0 +PORTVERSION= 3.0.0 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= linpct@gmail.com COMMENT= V8 JavaScript for client and server LICENSE= MIT USES= execinfo gmake python:2 USE_GITHUB= yes GH_ACCOUNT= nodejs GH_PROJECT= io.js HAS_CONFIGURE= yes USE_LDCONFIG= yes CONFLICTS= node-0.[02-9][0-9]* node-devel-0.[0-9]* ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} REINPLACE_ARGS= -i '' MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX} .include .if ${OSVERSION} >= 900033 && exists(/usr/bin/clang) CC= clang CXX= clang++ GYP_DEFINES+= clang=1 .else USE_GCC?= yes GYP_DEFINES+= gcc_version=${CXX:S/g++//} .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}/tools/icu/icu-generic.gyp \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ ${WRKSRC}/deps/v8/src/d8.gyp post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iojs .include Index: head/www/iojs/distinfo =================================================================== --- head/www/iojs/distinfo (revision 393739) +++ head/www/iojs/distinfo (revision 393740) @@ -1,2 +1,2 @@ -SHA256 (nodejs-io.js-v2.5.0_GH0.tar.gz) = 6437e8732c2590f2068aa9da32c99d5c24b9473fdbbc1800773d728c6db3b21a -SIZE (nodejs-io.js-v2.5.0_GH0.tar.gz) = 33778881 +SHA256 (nodejs-io.js-v3.0.0_GH0.tar.gz) = bef86ca4305e6441d5dd22b6dbdb1e54c4efdaa1542a38c1606d4b7485aa58f7 +SIZE (nodejs-io.js-v3.0.0_GH0.tar.gz) = 36326169 Index: head/www/iojs/pkg-plist =================================================================== --- head/www/iojs/pkg-plist (revision 393739) +++ head/www/iojs/pkg-plist (revision 393740) @@ -1,128 +1,129 @@ bin/iojs bin/node include/node/android-ifaddrs.h include/node/ares.h include/node/ares_version.h include/node/common.gypi include/node/config.gypi include/node/libplatform/libplatform.h include/node/nameser.h include/node/node.h include/node/node_buffer.h include/node/node_internals.h include/node/node_object_wrap.h include/node/node_version.h include/node/openssl/aes.h include/node/openssl/archs/BSD-x86/opensslconf.h include/node/openssl/archs/BSD-x86_64/opensslconf.h include/node/openssl/archs/VC-WIN32/opensslconf.h include/node/openssl/archs/VC-WIN64A/opensslconf.h include/node/openssl/archs/darwin-i386-cc/opensslconf.h include/node/openssl/archs/darwin64-x86_64-cc/opensslconf.h include/node/openssl/archs/linux-aarch64/opensslconf.h include/node/openssl/archs/linux-armv4/opensslconf.h include/node/openssl/archs/linux-elf/opensslconf.h +include/node/openssl/archs/linux-ppc/opensslconf.h +include/node/openssl/archs/linux-ppc64/opensslconf.h include/node/openssl/archs/linux-x32/opensslconf.h include/node/openssl/archs/linux-x86_64/opensslconf.h include/node/openssl/archs/solaris-x86-gcc/opensslconf.h include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h include/node/openssl/asn1.h include/node/openssl/asn1_mac.h include/node/openssl/asn1t.h include/node/openssl/bio.h include/node/openssl/blowfish.h include/node/openssl/bn.h include/node/openssl/buffer.h include/node/openssl/camellia.h include/node/openssl/cast.h include/node/openssl/cmac.h include/node/openssl/cms.h include/node/openssl/comp.h include/node/openssl/conf.h include/node/openssl/conf_api.h include/node/openssl/crypto.h include/node/openssl/des.h include/node/openssl/des_old.h include/node/openssl/dh.h include/node/openssl/dsa.h include/node/openssl/dso.h include/node/openssl/dtls1.h include/node/openssl/e_os2.h include/node/openssl/ebcdic.h include/node/openssl/ec.h include/node/openssl/ecdh.h include/node/openssl/ecdsa.h include/node/openssl/engine.h include/node/openssl/err.h include/node/openssl/evp.h include/node/openssl/hmac.h include/node/openssl/idea.h include/node/openssl/krb5_asn.h include/node/openssl/kssl.h include/node/openssl/lhash.h include/node/openssl/md4.h include/node/openssl/md5.h include/node/openssl/mdc2.h include/node/openssl/modes.h include/node/openssl/obj_mac.h include/node/openssl/objects.h include/node/openssl/ocsp.h include/node/openssl/opensslconf.h include/node/openssl/opensslv.h include/node/openssl/ossl_typ.h include/node/openssl/pem.h include/node/openssl/pem2.h include/node/openssl/pkcs12.h include/node/openssl/pkcs7.h include/node/openssl/pqueue.h include/node/openssl/rand.h include/node/openssl/rc2.h include/node/openssl/rc4.h include/node/openssl/ripemd.h include/node/openssl/rsa.h include/node/openssl/safestack.h include/node/openssl/seed.h include/node/openssl/sha.h include/node/openssl/srp.h include/node/openssl/srtp.h include/node/openssl/ssl.h include/node/openssl/ssl2.h include/node/openssl/ssl23.h include/node/openssl/ssl3.h include/node/openssl/stack.h include/node/openssl/symhacks.h include/node/openssl/tls1.h include/node/openssl/ts.h include/node/openssl/txt_db.h include/node/openssl/ui.h include/node/openssl/ui_compat.h include/node/openssl/whrlpool.h include/node/openssl/x509.h include/node/openssl/x509_vfy.h include/node/openssl/x509v3.h include/node/pthread-fixes.h -include/node/smalloc.h include/node/stdint-msvc2008.h include/node/tree.h include/node/uv-aix.h include/node/uv-bsd.h include/node/uv-darwin.h include/node/uv-errno.h include/node/uv-linux.h include/node/uv-sunos.h include/node/uv-threadpool.h include/node/uv-unix.h include/node/uv-version.h include/node/uv-win.h include/node/uv.h include/node/v8-debug.h include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h @(,,444) man/man1/iojs.1.gz share/doc/node/gdbinit share/systemtap/tapset/node.stp