FreeBSD Bugzilla – Attachment 145329 Details for
Bug 192368
[MAINTAINER] www/node: update to 0.10.30
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
node-0.10.30.patch
node-0.10.30.patch (text/plain), 2.17 KB, created by
linpct
on 2014-08-04 04:14:06 UTC
(
hide
)
Description:
node-0.10.30.patch
Filename:
MIME Type:
Creator:
linpct
Created:
2014-08-04 04:14:06 UTC
Size:
2.17 KB
patch
obsolete
>diff -ruN ../node.orig/Makefile ./Makefile >--- ../node.orig/Makefile 2008-10-07 19:13:35.000000000 +0800 >+++ ./Makefile 2008-10-07 19:14:58.000000000 +0800 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/www/node/Makefile 361555 2014-07-11 15:43:40Z vanilla $ > > PORTNAME= node >-PORTVERSION= 0.10.29 >+PORTVERSION= 0.10.30 > CATEGORIES= www > MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ > DISTNAME= ${PORTNAME}-v${PORTVERSION} >diff -ruN ../node.orig/distinfo ./distinfo >--- ../node.orig/distinfo 2008-10-07 19:13:35.000000000 +0800 >+++ ./distinfo 2008-10-07 19:15:09.000000000 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (node-v0.10.29.tar.gz) = 47379d01f765f87c1a1498b4e65de30e45201de50334954860d7375a8258b15d >-SIZE (node-v0.10.29.tar.gz) = 13480496 >+SHA256 (node-v0.10.30.tar.gz) = 3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2 >+SIZE (node-v0.10.30.tar.gz) = 13527922 >diff -ruN ../node.orig/files/patch-node_constants.cc ./files/patch-node_constants.cc >--- ../node.orig/files/patch-node_constants.cc 2008-10-07 19:13:54.000000000 +0800 >+++ ./files/patch-node_constants.cc 1970-01-01 08:00:00.000000000 +0800 >@@ -1,20 +0,0 @@ >---- src/node_constants.orig 2014-06-24 23:09:52.432840733 -0300 >-+++ src/node_constants.cc 2014-06-24 10:07:23.406890824 -0300 >-@@ -19,13 +19,13 @@ >- // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE >- // USE OR OTHER DEALINGS IN THE SOFTWARE. >- >--// O_NONBLOCK is not exported unless _XOPEN_SOURCE >= 500. >--#if defined(_XOPEN_SOURCE) && _XOPEN_SOURCE < 500 >--#undef _XOPEN_SOURCE >-+// O_NONBLOCK is not exported unless _XOPEN_SOURCE >= 600. >-+#if defined(_XOPEN_SOURCE) && _XOPEN_SOURCE < 600 >-+# undef _XOPEN_SOURCE >- #endif >- >- #if !defined(_XOPEN_SOURCE) >--#define _XOPEN_SOURCE 500 >-+# define _XOPEN_SOURCE 600 >- #endif >- >- #include "node_constants.h" >diff -ruN ../node.orig/pkg-plist ./pkg-plist >--- ../node.orig/pkg-plist 2008-10-07 19:13:35.000000000 +0800 >+++ ./pkg-plist 2014-08-04 12:11:16.000000000 +0800 >@@ -28,6 +28,7 @@ > include/node/v8stdint.h > lib/node_modules/.keepme > man/man1/node.1.gz >+%%LOCALBASE%%/libdata/ldconfig/node > @dirrmtry include/node/openssl > @dirrmtry include/node/uv-private > @dirrmtry include/node >--- node-0.10.30.patch ends here ---
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
Actions:
View
|
Diff
Attachments on
bug 192368
: 145329