FreeBSD Bugzilla – Attachment 124469 Details for
Bug 167949
[MAINTAINER] www/node: update to 0.6.18
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
node-0.6.18.patch
node-0.6.18.patch (text/plain), 1.77 KB, created by
linpct
on 2012-05-16 07:40:06 UTC
(
hide
)
Description:
node-0.6.18.patch
Filename:
MIME Type:
Creator:
linpct
Created:
2012-05-16 07:40:06 UTC
Size:
1.77 KB
patch
obsolete
>diff -ruN --exclude=CVS ../node.orig/Makefile ./Makefile >--- ../node.orig/Makefile 2012-05-09 11:25:27.000000000 +0800 >+++ ./Makefile 2012-05-16 13:25:44.000000000 +0800 >@@ -6,8 +6,7 @@ > # > > PORTNAME= node >-PORTVERSION= 0.6.17 >-PORTREVISION= 1 >+PORTVERSION= 0.6.18 > CATEGORIES= www > MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ > DISTNAME= ${PORTNAME}-v${PORTVERSION} >diff -ruN --exclude=CVS ../node.orig/distinfo ./distinfo >--- ../node.orig/distinfo 2012-05-08 12:47:05.000000000 +0800 >+++ ./distinfo 2012-05-16 13:25:34.000000000 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (node-v0.6.17.tar.gz) = 8dfe5948de27e37a14af184f06e7bd89a23c3b248af44c8ef5cffcd0e4c65778 >-SIZE (node-v0.6.17.tar.gz) = 10252898 >+SHA256 (node-v0.6.18.tar.gz) = 6cf4311ecbc1700e88f4382a31b3a7017c1572cd641fd06e653fc1692c2cffff >+SIZE (node-v0.6.18.tar.gz) = 10261465 >diff -ruN --exclude=CVS ../node.orig/files/patch-wscript ./files/patch-wscript >--- ../node.orig/files/patch-wscript 2011-12-05 11:16:48.000000000 +0800 >+++ ./files/patch-wscript 2012-05-16 13:33:52.000000000 +0800 >@@ -1,12 +1,12 @@ >---- wscript.orig 2011-11-12 06:56:27.000000000 +0800 >-+++ wscript 2011-11-12 22:12:23.000000000 +0800 >-@@ -634,8 +634,7 @@ >+--- wscript.orig 2012-05-16 13:28:07.000000000 +0800 >++++ wscript 2012-05-16 13:33:24.000000000 +0800 >+@@ -642,8 +642,7 @@ > # > cmd = 'cp -r ' + sh_escape(srcdir) + '/* ' + sh_escape(blddir) > if not sys.platform.startswith('win32'): > - make = ('if [ -z "$NODE_MAKE" ]; then NODE_MAKE=make; fi; ' > - '$NODE_MAKE -C ' + sh_escape(blddir)) > + make = 'gmake -C ' + sh_escape(blddir) >+ flags = arch_cflags(bld) >+ if flags: make += ' CFLAGS=\'%s\'' % ' '.join(flags) # don't escape > else: >- make = 'make -C ' + sh_escape(blddir) >- return '%s && (%s clean) && (%s all)' % (cmd, make, make)
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 167949
: 124469