notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/node/files/patch-deps_v8_src_libsampler_sampler.cc

Number of commits found: 18

Monday, 30 Jan 2023
14:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}

The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.

The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.

After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)

Discussed with:	jrm, otis, pizzamig
commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c fa93fdc
Tuesday, 26 Oct 2021
12:39 Piotr Kubaj (pkubaj) search for other commits by this committer
www/node: enable sampler on powerpc64le
commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1 commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1 commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1 commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1 b2a038a
Saturday, 23 Oct 2021
11:00 Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.11.1 -> 17.0.0

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

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

MFH:		2021Q4
Sponsored by:   Miles AS
commit hash: f7594b482c9bec7bce93f32633adfed12184729b commit hash: f7594b482c9bec7bce93f32633adfed12184729b commit hash: f7594b482c9bec7bce93f32633adfed12184729b commit hash: f7594b482c9bec7bce93f32633adfed12184729b f7594b4
Thursday, 14 Oct 2021
18:31 Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.10.0 -> 16.11.0

MFH:	2021Q4
Sponsored by:	Miles AS
commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 25cf6ee
Tuesday, 20 Apr 2021
21:29 Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 15.14.0_1 -> 16.0.0

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

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

Sponsored by:	Miles AS
commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e bc3d093
Thursday, 29 Oct 2020
21:32 bhughes search for other commits by this committer
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
Original commitRevision:553645 
Monday, 6 Jul 2020
22:19 bhughes search for other commits by this committer
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
Original commitRevision:541372 
Tuesday, 9 Jun 2020
22:04 bhughes search for other commits by this committer
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
Original commitRevision:538350 
Wednesday, 21 Aug 2019
20:08 bhughes search for other commits by this committer
www/node: Update 12.8.1 -> 12.9.0

https://nodejs.org/en/blog/release/v12.9.0/

Regenerate patches with `make makepatch`, taking care to keep patches
for files that have moved after Node.js upgraded the bundled V8
dependency.

Sponsored by:	Miles AS
Original commitRevision:509555 
Friday, 16 Aug 2019
22:27 bhughes search for other commits by this committer
www/node: Update 12.7.0 -> 12.8.0

https://nodejs.org/en/blog/release/v12.8.0/

The bundled OpenSSL configuration now includes BSD-x86, which this port
can now use. The build for i386 is still using the no-asm variant for
the time being. Assembler errors in BSD-x86/asm-avx2 need to be
investigated to be able to enable asm with the bundled OpenSSL.

While here, regenerate all remaining patches with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:509122 
Wednesday, 8 May 2019
18:41 bhughes search for other commits by this committer
www/node: fix build on powerpc64

Upstream broke powerpc64 big-endian. Replace the check for AIX with
check for big-endian PPC64 to fix the build.

PR:		237586
Submitted by:	pkubaj
Sponsored by:	Miles AS
Original commitRevision:501035 
Wednesday, 24 Apr 2019
10:55 bhughes search for other commits by this committer
www/node: Update 11.14.0 -> 12.0.0

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

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

Update minimum version requirements for dependencies. Regenerate patches
with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:499831 
Friday, 8 Feb 2019
20:51 bhughes search for other commits by this committer
www/node: Update 11.8.0 -> 11.9.0

Update patches and pkg-plist for deps/openssl/**/* after upstream
pdated to OpenSSL 1.1.1a and refresh existing patches with
`make makepatch`.

https://nodejs.org/en/blog/release/v11.9.0/

Sponsored by:	Miles AS
Original commitRevision:492447 
Monday, 27 Aug 2018
11:31 bhughes search for other commits by this committer
www/node: Update 10.7.0_1 -> 10.9.0

This is a security release addressing multiple vulnerabilities. Users
are recommended to upgrade as soon as possible.

https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/
https://nodejs.org/en/blog/release/v10.9.0/

While here, refresh patches with `make makepatch`

MFH:		2018Q3
Security:	0904e81f-a89d-11e8-afbb-bc5ff4f77b71
Sponsored by:	Miles AS
Original commitRevision:478194 
Monday, 30 Apr 2018
22:46 bhughes search for other commits by this committer
www/node: Update 9.11.1_1 -> 10.0.0

Update to the latest major release of Node.js. This release includes
many significant changes, both to Node.js itself and the FreeBSD port.

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

In particular, Node.js now requires OpenSSL 1.1.0h, so the BUNDLED_SSL
option is enabled by default. It is still possible to disable this
option when using security/openssl-devel (which is currently at 1.1.0h).
Multiple patches are required to get Node.js building with the bundled
OpenSSL library. Only amd64 builds get optimized assembler; all other
archs use non-asm implementations.
Original commitRevision:468746 
Wednesday, 25 Oct 2017
18:43 bhughes search for other commits by this committer
www/node: Update 8.6.0 -> 8.8.0

Update to the latest upstream v8.x release to address a remote DoS
vulnerability.

https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
https://nodejs.org/en/blog/release/v8.8.0/

Remove post-patch rules to replace various occurrences of 'python' with
PYTHON_CMD. Upstream has done a change to ensure that the "correct"
python version is called at build time, making our post-patch steps
unnecessary.

Re-roll patches with 'make makepatch'.

Approved by:	robak (mentor)
MFH:		2017Q4
Security:	CVE-2017-14919
Differential Revision:	https://reviews.freebsd.org/D12689
Original commitRevision:452891 
Wednesday, 28 Jun 2017
09:00 bhughes search for other commits by this committer
www/node: Update 7.10.0 -> 8.1.2

Bump to the latest major version of Node.js.

Remove files/patch-node.gyp, since this patch has been accepted
upstream. Remove
files/patch-deps_v8_src_base_atomicops__internals__arm__gcc.h,
which patches a now non-existent file after a change in how V8
implements atomic operations. Conditionally add the
_LIBCPP_TRIVIAL_PAIR_COPY_CTOR define when using clang 3.x to
workaround a known problem in libc++.

Approved by:    robak (mentor)
Differential Revision:	https://reviews.freebsd.org/D11030
Original commitRevision:444555 
Thursday, 5 Jan 2017
19:34 sunpoet search for other commits by this committer
Update to 7.4.0 [1]

- Fix build on ARMv6 [2]
- While I'm here, remove duplicate PLIST_SUB which is already handled by
OPTIONS_SUB=yes

Changes:	https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V7.md
		https://nodejs.org/en/blog/release/v7.4.0/
PR:		215775 [1], 215044 [2]
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer) [1],
		Peter Laursen <plaursen@kobalt.dk> [2]
Original commitRevision:430663 

Number of commits found: 18