git: c12a15faa527 - main - www/nginx: add missing configure option for http_xslt module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jul 2023 17:01:12 UTC
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