From owner-svn-ports-head@freebsd.org Fri Sep 30 13:30:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD2D3C02C32; Fri, 30 Sep 2016 13:30:48 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 703CC7CD; Fri, 30 Sep 2016 13:30:48 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8UDUlU4058632; Fri, 30 Sep 2016 13:30:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8UDUl32058625; Fri, 30 Sep 2016 13:30:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201609301330.u8UDUl32058625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 30 Sep 2016 13:30:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422983 - in head/www/node012: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 13:30:48 -0000 Author: vanilla Date: Fri Sep 30 13:30:46 2016 New Revision: 422983 URL: https://svnweb.freebsd.org/changeset/ports/422983 Log: Update to 0.12.16. PR: 213072 Submitted by: maintainer Added: head/www/node012/files/patch-common.gypi (contents, props changed) Modified: head/www/node012/Makefile head/www/node012/distinfo head/www/node012/files/patch-deps_v8_src_base_platform_platform-freebsd.cc head/www/node012/files/patch-deps_v8_src_base_platform_platform-posix.cc head/www/node012/files/patch-deps_v8_src_compiler_instruction.h Modified: head/www/node012/Makefile ============================================================================== --- head/www/node012/Makefile Fri Sep 30 13:20:06 2016 (r422982) +++ head/www/node012/Makefile Fri Sep 30 13:30:46 2016 (r422983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.15 +PORTVERSION= 0.12.16 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -10,8 +10,6 @@ PKGNAMESUFFIX= 012 MAINTAINER= bradleythughes@fastmail.fm COMMENT= V8 JavaScript for client and server -DEPRECATED= Upstream has placed 0.12.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule -EXPIRATION_DATE= 2017-04-01 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -20,6 +18,9 @@ USES= compiler execinfo gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes +DEPRECATED= Upstream has placed 0.12.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule +EXPIRATION_DATE= 2016-12-31 + CONFLICTS_INSTALL= node-[0-9]* node-devel-[0-9]* node010-[0-9]* iojs-[0-9]* node4-[0-9]* node5-[0-9]* ONLY_FOR_ARCHS= i386 amd64 Modified: head/www/node012/distinfo ============================================================================== --- head/www/node012/distinfo Fri Sep 30 13:20:06 2016 (r422982) +++ head/www/node012/distinfo Fri Sep 30 13:30:46 2016 (r422983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466758293 -SHA256 (node-v0.12.15.tar.gz) = c446d40d9b0eb876dab9a87c3dbd1935dc85155d2ad991b36ddd6c5ca3825a5e -SIZE (node-v0.12.15.tar.gz) = 19926853 +TIMESTAMP = 1475046578 +SHA256 (node-v0.12.16.tar.gz) = 312c0b74b0815f0514de9bf00667850d4f6ce184126f02f3d8dbf40fd48235eb +SIZE (node-v0.12.16.tar.gz) = 19938516 Added: head/www/node012/files/patch-common.gypi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node012/files/patch-common.gypi Fri Sep 30 13:30:46 2016 (r422983) @@ -0,0 +1,10 @@ +--- common.gypi.orig 2016-09-28 09:34:52 UTC ++++ common.gypi +@@ -182,7 +182,6 @@ + [ 'OS in "linux freebsd openbsd solaris android"', { + 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ], + 'cflags_cc': [ +- '-fno-delete-null-pointer-checks', + '-fno-exceptions', + '-fno-rtti', + ], Modified: head/www/node012/files/patch-deps_v8_src_base_platform_platform-freebsd.cc ============================================================================== --- head/www/node012/files/patch-deps_v8_src_base_platform_platform-freebsd.cc Fri Sep 30 13:20:06 2016 (r422982) +++ head/www/node012/files/patch-deps_v8_src_base_platform_platform-freebsd.cc Fri Sep 30 13:30:46 2016 (r422983) @@ -1,4 +1,4 @@ ---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2015-03-31 22:13:01 UTC +--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2016-09-27 17:30:02 UTC +++ deps/v8/src/base/platform/platform-freebsd.cc @@ -131,23 +131,23 @@ std::vector OS addr_buffer[0] = '0'; Modified: head/www/node012/files/patch-deps_v8_src_base_platform_platform-posix.cc ============================================================================== --- head/www/node012/files/patch-deps_v8_src_base_platform_platform-posix.cc Fri Sep 30 13:20:06 2016 (r422982) +++ head/www/node012/files/patch-deps_v8_src_base_platform_platform-posix.cc Fri Sep 30 13:30:46 2016 (r422983) @@ -1,6 +1,6 @@ ---- deps/v8/src/base/platform/platform-posix.cc.orig 2015-03-31 22:13:01 UTC +--- deps/v8/src/base/platform/platform-posix.cc.orig 2016-09-27 17:30:02 UTC +++ deps/v8/src/base/platform/platform-posix.cc -@@ -328,7 +328,7 @@ int OS::GetCurrentThreadId() { +@@ -327,7 +327,7 @@ int OS::GetCurrentThreadId() { #elif V8_OS_ANDROID return static_cast(gettid()); #else Modified: head/www/node012/files/patch-deps_v8_src_compiler_instruction.h ============================================================================== --- head/www/node012/files/patch-deps_v8_src_compiler_instruction.h Fri Sep 30 13:20:06 2016 (r422982) +++ head/www/node012/files/patch-deps_v8_src_compiler_instruction.h Fri Sep 30 13:30:46 2016 (r422983) @@ -1,4 +1,4 @@ ---- deps/v8/src/compiler/instruction.h.orig 2016-03-31 23:26:45 UTC +--- deps/v8/src/compiler/instruction.h.orig 2016-09-27 17:30:02 UTC +++ deps/v8/src/compiler/instruction.h @@ -722,7 +722,7 @@ OStream& operator<<(OStream& os, const C