Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145917426
D12297.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D12297.diff
View Options
Index: head/www/node6/Makefile
===================================================================
--- head/www/node6/Makefile
+++ head/www/node6/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 6.11.2
-PORTREVISION= 1
+PORTVERSION= 6.11.3
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
@@ -34,6 +33,8 @@
NLS_CONFIGURE_ON= --with-intl=system-icu
NLS_LIB_DEPENDS= libicui18n.so:devel/icu
+DTRACE_CONFIGURE_ON= --with-dtrace
+
USES= compiler:c++11-lib execinfo gmake python:2,build pkgconfig \
localbase shebangfix
@@ -82,10 +83,6 @@
.if ${COMPILER_TYPE} == gcc
# GCC does not expose std::snprintf() without this define
CXXFLAGS+= -D_GLIBCXX_USE_C99
-.endif
-
-.if ${PORT_OPTIONS:MDTRACE}
-CONFIGURE_ARGS+= --with-dtrace
.endif
post-patch:
Index: head/www/node6/distinfo
===================================================================
--- head/www/node6/distinfo
+++ head/www/node6/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502041223
-SHA256 (node-v6.11.2.tar.gz) = 20146ed51b638404665737ed8a25cc06e96d7d7259eb90a4bdec4730a78002a6
-SIZE (node-v6.11.2.tar.gz) = 26844771
+TIMESTAMP = 1504848990
+SHA256 (node-v6.11.3.tar.gz) = c60562a7bc316f137297b7aa23ae354e3ac6779fe8ddf46fe43a75b6b92443e8
+SIZE (node-v6.11.3.tar.gz) = 26875258
Index: head/www/node6/files/patch-node.gyp
===================================================================
--- head/www/node6/files/patch-node.gyp
+++ head/www/node6/files/patch-node.gyp
@@ -1,15 +0,0 @@
---- node.gyp.orig 2017-05-10 12:20:05 UTC
-+++ node.gyp
-@@ -818,6 +818,12 @@
- '<(OBJ_DIR)/node/src/node_dtrace_ustack.o'
- ],
- 'conditions': [
-+ [ 'target_arch=="arm"', {
-+ 'action': [
-+ 'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',
-+ '-C', '-G', '-s', 'src/v8ustack.d', '-o', '<@(_outputs)',
-+ ]
-+ } ],
- [ 'target_arch=="ia32"', {
- 'action': [
- 'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 3:53 AM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29013205
Default Alt Text
D12297.diff (2 KB)
Attached To
Mode
D12297: www/node6: Update 6.11.2 -> 6.11.3
Attached
Detach File
Event Timeline
Log In to Comment