pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 10 18:08:52 UTC 2022

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

Log Message:
nginx*: Enable more options from the Triton builds that don't add any
more dependencies or distfiles.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/nginx/options.mk
cvs rdiff -u -r1.79 -r1.80 pkgsrc/www/nginx-devel/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/nginx-devel/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.114 pkgsrc/www/nginx/Makefile:1.115
--- pkgsrc/www/nginx/Makefile:1.114     Tue May 10 17:40:58 2022
+++ pkgsrc/www/nginx/Makefile   Tue May 10 18:08:52 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.114 2022/05/10 17:40:58 nia Exp $
+# $NetBSD: Makefile,v 1.115 2022/05/10 18:08:52 nia Exp $
 
 DISTNAME=      nginx-1.20.2
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    www
 MASTER_SITES=  http://nginx.org/download/
 DISTFILES=     ${DEFAULT_DISTFILES}

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.78 pkgsrc/www/nginx/options.mk:1.79
--- pkgsrc/www/nginx/options.mk:1.78    Tue May 10 17:40:58 2022
+++ pkgsrc/www/nginx/options.mk Tue May 10 18:08:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.78 2022/05/10 17:40:58 nia Exp $
+# $NetBSD: options.mk,v 1.79 2022/05/10 18:08:52 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug
@@ -9,7 +9,8 @@ PKG_SUPPORTED_OPTIONS+= naxsi njs pcre p
 PKG_SUPPORTED_OPTIONS+=        secure-link set-misc slice ssl status
 PKG_SUPPORTED_OPTIONS+=        stream-ssl-preread sub upload uwsgi
 
-PKG_SUGGESTED_OPTIONS= http2 pcre ssl
+PKG_SUGGESTED_OPTIONS= auth-request gzip http2 memcache pcre realip
+PKG_SUGGESTED_OPTIONS+=        slice status ssl uwsgi
 
 PKG_OPTIONS_LEGACY_OPTS+=      v2:http2
 

Index: pkgsrc/www/nginx-devel/Makefile
diff -u pkgsrc/www/nginx-devel/Makefile:1.79 pkgsrc/www/nginx-devel/Makefile:1.80
--- pkgsrc/www/nginx-devel/Makefile:1.79        Tue May 10 17:40:58 2022
+++ pkgsrc/www/nginx-devel/Makefile     Tue May 10 18:08:52 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2022/05/10 17:40:58 nia Exp $
+# $NetBSD: Makefile,v 1.80 2022/05/10 18:08:52 nia Exp $
 
 DISTNAME=      nginx-1.21.6
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    www
 MASTER_SITES=  http://nginx.org/download/
 DISTFILES=     ${DEFAULT_DISTFILES}

Index: pkgsrc/www/nginx-devel/options.mk
diff -u pkgsrc/www/nginx-devel/options.mk:1.4 pkgsrc/www/nginx-devel/options.mk:1.5
--- pkgsrc/www/nginx-devel/options.mk:1.4       Tue May 10 17:40:58 2022
+++ pkgsrc/www/nginx-devel/options.mk   Tue May 10 18:08:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2022/05/10 17:40:58 nia Exp $
+# $NetBSD: options.mk,v 1.5 2022/05/10 18:08:52 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx-devel
 PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug
@@ -9,7 +9,8 @@ PKG_SUPPORTED_OPTIONS+= naxsi njs perl p
 PKG_SUPPORTED_OPTIONS+=        secure-link set-misc slice ssl status
 PKG_SUPPORTED_OPTIONS+=        stream-ssl-preread sub uwsgi
 
-PKG_SUGGESTED_OPTIONS= http2 pcre ssl
+PKG_SUGGESTED_OPTIONS= auth-request gzip http2 memcache pcre realip
+PKG_SUGGESTED_OPTIONS+=        slice status ssl uwsgi
 
 PKG_OPTIONS_LEGACY_OPTS+=      v2:http2
 



Home | Main Index | Thread Index | Old Index