Date: Fri, 14 Jul 2023 17:01:12 GMT From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c12a15faa527 - main - www/nginx: add missing configure option for http_xslt module Message-ID: <202307141701.36EH1CXn055919@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=c12a15faa527b9fdad1506991c52df03d6218609 commit c12a15faa527b9fdad1506991c52df03d6218609 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2023-07-14 17:00:09 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2023-07-14 17:00:09 +0000 www/nginx: add missing configure option for http_xslt module Sponsored by: Netzkommune GmbH --- www/nginx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 83809e4e5c94..538a92a75e67 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ PORTNAME= nginx PORTVERSION= 1.24.0 -PORTREVISION?= 8 +PORTREVISION?= 9 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ @@ -160,6 +160,7 @@ HTTP_SSL_CONFIGURE_ON= --with-http_ssl_module HTTP_SSL_USES= ssl HTTP_STATUS_CONFIGURE_ON= --with-http_stub_status_module HTTP_SUB_CONFIGURE_ON= --with-http_sub_module +HTTP_XSLT_CONFIGURE_ON= --with-http_xslt_module HTTP_XSLT_LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt HTTP_XSLT_VARS= DSO_BASEMODS+=http_xslt_module
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307141701.36EH1CXn055919>