Changeset 83179
- Timestamp:
- 08/27/11 04:29:02 (4 years ago)
- Location:
- trunk/dports/devel/nodejs-devel
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-Makefile-python.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/nodejs-devel/Portfile
r82667 r83179 5 5 6 6 name nodejs-devel 7 version 0.5. 47 version 0.5.5 8 8 categories devel net 9 9 platforms darwin … … 22 22 master_sites ${homepage}dist/v${version}/ 23 23 24 checksums rmd160 039ded73ce74fa90206bab3f1bc3c7f5c287d1ad \25 sha256 d32d3af4e3286b383640df857d76c2fcca1a2e2cb85abb484483a0a49d09ae7124 checksums rmd160 ab191a1a4a4345fdbb71649e04cd0ec1e6756f8d \ 25 sha256 6f7ef8859e43545ff9a0e178e39a070f22c6a2abcf46b2cae079f446b5750e65 26 26 27 27 distname node-v${version} … … 42 42 43 43 post-patch { 44 foreach f [concat ${worksrcpath}/tools/node-waf ${worksrcpath}/tools/waf-light ${worksrcpath}/wscript [rec_glob ${worksrcpath} *.py]] { 44 foreach f [concat ${worksrcpath}/tools/node-waf ${worksrcpath}/tools/waf-light \ 45 ${worksrcpath}/tools/gyp_node ${worksrcpath}/tools/gyp/gyp \ 46 ${worksrcpath}/wscript ${worksrcpath}/configure-gyp \ 47 ${worksrcpath}/deps/uv/gyp_uv [rec_glob ${worksrcpath} *.py]] { 45 48 reinplace "s|/usr/bin/env python|${py27_bin}|" ${f} 46 49 } -
trunk/dports/devel/nodejs-devel/files/patch-Makefile-python.diff
r82297 r83179 1 --- Makefile.orig 2011-08- 12 13:11:21.000000000 +02002 +++ Makefile 2011-08- 12 13:14:49.000000000 +02001 --- Makefile.orig 2011-08-27 10:03:17.000000000 +0200 2 +++ Makefile 2011-08-27 10:06:03.000000000 +0200 3 3 @@ -1,4 +1,4 @@ 4 4 -WAF=python tools/waf-light 5 5 +WAF=$(PYTHON) tools/waf-light 6 6 7 web_root = ryan@nodejs.org:~/web/nodejs.org/7 web_root = node@nodejs.org:~/web/nodejs.org/ 8 8 9 9 @@ -33,40 +33,40 @@ … … 60 60 UVTEST += simple/test-assert 61 61 UVTEST += simple/test-buffer 62 @@ -2 57,10 +257,10 @@62 @@ -261,10 +261,10 @@ 63 63 64 64 65 65 test-uv: all 66 - NODE_USE_UV=1 python tools/test.py $(UVTEST)67 + NODE_USE_UV=1 $(PYTHON) tools/test.py $(UVTEST)66 - NODE_USE_UV=1 python tools/test.py --libuv simple 67 + NODE_USE_UV=1 $(PYTHON) tools/test.py --libuv simple 68 68 69 69 test-uv-debug: all 70 - NODE_USE_UV=1 python tools/test.py --mode=debug $(UVTEST)71 + NODE_USE_UV=1 $(PYTHON) tools/test.py --mode=debug $(UVTEST)70 - NODE_USE_UV=1 python tools/test.py --mode=debug simple 71 + NODE_USE_UV=1 $(PYTHON) tools/test.py --mode=debug simple 72 72 73 73 74 build/default/node: all75 @@ -34 4,10 +344,10 @@74 out/Release/node: all 75 @@ -348,10 +348,10 @@ 76 76 ./node benchmark/idle_clients.js & 77 77
Note: See TracChangeset
for help on using the changeset viewer.

