notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/node/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc
SVNWeb

Number of commits found: 5

Thu, 29 Oct 2020
[ 21:32 bhughes search for other commits by this committer ] Original commit   Revision:553645
www/node: Update 14.14.0 -> 15.0.0

Update to the latest major release of Node.js, which includes many
significant changes. Users are encouraged to read the release notes
before upgrading.

https://nodejs.org/en/blog/release/v15.0.0/

While here, refresh existing patches with `make makepatch`, removing
some powerpc* related patches that have been adopted/reworked upstream
in V8.

Remove the dependency on dns/c-ares and use the bundled version
instead, since Node.js has adopted a change to c-ares that has not yet
been released. The dependency will be re-added once dns/c-ares has
been updated to a release that contains support for CAA DNS records.

An UPDATING entry has also been added to include a notice about this
major version upgrade, and steps users can take to continue using the
v14.x line, which is now LTS.

Sponsored by:	Miles AS
Wed, 29 Jul 2020
[ 21:46 bhughes search for other commits by this committer ] Original commit   Revision:543678
www/node10: Update 10.21.0 -> 10.22.0

https://nodejs.org/en/blog/release/v10.22.0/

Sponsored by:	Miles AS
Mon, 6 Jul 2020
[ 22:19 bhughes search for other commits by this committer ] Original commit   Revision:541372
www/node: Update 14.4.0 -> 14.5.0

https://nodejs.org/en/blog/release/v14.5.0/

Refresh patches with `make makepatch`, and adapt them to the changes
from upstream due to the V8 upgrade.

Sponsored by:	Miles AS
Tue, 9 Jun 2020
[ 22:04 bhughes search for other commits by this committer ] Original commit   Revision:538350
www/node: Update 13.14.0 -> 14.0.0

Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.

Adopt a patch from a newer Node.js version to allow the port to build
with either ICU 66.1 or 67.1.

https://nodejs.org/en/blog/release/v14.0.0/

Sponsored by:	Miles AS
Fri, 13 Dec 2019
[ 10:19 pkubaj search for other commits by this committer ] Original commit   Revision:520012
www/node: fix build on powerpc64 elfv1

13.2.0 broke powerpc64 elfv1 (again). The problem are those two commits:
https://github.com/nodejs/node/commit/605cb9f0fcd1d334ec15959bb79ba44b0e9f8186
https://github.com/nodejs/node/commit/fe99841c88fdb87959a14c7bca81e4cd4582eba6

They added ifdefs for _AIX, but the code they guard should run on all ppc64
elfv1 (not only on AIX).

Widen those ifdefs appriopriately so that node builds again.

PR:		242404
Approved by:	bhughes (maintainer)

Number of commits found: 5