summaryrefslogtreecommitdiff
path: root/nodejs
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2020-10-20 20:40:42 +1100
committerDanny Rawlins <contact@romster.me>2020-10-20 20:43:12 +1100
commit5ff5de9d49d8518c8ae0d835faeab169538bc97d (patch)
tree2021ece2a037348b23825080eab3f0d318ecb636 /nodejs
parent9580d95e735cc086e12e324a060f5970ac9ac838 (diff)
downloadopt-5ff5de9d49d8518c8ae0d835faeab169538bc97d.tar.gz
opt-5ff5de9d49d8518c8ae0d835faeab169538bc97d.tar.xz
[notify] nodejs: 14.13.1 -> 14.14.0 new dependency libuv
Diffstat (limited to 'nodejs')
-rw-r--r--nodejs/.footprint17
-rw-r--r--nodejs/.signature8
-rw-r--r--nodejs/Pkgfile8
3 files changed, 8 insertions, 25 deletions
diff --git a/nodejs/.footprint b/nodejs/.footprint
index 31a81051b..ce925c9d3 100644
--- a/nodejs/.footprint
+++ b/nodejs/.footprint
@@ -43,23 +43,6 @@ drwxr-xr-x root/root usr/include/node/libplatform/
-rw-r--r-- root/root usr/include/node/node_buffer.h
-rw-r--r-- root/root usr/include/node/node_object_wrap.h
-rw-r--r-- root/root usr/include/node/node_version.h
--rw-r--r-- root/root usr/include/node/uv.h
-drwxr-xr-x root/root usr/include/node/uv/
--rw-r--r-- root/root usr/include/node/uv/aix.h
--rw-r--r-- root/root usr/include/node/uv/android-ifaddrs.h
--rw-r--r-- root/root usr/include/node/uv/bsd.h
--rw-r--r-- root/root usr/include/node/uv/darwin.h
--rw-r--r-- root/root usr/include/node/uv/errno.h
--rw-r--r-- root/root usr/include/node/uv/linux.h
--rw-r--r-- root/root usr/include/node/uv/os390.h
--rw-r--r-- root/root usr/include/node/uv/posix.h
--rw-r--r-- root/root usr/include/node/uv/stdint-msvc2008.h
--rw-r--r-- root/root usr/include/node/uv/sunos.h
--rw-r--r-- root/root usr/include/node/uv/threadpool.h
--rw-r--r-- root/root usr/include/node/uv/tree.h
--rw-r--r-- root/root usr/include/node/uv/unix.h
--rw-r--r-- root/root usr/include/node/uv/version.h
--rw-r--r-- root/root usr/include/node/uv/win.h
-rw-r--r-- root/root usr/include/node/v8-fast-api-calls.h
-rw-r--r-- root/root usr/include/node/v8-internal.h
-rw-r--r-- root/root usr/include/node/v8-platform.h
diff --git a/nodejs/.signature b/nodejs/.signature
index 24a977706..bd51991ab 100644
--- a/nodejs/.signature
+++ b/nodejs/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/d0IK2Oi/2cIgR2z3yJtCvW5nq7poat405xcAFSE1dcdzGxK69H6A0TtOCsDZeDiVNlNVg9HwD7XLsLMUShSWQU=
-SHA256 (Pkgfile) = 91f16fcb6ef848955c6d15f7a892476ddebae99784be494434ffd1714b731e16
-SHA256 (.footprint) = dc619b2ef9f4b8fec19762a18567c83d6abfdec720a9486201d565b67ad33b75
-SHA256 (node-v14.13.1.tar.xz) = 6061bd1e218c1e1f0a9fbc1643f501e8971d546a37028a26a1ee8ea93f6c15f6
+RWSE3ohX2g5d/eqYHZ1D5X83C/hL7ctF0KF6ILA/GQddjvqZ0jlfCrMFz6Y7sNPd3qoV86SAr8dHa0LAXtY0XwXCTe9rDgeKDgQ=
+SHA256 (Pkgfile) = b648d55b685452d54157c70f783b42052a5f1c12aea1ec2cd8e74af90c19f29d
+SHA256 (.footprint) = 28882eb3a06ef610dbb2631587a8d4dbc6b2bc56df862e2774f6bbd4187ceace
+SHA256 (node-v14.14.0.tar.xz) = 04e935f4bd6b1e91c4a491e18d4d7a797009c3760b950cdefb193c4c079df0e6
diff --git a/nodejs/Pkgfile b/nodejs/Pkgfile
index 2f0a84ce7..ab5c186d6 100644
--- a/nodejs/Pkgfile
+++ b/nodejs/Pkgfile
@@ -1,11 +1,11 @@
# Description: Evented I/O for V8 javascript.
# URL: https://nodejs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Depends on: python3 c-ares
-# Optional: icu libuv brotli ninja
+# Depends on: python3 c-ares libuv
+# Optional: icu brotli ninja
name=nodejs
-version=14.13.1
+version=14.14.0
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz)
@@ -13,7 +13,6 @@ build() {
cd node-v$version
[ -e '/usr/lib/pkgconfig/icu-i18n.pc' ] && PKGMK_NODEJS+=' --with-intl=system-icu'
- [ -e '/usr/lib/pkgconfig/libuv.pc' ] && PKGMK_NODEJS+=' --shared-libuv'
[ -e '/usr/lib/pkgconfig/libbrotlicommon.pc' ] && PKGMK_NODEJS+=' --shared-brotli'
[ -e '/usr/bin/ninja' ] && PKGMK_NODEJS+=' --ninja'
@@ -21,6 +20,7 @@ build() {
--prefix=/usr \
--without-npm \
--shared-cares \
+ --shared-libuv \
--shared-zlib \
--shared-openssl

Generated by cgit