CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/10/23 20:46:47
Modified files:
lang/node : Makefile distinfo
lang/node/patches: patch-common_gypi
patch-deps_npm_node_modules_node-gyp_lib_configure_js
patch-deps_npm_node_modules_node-gyp_lib_install_js
patch-deps_v8_Makefile
patch-deps_v8_tools_gyp_v8_gyp patch-node_gyp
lang/node/pkg : PLIST
Added files:
lang/node/patches: patch-tools_test_py
Removed files:
lang/node : node.port.mk
lang/node/patches: patch-deps_npm_bin_node-gyp-bin_node-gyp
patch-deps_uv_src_unix_openbsd_c
patch-deps_v8_build_common_gypi
patch-deps_v8_src_heap_cc patch-lib_module_js
patch-tools_gyp_node_py
Log message:
Finally update node to the latest version, lots of changes:
- Use internal OpenSSL (no LibreSSL :( )
- Remove node.port.mk as there are no longer any modules in ports.
- Remove various patches that are now upstream.
- Fix some tests by telling test.py the fully qualified path to node
- Add gcc as a RUN dep for building native node modules.
- Clean up Makefile a bit.
OK juanfra@