Page MenuHomeFreeBSD

D12689.id34340.diff
No OneTemporary

D12689.id34340.diff

Index: head/www/node/Makefile
===================================================================
--- head/www/node/Makefile
+++ head/www/node/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 8.6.0
+PORTVERSION= 8.8.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
@@ -89,14 +89,6 @@
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/deps/v8/src/v8.gyp
- # So many different ways to run python. Fix them all.
- @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
- ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -type f -name '*.gyp*' -print0 \
- | ${XARGS} -0 ${REINPLACE_CMD} \
- -e "s|'python'|'${PYTHON_CMD}'|" \
- -e 's|<!(python |<!(${PYTHON_CMD} |' \
- -e 's|\&\& python |\&\& ${PYTHON_CMD} |'
post-configure:
# Post-process Makefile and *.mk files created by node-gyp and remove
Index: head/www/node/distinfo
===================================================================
--- head/www/node/distinfo
+++ head/www/node/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506500421
-SHA256 (node-v8.6.0.tar.gz) = 80551d47440c602c5825a3f6611e13cb0c57d277234dbff693af433a88351a08
-SIZE (node-v8.6.0.tar.gz) = 31159108
+TIMESTAMP = 1508910429
+SHA256 (node-v8.8.0.tar.gz) = 669e0054a25c7f21e6d8bef182da566de35fb3b3441e8f90b6da9585c1f82caf
+SIZE (node-v8.8.0.tar.gz) = 30313488
Index: head/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
===================================================================
--- head/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
+++ head/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
@@ -1,6 +1,6 @@
---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2017-08-09 18:48:10 UTC
+--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2017-10-24 19:40:14 UTC
+++ deps/v8/src/base/platform/platform-freebsd.cc
-@@ -48,6 +48,48 @@ void* OS::Allocate(const size_t requested, size_t* all
+@@ -51,6 +51,48 @@ void* OS::Allocate(const size_t requested, size_t* all
return mbase;
}
Index: head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
===================================================================
--- head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
+++ head/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
@@ -1,6 +1,6 @@
---- deps/v8/src/libsampler/sampler.cc.orig 2017-06-15 11:55:21 UTC
+--- deps/v8/src/libsampler/sampler.cc.orig 2017-10-24 19:40:19 UTC
+++ deps/v8/src/libsampler/sampler.cc
-@@ -499,9 +499,9 @@ void SignalHandler::FillRegisterState(void* context, R
+@@ -506,9 +506,9 @@ void SignalHandler::FillRegisterState(void* context, R
state->sp = reinterpret_cast<void*>(mcontext.mc_rsp);
state->fp = reinterpret_cast<void*>(mcontext.mc_rbp);
#elif V8_HOST_ARCH_ARM

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 17, 5:34 PM (8 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31672070
Default Alt Text
D12689.id34340.diff (2 KB)

Event Timeline