Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 15:46:03 +0000
From:      Sergey A. Osokin <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ffc0586fd298 - main - www/freenginx-devel: clean up the port infra
Message-ID:  <696668bb.22f2f.11548c7b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffc0586fd298f759d9b3d0c29d85bf7e2b7561e5

commit ffc0586fd298f759d9b3d0c29d85bf7e2b7561e5
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2026-01-13 15:43:57 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2026-01-13 15:45:58 +0000

    www/freenginx-devel: clean up the port infra
    
    NJS_QJS knob and related patches have been removed a long time ago.
    Do not bump PORTREVISION.
    
    Sponsored by:   tipi.work
---
 www/freenginx-devel/Makefile        | 4 ----
 www/freenginx-devel/Makefile.extmod | 2 --
 2 files changed, 6 deletions(-)

diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile
index a1fad1ae51f1..e2618eec8db8 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -315,10 +315,6 @@ post-patch-HTTP_TARANTOOL-on:
 post-patch-ICONV-on:
 	@${REINPLACE_CMD} 's!%%PREFIX%%!${LOCALBASE}!g' ${WRKSRC_iconv}/config
 
-post-patch-NJS_QJS-on:
-	@${REINPLACE_CMD} 's!%%LOCALBASE%%!${LOCALBASE}!g' ${WRKSRC_njs}/auto/quickjs \
-		${WRKSRC_njs}/nginx/config
-
 post-patch-PASSENGER-on:
 	@${REINPLACE_CMD} \
 		'176,178s!true!false!' \
diff --git a/www/freenginx-devel/Makefile.extmod b/www/freenginx-devel/Makefile.extmod
index 9ca70c76ee37..697bac3152a8 100644
--- a/www/freenginx-devel/Makefile.extmod
+++ b/www/freenginx-devel/Makefile.extmod
@@ -241,8 +241,6 @@ NJS_CONFIGURE_ON=	--with-cc-opt="-I ${LOCALBASE}/include/quickjs"
 NJS_LIB_DEPENDS=	libquickjs.so:lang/quickjs \
 			libxml2.so:textproc/libxml2 \
 			libxslt.so:textproc/libxslt
-NJS_QJS_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-njs-auto-quickjs \
-			${PATCHDIR}/extra-patch-njs-nginx-config
 NJS_VARS=		DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
 NJS_IMPLIES=		HTTP STREAM
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696668bb.22f2f.11548c7b>