FreeBSD Bugzilla – Attachment 131543 Details for
Bug 175625
[PATCH] www/node-devel: update to 0.9.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
node-devel-0.9.8.patch
node-devel-0.9.8.patch (text/plain), 2.83 KB, created by
Li-Wen Hsu
on 2013-01-27 10:10:00 UTC
(
hide
)
Description:
node-devel-0.9.8.patch
Filename:
MIME Type:
Creator:
Li-Wen Hsu
Created:
2013-01-27 10:10:00 UTC
Size:
2.83 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/node-devel/Makefile ./Makefile >--- /usr/ports/www/node-devel/Makefile 2012-11-17 14:02:43.000000000 +0800 >+++ ./Makefile 2013-01-27 15:27:06.424091432 +0800 >@@ -1,9 +1,7 @@ >-# >-# $FreeBSD: ports/www/node-devel/Makefile,v 1.42 2012/11/17 06:02:43 svnexp Exp $ >-# >+# $FreeBSD: head/www/node-devel/Makefile 306835 2012-11-02 06:57:06Z vanilla $ > > PORTNAME= node >-PORTVERSION= 0.9.3 >+PORTVERSION= 0.9.8 > CATEGORIES= www > MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ > PKGNAMESUFFIX= -devel >diff -ruN --exclude=CVS /usr/ports/www/node-devel/distinfo ./distinfo >--- /usr/ports/www/node-devel/distinfo 2012-11-02 14:57:06.000000000 +0800 >+++ ./distinfo 2013-01-27 14:54:09.621091413 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (node-v0.9.3.tar.gz) = 7e1750cd47d7b8c13c7cf12457b6a528fa2abf8a10b7c9a35c13ed47cebaab41 >-SIZE (node-v0.9.3.tar.gz) = 12481901 >+SHA256 (node-v0.9.8.tar.gz) = b7ad7d9f02d5eaca73a288a261578965c67d3847c2392ee09527acf72549b2e5 >+SIZE (node-v0.9.8.tar.gz) = 12617530 >diff -ruN --exclude=CVS /usr/ports/www/node-devel/files/patch-deps__openssl__openssl.gyp ./files/patch-deps__openssl__openssl.gyp >--- /usr/ports/www/node-devel/files/patch-deps__openssl__openssl.gyp 2012-11-09 09:13:50.000000000 +0800 >+++ ./files/patch-deps__openssl__openssl.gyp 1970-01-01 08:00:00.000000000 +0800 >@@ -1,29 +0,0 @@ >---- ./deps/openssl/openssl.gyp.orig 2012-10-24 12:21:44.000000000 -0400 >-+++ ./deps/openssl/openssl.gyp 2012-11-08 19:57:39.000000000 -0500 >-@@ -3,6 +3,11 @@ >- # found in the LICENSE file. >- >- { >-+ 'variables': { >-+ 'is_clang': 0, >-+ 'gcc_version': 0, >-+ }, >-+ >- 'targets': [ >- { >- 'target_name': 'openssl', >-@@ -674,10 +679,10 @@ >- 'OPENSSLDIR="/etc/ssl"', >- 'TERMIOS', >- ], >-- 'cflags': [ >-- '-Wno-missing-field-initializers', >-- '-Wno-old-style-declaration', >-- ], >-+ 'cflags': ['-Wno-missing-field-initializers'], >-+ }], >-+ ['is_clang==1 or gcc_version>=43', { >-+ 'cflags': ['-Wno-old-style-declaration'], >- }], >- ['OS=="solaris"', { >- 'defines': ['__EXTENSIONS__'], >diff -ruN --exclude=CVS /usr/ports/www/node-devel/files/patch-gyp-common.py ./files/patch-gyp-common.py >--- /usr/ports/www/node-devel/files/patch-gyp-common.py 2012-11-02 14:57:06.000000000 +0800 >+++ ./files/patch-gyp-common.py 1970-01-01 08:00:00.000000000 +0800 >@@ -1,14 +0,0 @@ >---- tools/gyp/pylib/gyp/common.py.orig 2012-09-18 08:54:59.000000000 +0800 >-+++ tools/gyp/pylib/gyp/common.py 2012-09-18 12:14:47.000000000 +0800 >-@@ -366,7 +366,10 @@ >- 'freebsd8': 'freebsd', >- 'freebsd9': 'freebsd', >- } >-- flavor = flavors.get(sys.platform, 'linux') >-+ if 'freebsd' in sys.platform: >-+ flavor = 'freebsd' >-+ else: >-+ flavor = flavors.get(sys.platform, 'linux') >- return params.get('flavor', flavor) >- >-
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 175625
: 131543