pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/node



Module name:    wip
Committed by:   fhajny
Date:           Fri Jun 15 11:33:29 UTC 2012

Modified Files:
        wip/node: Makefile PLIST distinfo options.mk
        wip/node/patches: patch-common.gypi patch-deps_uv_common.gypi
            patch-deps_uv_src_unix_netbsd.c patch-deps_uv_uv.gyp
Added Files:
        wip/node/patches: patch-deps_v8_tools_gyp_v8.gyp

Log Message:
Update wip/node to the latest dev version 0.7.10.

pkgsrc changes:
* Make package build on non-NetBSD platforms.
* Fix one more Python binary assumption.
* General clean-up and readability changes.

Changes since 0.7.9:
* Roll V8 back to 3.9.24.31
* build: x64 target should always pass -m64 (Robert Mustacchi)
* add NODE_EXTERN to node::Start (Joel Brandt)
* repl: Warn about running npm commands (isaacs)
* slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)
* slab_allocator: fix leak of Persistent handles (Shigeki Ohtsu)
* windows/msi: add node.js prompt to startmenu (Jeroen Janssen)
* windows/msi: fix adding node to PATH (Jeroen Janssen)
* windows/msi: add start menu links when installing (Jeroen Janssen)
* windows: don't install x64 version into the 'program files (x86)' folder
  (Matt Gollob)
* domain: Fix #3379 domain.intercept no longer passes error arg to cb
  (Marc Harter)
* fs: make callbacks run in global context (Ben Noordhuis)
* fs: enable fs.realpath on windows (isaacs)
* child_process: expose UV_PROCESS_DETACHED as options.detached
  (Charlie McConnell)
* child_process: new stdio API for .spawn() method (Fedor Indutny)
* child_process: spawn().ref() and spawn().unref() (Fedor Indutny)
* Upgrade npm to 1.1.25


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/node/patches/patch-deps_v8_tools_gyp_v8.gyp
cvs -z3 rdiff -u -r1.1 -r1.2 wip/node/patches/patch-common.gypi \
    wip/node/patches/patch-deps_uv_common.gypi \
    wip/node/patches/patch-deps_uv_src_unix_netbsd.c \
    wip/node/patches/patch-deps_uv_uv.gyp
cvs -z3 rdiff -u -r1.2 -r1.3 wip/node/options.mk
cvs -z3 rdiff -u -r1.3 -r1.4 wip/node/PLIST
cvs -z3 rdiff -u -r1.5 -r1.6 wip/node/Makefile
cvs -z3 rdiff -u -r1.8 -r1.9 wip/node/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-deps_v8_tools_gyp_v8.gyp?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-common.gypi?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-deps_uv_common.gypi?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-deps_uv_src_unix_netbsd.c?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/patches/patch-deps_uv_uv.gyp?r1=1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/options.mk?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/Makefile?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/node/distinfo?r1=1.8&r2=1.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index