pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/www/nginx Pullup ticket #5290 (second part) - ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e44d47abbf50
branches:  pkgsrc-2017Q1
changeset: 360278:e44d47abbf50
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Apr 19 18:29:42 2017 +0000

description:
Pullup ticket #5290 (second part) - requested by sevan
www/nginx: build fix

Revisions pulled up:
- www/nginx/options.mk                                          1.38

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Sat Apr 15 06:26:51 UTC 2017

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

   Log Message:
   Use PKG_OPTIONS_LEGACY_OPTS for renaming v2->http2

   so existing users won't need to modify their configs

diffstat:

 www/nginx/options.mk |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 543a31a1d5e2 -r e44d47abbf50 www/nginx/options.mk
--- a/www/nginx/options.mk      Mon Apr 17 16:37:17 2017 +0000
+++ b/www/nginx/options.mk      Wed Apr 19 18:29:42 2017 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.36.8.1 2017/04/17 14:49:23 bsiegert Exp $
+# $NetBSD: options.mk,v 1.36.8.2 2017/04/19 18:29:42 bsiegert Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.nginx
-PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 luajit mail-proxy memcache naxsi \
-                       pcre push realip ssl sub uwsgi image-filter \
-                       debug status nginx-autodetect-cflags echo \
-                       set-misc headers-more array-var encrypted-session \
-                       form-input perl gzip http2
+PKG_OPTIONS_VAR=               PKG_OPTIONS.nginx
+PKG_SUPPORTED_OPTIONS=         dav flv gtools inet6 luajit mail-proxy memcache naxsi \
+                               pcre push realip ssl sub uwsgi image-filter \
+                               debug status nginx-autodetect-cflags echo \
+                               set-misc headers-more array-var encrypted-session \
+                               form-input perl gzip http2
+PKG_OPTIONS_LEGACY_OPTS+=      v2:http2
 
 PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
 



Home | Main Index | Thread Index | Old Index