| Port details |
- node25 V8 JavaScript for client and server
- 25.3.0 www
=0 25.2.1_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-10-27 14:39:09
- Last Update: 2026-01-15 11:53:15
- Commit Hash: 9facae5
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/node25/ && make install clean
- To add the package, run one of these commands:
- pkg install www/node25
- pkg install node25
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: node25
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1768399996
SHA256 (node-v25.3.0.tar.xz) = 97939099edd035a0c1a2d1fc849cac018ec2a38c0c28dd8e8246fd883cdb9e9e
SIZE (node-v25.3.0.tar.xz) = 53290500
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- objdump : devel/binutils
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Runtime dependencies:
-
- corepack>=0 : www/corepack
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libcares.so : dns/c-ares
- libicui18n.so : devel/icu
- libllhttp.so : www/llhttp
- libnghttp2.so : www/libnghttp2
- libnghttp3.so : www/libnghttp3
- libngtcp2.so : net/libngtcp2
- libsimdjson.so : devel/simdjson
- libuv.so : devel/libuv
- libzstd.so : archivers/zstd
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Run
-
- www/github-release-monitor
- www/npm-node25
- www/yarn-node25
Configuration Options:
- ===> The following configuration options are available for node25-25.3.0:
BUNDLED_SSL=off: Use bundled OpenSSL implementation from node.js
DOCS=on: Build and/or install documentation
JIT=on: Use Just In Time compiler
===> Use 'make config' to modify these settings
- Options name:
- www_node25
- USES:
- compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix sqlite tar:xz ssl
- pkg-message:
- For install:
- Note: If you need npm (Node Package Manager), please install www/npm-node25.
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
25.3.0 15 Jan 2026 11:53:15
    |
Po-Chuan Hsieh (sunpoet)  |
www/node25: Update to 25.3.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V25.md
Security: CVE-2025-55130, CVE-2025-55131, CVE-2025-55132, CVE-2025-59465,
CVE-2025-59466, CVE-2026-21636, CVE-2026-21637 |
25.2.1_1 16 Dec 2025 18:30:48
    |
Michael Osipov (michaelo)  |
www/node2{0,2,4,5}: Don't depend on security/ca_root_nss anymore
When node.js is being build with an external OpenSSL (shared linking) the option
'--openssl-use-def-ca-store' ensures that OpenSSL uses the system truststore
managed by certctl(8). If the bundled OpenSSL is used node.js comes also bundled
with a Mozilla CA bundle as well. In any case security/ca_root_nss is not
required.
PR: 291482
Approved by: sunpoet (maintainer) |
25.2.1 29 Nov 2025 23:22:55
    |
Po-Chuan Hsieh (sunpoet)  |
www/node25: Update to 25.2.1
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V25.md |
25.1.0_2 12 Nov 2025 13:53:24
    |
Robert Clausecker (fuz)  |
*/*: bump PORTREVISION following libsimdjson soname change |
25.1.0_1 11 Nov 2025 12:10:18
    |
Po-Chuan Hsieh (sunpoet)  |
www/node25: Use databases/sqlite3 instead of the bundled one
- Bump PORTREVISION for dependency and package change
PR: 290509 |
25.1.0 09 Nov 2025 16:30:52
    |
Po-Chuan Hsieh (sunpoet)  |
www/node25: Update to 25.1.0
Changes: https://github.com/nodejs/node/releases
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V25.md |
25.0.0_1 03 Nov 2025 17:55:33
    |
Robert Clausecker (fuz)  |
*/*: bump PORTREVISION following libsimdjson soname change
Reported by: sunpoet |
25.0.0 28 Oct 2025 17:40:22
    |
Adam Weinberger (adamw)  |
www/node25: Make pkg-message point to correct npm version |
25.0.0 27 Oct 2025 14:35:23
    |
Po-Chuan Hsieh (sunpoet)  |
www/node25: Add node25 25.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. |