Path to this page:
./
lang/nodejs,
V8 JavaScript for clients and servers
Branch: pkgsrc-2020Q2,
Version: 14.4.0nb1,
Package name: nodejs-14.4.0nb1,
Maintainer: pkgsrc-usersNode.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.
This package holds the latest release.
Required to run:[
security/openssl] [
lang/gcc49-libs]
Required to build:[
lang/gcc49]
Package options: openssl
Master sites:
SHA1: 410b41fc6723af146914d1359ef2c19646d3bde2
RMD160: 830ab17bad8cbb9d04877216c157e86cb149c58f
Filesize: 32231.75 KB
Version history: (Expand)
- (2020-08-14) Updated to version: nodejs-14.4.0nb1
- (2020-07-01) Package added to pkgsrc.se, version nodejs-14.4.0 (created)
CVS history: (Expand)
2020-08-14 19:18:38 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #6296 - requested by maya
lang/nodejs: aarch64 bugfix, PR port-arm/55533
(via patch)
---
Module Name: pkgsrc
Committed By: maya
Date: Wed Aug 5 21:49:18 UTC 2020
Modified Files:
pkgsrc/lang/nodejs: Makefile distinfo
pkgsrc/lang/nodejs/patches:
patch-deps_v8_src_base_platform_platform-posix.cc
Log message:
nodejs: workaround issue for netbsd/aarch64 in PR port-arm/55533
NetBSD mmap might fail depending on the choice of hint addr given, so don't
give a hint at all.
bump PKGREVISION.
|