Port details |
- node22 V8 JavaScript for client and server
- 22.13.1 www
=3 22.13.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-05-16 06:30:06
- Last Update: 2025-02-03 15:50:52
- Commit Hash: 95555cb
- People watching this port, also watch:: libevent, phpsysinfo-php82, xcb-util-image, libXdamage, indexinfo
- License: MIT
- WWW:
- https://nodejs.org/
- https://github.com/nodejs/node
- Description:
- Node.js is a free, open-source, cross-platform JavaScript runtime environment
that lets developers create servers, web apps, command line tools and scripts.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/node22/ && make install clean
- To add the package, run one of these commands:
- pkg install www/node22
- pkg install node22
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: node22
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1738088868
SHA256 (node-v22.13.1.tar.xz) = cfce282119390f7e0c2220410924428e90dadcb2df1744c0c4a0e7baae387cc2
SIZE (node-v22.13.1.tar.xz) = 48041964
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- brotli>=1.0.9,1 : archivers/brotli
- c-ares>=1.17.2 : dns/c-ares
- libnghttp2>=1.45.1 : www/libnghttp2
- libuv>=1.42.0 : devel/libuv
- objdump : devel/binutils
- icu>=69.1 : devel/icu
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Runtime dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libcares.so : dns/c-ares
- libnghttp2.so : www/libnghttp2
- libuv.so : devel/libuv
- libicui18n.so : devel/icu
- This port is required by:
- for Build
-
- devel/py-ipympl
- finance/quba-viewer
- games/anki
- lang/dotnet8
- multimedia/jellyfin
- net/gotify-server
- print/qt6-pdf
- for Run
-
- devel/emscripten
- devel/node-thrift
- devel/purescript-language-server
- devel/rubygem-execjs
- devel/sonar-scanner-cli
- devel/sonarqube-community
- finance/quba-viewer
Configuration Options:
- ===> The following configuration options are available for node22-22.13.1:
BUNDLED_SSL=off: Use bundled OpenSSL implementation from node.js
DOCS=on: Build and/or install documentation
JIT=on: Use Just In Time compiler
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- www_node22
- USES:
- compiler:c++11-lib gmake localbase pkgconfig python:build shebangfix tar:xz ssl
- pkg-message:
- For install:
- Note: If you need npm (Node Package Manager), please install www/npm.
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2023-01-30
Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn* Author: sunpoet@FreeBSD.org Reason:
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/node18).
- 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 these changes:
- 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)
|
Number of commits found: 15
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
22.13.1 03 Feb 2025 15:50:52
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.13.1
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md
Security: CVE-2025-22150, CVE-2025-23083, CVE-2025-23084, CVE-2025-23085 |
22.12.0 25 Dec 2024 19:15:09
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.12.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.11.0 30 Oct 2024 12:11:23
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.11.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.10.0 21 Oct 2024 09:17:28
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.10.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.9.0 14 Oct 2024 05:25:20
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.9.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.8.0 07 Oct 2024 14:58:46
    |
Po-Chuan Hsieh (sunpoet)  Author: Piotr Kubaj |
www/node{18,20,22}: Add JIT option
PR: 281746 |
22.8.0 08 Sep 2024 18:37:05
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.8.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.6.0 15 Aug 2024 10:55:29
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.6.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.5.1 21 Jul 2024 09:56:32
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.5.1
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.5.0 18 Jul 2024 16:45:33
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.5.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.4.1 10 Jul 2024 04:57:41
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.4.1
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md
Security: CVE-2024-22018, CVE-2024-22020, CVE-2024-36137, CVE-2024-36138,
CVE-2024-37372 |
22.4.0 06 Jul 2024 16:02:23
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.4.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.3.0 18 Jun 2024 03:59:31
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Update to 22.3.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.2.0 19 May 2024 17:15:12
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Add node22 22.0.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md |
22.0.0 16 May 2024 06:21:47
    |
Po-Chuan Hsieh (sunpoet)  |
www/node22: Add node22 22.0.0
Node.js is a free, open-source, cross-platform JavaScript runtime environment
that lets developers create servers, web apps, command line tools and scripts. |
Number of commits found: 15
|