Port details on branch 2023Q4 |
- node18 V8 JavaScript for client and server
- 18.18.2 www =0 18.18.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-10-16 21:39:08
- Last Update: 2023-10-16 21:28:58
- Commit Hash: 0ee4682
- License: MIT
- WWW:
- https://nodejs.org/
- https://github.com/nodejs/node
- Description:
- Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
uses an event-driven, non-blocking I/O model that makes it lightweight and
efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open
source libraries in the world.
- ¦ ¦ ¦ ¦
- 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/node18/ && make install clean
- To add the package, run one of these commands:
- pkg install www/node18
- pkg install node18
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: node18
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1697463060
SHA256 (node-v18.18.2.tar.xz) = 7249e2f0af943ec38599504f4b2a2bd31fb938787291b6ccca6c8badf01e3b56
SIZE (node-v18.18.2.tar.xz) = 40834428
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:
-
- 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.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- 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/electron25
- security/bitwarden-cli
- security/gsa
- www/qt5-webengine
- www/qt6-webengine
- for Run
-
- www/node
Configuration Options:
- ===> The following configuration options are available for node18-18.18.2:
BUNDLED_SSL=off: Use bundled OpenSSL implementation from node.js
DOCS=on: Build and/or install documentation
DTRACE=on: Build with DTrace probes
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- www_node18
- 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:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
18.18.2 16 Oct 2023 21:28:58 |
Po-Chuan Hsieh (sunpoet) |
www/node18: Update to 18.18.2
Changes: https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md
Security: CVE-2023-38552, CVE-2023-39333, CVE-2023-44487, CVE-2023-45143
(cherry picked from commit c2a029a4c51ea55f0c0faa3acd6b71578d9e0436) |
18.18.0 16 Oct 2023 21:28:57 |
Po-Chuan Hsieh (sunpoet) Author: Piotr Kubaj |
www/node18: fix build on powerpc64*
In file included from
../deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc:6:
In file included from ../deps/v8/src/codegen/assembler-inl.h:8:
In file included from ../deps/v8/src/codegen/assembler.h:46:
In file included from ../deps/v8/src/codegen/external-reference.h:9:
In file included from ../deps/v8/src/runtime/runtime.h:11:
../deps/v8/src/base/bit-field.h:43:29: error: integer value 31 is outside the
valid range of values [0, 3] for the enumeration type 'AddressingMode'
[-Wenum-constexpr-conversion]
static constexpr T kMax = static_cast<T>(kNumValues - 1);
(cherry picked from commit d59ea56e40877edaaeb8a04eba0f539f9d3621d2) |
18.18.0 16 Oct 2023 21:28:57 |
Po-Chuan Hsieh (sunpoet) |
www/node18: Use .tar.xz instead of .tar.gz
Reported by: danfe
(cherry picked from commit ede90a4e8638926256b22617ae21dd3f639ebbc1) |
18.18.0 16 Oct 2023 21:28:38 |
Po-Chuan Hsieh (sunpoet) Author: Piotr Kubaj |
www/node18: update patch for powerpc64*
(cherry picked from commit d7c8a861773734aca75a6822691afa472b950b75) |
Number of commits found: 4
|