summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-12 15:45:54 +0000
committerwiz <wiz>2012-06-12 15:45:54 +0000
commitea483f8647279c031f590093ebf07eba4862f109 (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /www
parent8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff)
downloadpkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'www')
-rw-r--r--www/curl/options.mk4
-rw-r--r--www/dillo/options.mk3
-rw-r--r--www/elinks/options.mk4
-rw-r--r--www/lynx/options.mk5
-rw-r--r--www/nginx/options.mk4
-rw-r--r--www/screws/options.mk4
-rw-r--r--www/w3m/options.mk3
-rw-r--r--www/wwwoffle/options.mk3
8 files changed, 18 insertions, 12 deletions
diff --git a/www/curl/options.mk b/www/curl/options.mk
index 1890540cd33..2b01643152c 100644
--- a/www/curl/options.mk
+++ b/www/curl/options.mk
@@ -1,7 +1,9 @@
-# $NetBSD: options.mk,v 1.7 2010/07/21 18:48:27 drochner Exp $
+# $NetBSD: options.mk,v 1.8 2012/06/12 15:46:03 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.curl
PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp
+PKG_SUGGESTED_OPTIONS= inet6
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == NetBSD
# Kerberos is built in - no additional dependency
diff --git a/www/dillo/options.mk b/www/dillo/options.mk
index 3fef10ee06a..5dbd6676168 100644
--- a/www/dillo/options.mk
+++ b/www/dillo/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2008/10/31 02:02:44 snj Exp $
+# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dillo
PKG_SUPPORTED_OPTIONS= inet6 ssl
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
diff --git a/www/elinks/options.mk b/www/elinks/options.mk
index 0bb59d96b02..408901dbcaf 100644
--- a/www/elinks/options.mk
+++ b/www/elinks/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2012/01/09 14:53:31 drochner Exp $
+# $NetBSD: options.mk,v 1.14 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.elinks
PKG_SUPPORTED_OPTIONS+= bittorrent nntp javascript finger gopher
@@ -11,7 +11,7 @@ PKG_OPTIONS_GROUP.malloc= boehm-gc elinks-fastmem
PKG_OPTIONS_REQUIRED_GROUPS= tls
PKG_OPTIONS_OPTIONAL_GROUPS= malloc
PKG_SUGGESTED_OPTIONS= ssl javascript elinks-html-highlight elinks-exmode
-PKG_SUGGESTED_OPTIONS+= expat boehm-gc
+PKG_SUGGESTED_OPTIONS+= expat boehm-gc inet6
PKG_OPTIONS_LEGACY_OPTS+= spidermonkey:javascript
diff --git a/www/lynx/options.mk b/www/lynx/options.mk
index fcc4da61b92..0ca67d612b1 100644
--- a/www/lynx/options.mk
+++ b/www/lynx/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.12 2010/02/25 18:50:21 drochner Exp $
+# $NetBSD: options.mk,v 1.13 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lynx
PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= curses
PKG_OPTIONS_OPTIONAL_GROUPS= socksproxy
PKG_OPTIONS_GROUP.socksproxy= socks5 socks4
@@ -10,6 +9,8 @@ PKG_OPTIONS_GROUP.socksproxy= socks5 socks4
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses ncursesw slang curses
+PKG_SUGGESTED_OPTIONS= curses inet6
+
.include "../../mk/bsd.options.mk"
###
diff --git a/www/nginx/options.mk b/www/nginx/options.mk
index 8a2f44dbdb7..80dced8c8de 100644
--- a/www/nginx/options.mk
+++ b/www/nginx/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.14 2012/04/21 10:32:47 imil Exp $
+# $NetBSD: options.mk,v 1.15 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 mail-proxy memcache naxsi pcre \
push realip ssl sub uwsgi image-filter upload debug \
status
-PKG_SUGGESTED_OPTIONS= pcre ssl
+PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
PLIST_VARS+= naxsi uwsgi
diff --git a/www/screws/options.mk b/www/screws/options.mk
index 4020ad38551..e1246d35010 100644
--- a/www/screws/options.mk
+++ b/www/screws/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:36 salo Exp $
+# $NetBSD: options.mk,v 1.4 2012/06/12 15:46:04 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.screws
PKG_SUPPORTED_OPTIONS= inet6 lua ssl
-PKG_SUGGESTED_OPTIONS= lua ssl
+PKG_SUGGESTED_OPTIONS= inet6 lua ssl
.include "../../mk/bsd.options.mk"
diff --git a/www/w3m/options.mk b/www/w3m/options.mk
index 25d11050459..dded5be95ae 100644
--- a/www/w3m/options.mk
+++ b/www/w3m/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2011/01/22 13:27:15 wiz Exp $
+# $NetBSD: options.mk,v 1.13 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.w3m
PKG_SUPPORTED_OPTIONS= inet6 migemo w3m-lynx-key
+PKG_SUGGESTED_OPTIONS= inet6
.if ${_W3M_USE_IMAGE} == "YES"
PKG_OPTIONS_REQUIRED_GROUPS+= imagelib
diff --git a/www/wwwoffle/options.mk b/www/wwwoffle/options.mk
index 953f0b2bb29..fef653658f1 100644
--- a/www/wwwoffle/options.mk
+++ b/www/wwwoffle/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2006/02/22 23:00:37 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:04 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wwwoffle
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"