pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Apr 19 18:29:42 UTC 2017

Modified Files:
        pkgsrc/www/nginx [pkgsrc-2017Q1]: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.36.8.1 -r1.36.8.2 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/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.36.8.1 pkgsrc/www/nginx/options.mk:1.36.8.2
--- pkgsrc/www/nginx/options.mk:1.36.8.1        Mon Apr 17 14:49:23 2017
+++ pkgsrc/www/nginx/options.mk Wed Apr 19 18:29:42 2017
@@ -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