git: eba3ef23d0e0 - main - www/node22: Use bundled sqlite3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Oct 2025 19:28:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eba3ef23d0e01be034d635576c80574f9e8ce68f
commit eba3ef23d0e01be034d635576c80574f9e8ce68f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-25 19:10:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-25 19:10:17 +0000
www/node22: Use bundled sqlite3
- Bump PORTREVISION for dependency and package change
nodejs 22+ needs sqlite3 with SESSION enabled.
PR: 290509
Reported by: dim
---
www/node22/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/www/node22/Makefile b/www/node22/Makefile
index f209b1440888..ea66fc1378ae 100644
--- a/www/node22/Makefile
+++ b/www/node22/Makefile
@@ -1,7 +1,7 @@
PORTNAME= node
PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
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 \
@@ -42,7 +42,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-nghttp3 \
--shared-ngtcp2 \
--shared-simdjson \
- --shared-sqlite \
--shared-zlib \
--shared-zstd \
--with-intl=system-icu \
@@ -93,7 +92,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/