pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   osa
Date:           Thu Mar 17 02:37:49 UTC 2022

Modified Files:
        pkgsrc/www/nginx: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/www/nginx/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/Makefile
diff -u pkgsrc/www/nginx/Makefile:1.109 pkgsrc/www/nginx/Makefile:1.110
--- pkgsrc/www/nginx/Makefile:1.109     Mon Mar 14 02:49:09 2022
+++ pkgsrc/www/nginx/Makefile   Thu Mar 17 02:37:49 2022
@@ -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"

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.74 pkgsrc/www/nginx/options.mk:1.75
--- pkgsrc/www/nginx/options.mk:1.74    Thu Mar 10 18:40:44 2022
+++ pkgsrc/www/nginx/options.mk Thu Mar 17 02:37:49 2022
@@ -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 @@ SUBST_NOOP_OK.fix-ssl=        yes
 
 .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