pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx www/nginx: remove needless --with-pcre-jit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b210177a86f
branches:  trunk
changeset: 375595:3b210177a86f
user:      osa <osa%pkgsrc.org@localhost>
date:      Thu Mar 17 02:37:49 2022 +0000

description:
www/nginx: remove needless --with-pcre-jit

The --with-pcre-jit configure option helps to build PCRE library with
JIT feature only, and it doesn't help when PCRE library is already
built without JIT support.

Bump PKGREVISION.

diffstat:

 www/nginx/Makefile   |  4 ++--
 www/nginx/options.mk |  3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 138fbe34e473 -r 3b210177a86f www/nginx/Makefile
--- a/www/nginx/Makefile        Thu Mar 17 01:20:20 2022 +0000
+++ b/www/nginx/Makefile        Thu Mar 17 02:37:49 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.109 2022/03/14 02:49:09 osa Exp $
+# $NetBSD: Makefile,v 1.110 2022/03/17 02:37:49 osa Exp $
 
 DISTNAME=      nginx-1.20.2
 
 MAINTAINER=    osa%NetBSD.org@localhost
 
-PKGREVISION=   5
+PKGREVISION=   6
 .include "../../www/nginx/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r 138fbe34e473 -r 3b210177a86f www/nginx/options.mk
--- a/www/nginx/options.mk      Thu Mar 17 01:20:20 2022 +0000
+++ b/www/nginx/options.mk      Thu Mar 17 02:37:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.74 2022/03/10 18:40:44 osa Exp $
+# $NetBSD: options.mk,v 1.75 2022/03/17 02:37:49 osa Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug
@@ -56,7 +56,6 @@
 
 .if !empty(PKG_OPTIONS:Mpcre)
 .include "../../devel/pcre/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-pcre-jit
 SUBST_CLASSES+=                fix-pcre
 SUBST_STAGE.fix-pcre=  pre-configure
 SUBST_FILES.fix-pcre=  auto/lib/pcre/conf



Home | Main Index | Thread Index | Old Index