Update to latest. Nothing special.

ChageLog: https://github.com/nodejs/node/blob/v4.4.0/CHANGELOG.md

OK awolk@
This commit is contained in:
abieber 2016-03-12 02:50:36 +00:00
parent a8fe2f782b
commit aa27302904
4 changed files with 870 additions and 315 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2016/02/28 20:12:51 abieber Exp $
# $OpenBSD: Makefile,v 1.44 2016/03/12 02:50:36 abieber Exp $
# XXX:
# - Needs __ARM_NR_cacheflush (or the like) to work on arm-based ports.
@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc
COMMENT= V8 JavaScript for clients and servers
NODE_VERSION= v4.3.1
NODE_VERSION= v4.4.0
PLEDGE_VER= 1.1.0
DISTFILES= node-pledge-{}${PLEDGE_VER}.tar.gz:0 ${DISTNAME}.tar.gz

View File

@ -1,4 +1,4 @@
SHA256 (node-pledge-1.1.0.tar.gz) = BuKnrXSkqpTb5Tfap1AHk+l7ucTJLEWbMFNbgQkNBsw=
SHA256 (node-v4.3.1.tar.gz) = YeLVjoYbbJ2/CsdiS3GBmMvVm4ip3jGjmgXelaMu7nM=
SHA256 (node-v4.4.0.tar.gz) = LPx2KSV20XqPJDQykiFnWXLJbl/WDNaUYQ9TE0B5+S4=
SIZE (node-pledge-1.1.0.tar.gz) = 2560
SIZE (node-v4.3.1.tar.gz) = 22585371
SIZE (node-v4.4.0.tar.gz) = 22346977

View File

@ -1,20 +1,11 @@
$OpenBSD: patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py,v 1.3 2016/01/08 16:50:13 abieber Exp $
--- deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig Wed Dec 23 09:53:37 2015
+++ deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py Thu Jan 7 15:46:17 2016
$OpenBSD: patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py,v 1.4 2016/03/12 02:50:36 abieber Exp $
--- deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig Fri Mar 11 15:50:21 2016
+++ deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py Fri Mar 11 15:51:03 2016
@@ -272,6 +272,7 @@ all_deps :=
%(make_global_settings)s
+CXX := eg++
CC.target ?= %(CC.target)s
CFLAGS.target ?= $(CFLAGS)
CFLAGS.target ?= $(CPPFLAGS) $(CFLAGS)
CXX.target ?= %(CXX.target)s
@@ -365,7 +366,7 @@ cmd_touch = touch $@
quiet_cmd_copy = COPY $@
# send stderr to /dev/null to ignore messages when linking directories.
-cmd_copy = rm -rf "$@" && cp -af "$<" "$@"
+cmd_copy = rm -rf "$@" && cp -pf "$<" "$@"
%(link_commands)s
"""

File diff suppressed because it is too large Load Diff