pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www nginx*: Enable more options from the Triton builds...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6df98e06bc84
branches:  trunk
changeset: 379022:6df98e06bc84
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 10 18:08:52 2022 +0000

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

diffstat:

 www/nginx-devel/Makefile   |  4 ++--
 www/nginx-devel/options.mk |  5 +++--
 www/nginx/Makefile         |  4 ++--
 www/nginx/options.mk       |  5 +++--
 4 files changed, 10 insertions(+), 8 deletions(-)

diffs (64 lines):

diff -r 4126eae5c845 -r 6df98e06bc84 www/nginx-devel/Makefile
--- a/www/nginx-devel/Makefile  Tue May 10 17:40:58 2022 +0000
+++ b/www/nginx-devel/Makefile  Tue May 10 18:08:52 2022 +0000
@@ -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}
diff -r 4126eae5c845 -r 6df98e06bc84 www/nginx-devel/options.mk
--- a/www/nginx-devel/options.mk        Tue May 10 17:40:58 2022 +0000
+++ b/www/nginx-devel/options.mk        Tue May 10 18:08:52 2022 +0000
@@ -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+=        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
 
diff -r 4126eae5c845 -r 6df98e06bc84 www/nginx/Makefile
--- a/www/nginx/Makefile        Tue May 10 17:40:58 2022 +0000
+++ b/www/nginx/Makefile        Tue May 10 18:08:52 2022 +0000
@@ -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}
diff -r 4126eae5c845 -r 6df98e06bc84 www/nginx/options.mk
--- a/www/nginx/options.mk      Tue May 10 17:40:58 2022 +0000
+++ b/www/nginx/options.mk      Tue May 10 18:08:52 2022 +0000
@@ -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+=        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
 



Home | Main Index | Thread Index | Old Index