FreeBSD Bugzilla – Attachment 175687 Details for
Bug 213432
www/node: Update to 6.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from a git commit
nodejs-6.8.0.diff (text/plain), 1.56 KB, created by
Bradley T. Hughes
on 2016-10-13 07:16:47 UTC
(
hide
)
Description:
patch from a git commit
Filename:
MIME Type:
Creator:
Bradley T. Hughes
Created:
2016-10-13 07:16:47 UTC
Size:
1.56 KB
patch
obsolete
>commit b1a2c99c784f48a819e1c423a1450e7d12812c69 >Author: Bradley T. Hughes <bradleythughes@fastmail.fm> >Date: Wed Oct 12 21:00:44 2016 +0000 > > www/node: Update to 6.8.0 > > Bump to the latest upstream release. Add a new patch to add > -DZLIB_CONST, without which the build will break. > > https://nodejs.org/en/blog/release/v6.8.0/ > >diff --git www/node/Makefile www/node/Makefile >index ebee39a..49d9a02 100644 >--- www/node/Makefile >+++ www/node/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= node >-PORTVERSION= 6.7.0 >+PORTVERSION= 6.8.0 > DISTVERSIONPREFIX= v > CATEGORIES= www > MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ >diff --git www/node/distinfo www/node/distinfo >index 5bf8187..f52b8ad 100644 >--- www/node/distinfo >+++ www/node/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1475046238 >-SHA256 (node-v6.7.0.tar.gz) = 02b8ee1719a11b9ab22bef9279519efaaf31dd0d39cba4c3a1176ccda400b8d6 >-SIZE (node-v6.7.0.tar.gz) = 26431821 >+TIMESTAMP = 1476306017 >+SHA256 (node-v6.8.0.tar.gz) = a8a2d4b74734991dd45e5b2b0b13617864f1283f6d6bc262e1e4d30741114352 >+SIZE (node-v6.8.0.tar.gz) = 26502047 >diff --git www/node/files/patch-node.gyp www/node/files/patch-node.gyp >new file mode 100644 >index 0000000..72f9f33 >--- /dev/null >+++ www/node/files/patch-node.gyp >@@ -0,0 +1,11 @@ >+--- node.gyp.orig 2016-10-12 21:30:37 UTC >++++ node.gyp >+@@ -477,6 +477,8 @@ >+ }], >+ [ 'node_shared_zlib=="false"', { >+ 'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ], >++ }, { >++ 'defines': [ 'ZLIB_CONST' ], >+ }], >+ >+ [ 'node_shared_http_parser=="false"', {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bhughes
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213432
: 175687