summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-10-26 03:10:22 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-10-26 03:10:22 +0800
commit4954d2bd39a5de491c56c64c80dd9a6700a8aeb4 (patch)
treef314c0f2547f05902df1cc6c754c3749563fc455
parentwww/node22: Use bundled sqlite3 (diff)
www/node24: Use bundled sqlite3
- Bump PORTREVISION for dependency and package change nodejs 22+ needs sqlite3 with SESSION enabled. PR: 290509 Reported by: dim
-rw-r--r--www/node24/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/node24/Makefile b/www/node24/Makefile
index 618a13526753..f1e6a607aea3 100644
--- a/www/node24/Makefile
+++ b/www/node24/Makefile
@@ -1,7 +1,7 @@
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= ${PORTVERSION:R:R}
@@ -30,7 +30,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libuv.so:devel/libuv \
libzstd.so:archivers/zstd
-USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix sqlite tar:xz
+USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix tar:xz
CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-brotli \
@@ -41,7 +41,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-nghttp3 \
--shared-ngtcp2 \
--shared-simdjson \
- --shared-sqlite \
--shared-zlib \
--shared-zstd \
--with-intl=system-icu \
@@ -92,7 +91,6 @@ post-patch:
@${RM} -r ${WRKSRC}/deps/ngtcp2/
@${RM} -r ${WRKSRC}/deps/npm/
@${RM} -r ${WRKSRC}/deps/simdjson/
- @${RM} -r ${WRKSRC}/deps/sqlite/
@${RM} -r ${WRKSRC}/deps/uv/
@${RM} -r ${WRKSRC}/deps/zlib/
@${RM} -r ${WRKSRC}/deps/zstd/