Created attachment 169896 [details] patch from a git commit, apply with patch -p1 Update to the latest upstream major release. "This new major version of Node.js delivers significant improvements in performance, reliability, usability and security. Module loading is nearly four times faster than in Node.js v4, tests and documentation have seen significant improvements, usability of the Buffer and File System APIs have been improved, and Node.js now supports 93% of ES6 language features, thanks to V8 version 5.0." The full release announcement can be read here: https://nodejs.org/en/blog/release/v6.0.0/ The full changelog is available on Github: https://github.com/nodejs/node/commit/ce3e3c5fe15479475c068482c48eb9cbf1ac9df5 Enjoy!
Created attachment 169897 [details] poudriere testport log Truncated poudriere testport log. Due to log size, I stripped cc/c++ command echos from the log using the following command: $ grep -vE '^ (cc|c\+\+)' node-6.0.0.log > node-6.0.0-truncated.log
Created attachment 169915 [details] poudriere testport log 10.3-RELEASE amd64
Created attachment 169916 [details] poudriere testport log 10.3-RELEASE i386
Created attachment 169918 [details] poudriere testport log 10.2-RELEASE amd64
Created attachment 169919 [details] poudriere testport log 10.2-RELEASE i386
Created attachment 169920 [details] poudriere testport log 10.1-RELEASE amd64
Created attachment 169921 [details] poudriere testport log 10.1-RELEASE i386
Created attachment 169922 [details] poudriere testport log 9.3-RELEASE amd64
Created attachment 169923 [details] poudriere testport log 9.3-RELEASE i386
I've attached new poudriere testport logs for all supported FreeBSD releases. Each log is truncated, removing uninteresting make output using the following command: $ grep -vE '^ (g?cc|[gc]\+\+)' $jail-node-6.0.0.log > $jail-node-6.0.0-truncated.log
Testbuilds @work
A commit references this bug: Author: pi Date: Thu May 5 13:45:01 UTC 2016 New revision: 414646 URL: https://svnweb.freebsd.org/changeset/ports/414646 Log: www/node: 5.11.0 -> 6.0.0 New port: www/node5, to ease migration from node-5.x to node-6.x This new major version of Node.js delivers significant improvements in performance, reliability, usability and security. Module loading is nearly four times faster than in Node.js v4, tests and documentation have seen significant improvements, usability of the Buffer and File System APIs have been improved, and Node.js now supports 93% of ES6 language features, thanks to V8 version 5.0. The full release announcement can be read here: https://nodejs.org/en/blog/release/v6.0.0/ The full changelog is available on Github: https://github.com/nodejs/node/commit/ce3e3c5fe15479475c068482c48eb9cbf1ac9df5 For node5: node.js v5.x will only be supported for a few months to give people time to move to v6. This new port is marked as deprecated with an expiration date of July 1, allowing all of May and June to transition. See https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v5 PR: 209215, 209216 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer) Changes: head/UPDATING head/www/Makefile head/www/node/Makefile head/www/node/distinfo head/www/node/files/patch-deps_v8_src_compiler_instruction.h head/www/node/files/patch-deps_v8_src_compiler_js-type-feedback.h head/www/node/files/patch-deps_v8_src_zone-containers.h head/www/node/pkg-plist head/www/node5/ head/www/node5/Makefile head/www/node5/files/patch-deps_v8_src_compiler_instruction.h head/www/node5/files/patch-deps_v8_src_compiler_js-type-feedback.h head/www/node5/files/patch-deps_v8_src_zone-containers.h head/www/node5/pkg-plist
Committed, thanks! Btw, some small changes to pet portlint...