Date: Sat, 25 Oct 2025 12:22:23 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c99156919e17 - main - www/node20: Use www/llhttp instead of the bundled one Message-ID: <202510251222.59PCMN73091483@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c99156919e171315e125dea5297a1120f1202fa2 commit c99156919e171315e125dea5297a1120f1202fa2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-10-25 12:20:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-10-25 12:20:46 +0000 www/node20: Use www/llhttp instead of the bundled one - Bump PORTREVISION for dependency and package change --- www/node20/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/node20/Makefile b/www/node20/Makefile index 936f569f6f91..e19d21e16b8e 100644 --- a/www/node20/Makefile +++ b/www/node20/Makefile @@ -1,6 +1,7 @@ PORTNAME= node PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= ${PORTVERSION:R:R} @@ -21,6 +22,7 @@ BUILD_DEPENDS= objdump:devel/binutils LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libcares.so:dns/c-ares \ libicui18n.so:devel/icu \ + libllhttp.so:www/llhttp \ libnghttp2.so:www/libnghttp2 \ libnghttp3.so:www/libnghttp3 \ libngtcp2.so:net/libngtcp2 \ @@ -32,6 +34,8 @@ USES= compiler:c++11-lang gmake localbase pkgconfig python:build shebangfix tar CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \ --shared-brotli \ --shared-cares \ + --shared-http-parser \ + --shared-http-parser-libname=llhttp \ --shared-libuv \ --shared-nghttp2 \ --shared-nghttp3 \ @@ -80,6 +84,8 @@ post-patch: # Clean up bundled libraries @${RM} -r ${WRKSRC}/deps/brotli/ @${RM} -r ${WRKSRC}/deps/cares/ + @${RM} -r ${WRKSRC}/deps/icu-small/ + @${RM} -r ${WRKSRC}/deps/llhttp/ @${RM} -r ${WRKSRC}/deps/nghttp2/ @${RM} -r ${WRKSRC}/deps/ngtcp2/ @${RM} -r ${WRKSRC}/deps/npm/home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510251222.59PCMN73091483>
