Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2022 06:41:00 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: 046dee4fa57a - main - www/nginx-lite: Add PCRE Options
Message-ID:  <202209190641.28J6f046078463@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=046dee4fa57a611019f606bca30ba66bf088aa35

commit 046dee4fa57a611019f606bca30ba66bf088aa35
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-09-19 06:39:00 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-09-19 06:40:50 +0000

    www/nginx-lite: Add PCRE Options
    
    PR:     265925
    
    Sponsored by:   Netzkommune GmbH
---
 www/nginx-lite/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/nginx-lite/Makefile b/www/nginx-lite/Makefile
index e41d059264ec..fa7829ff61c9 100644
--- a/www/nginx-lite/Makefile
+++ b/www/nginx-lite/Makefile
@@ -1,4 +1,5 @@
 PORTNAME=	nginx
+PORTREVISION=	1
 PKGNAMESUFFIX=	-lite
 
 MAINTAINER=	joneum@FreeBSD.org
@@ -13,6 +14,6 @@ CONFLICTS=	nginx-1.* \
 
 OPTIONS_DEFAULT=FILE_AIO HTTP HTTP_CACHE \
 		HTTP_REALIP HTTP_REWRITE \
-		HTTP_SSL THREADS
+		HTTP_SSL THREADS PCRE_ONE
 
 .include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209190641.28J6f046078463>