diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
commit | 2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /net | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net')
-rw-r--r-- | net/argus/options.mk | 3 | ||||
-rw-r--r-- | net/dnsmasq/Makefile | 3 | ||||
-rw-r--r-- | net/isc-dhcp4/options.mk | 3 | ||||
-rw-r--r-- | net/libupnp/options.mk | 4 | ||||
-rw-r--r-- | net/mDNSResponder/Makefile | 3 | ||||
-rw-r--r-- | net/mrtg/options.mk | 3 | ||||
-rw-r--r-- | net/net-snmp/options.mk | 3 | ||||
-rw-r--r-- | net/nsd/Makefile | 3 | ||||
-rw-r--r-- | net/ntp4/options.mk | 3 | ||||
-rw-r--r-- | net/oidentd/Makefile | 3 | ||||
-rw-r--r-- | net/omniORB/Makefile | 4 | ||||
-rw-r--r-- | net/ortp/options.mk | 3 | ||||
-rw-r--r-- | net/pchar/Makefile | 3 | ||||
-rw-r--r-- | net/proftpd/options.mk | 4 | ||||
-rw-r--r-- | net/quagga/options.mk | 5 | ||||
-rw-r--r-- | net/rbldnsd/options.mk | 3 | ||||
-rw-r--r-- | net/smokeping/options.mk | 3 | ||||
-rw-r--r-- | net/snort/options.mk | 4 | ||||
-rw-r--r-- | net/socat/options.mk | 3 | ||||
-rw-r--r-- | net/tcpdump/options.mk | 4 | ||||
-rw-r--r-- | net/tnftpd/options.mk | 3 | ||||
-rw-r--r-- | net/trafshow/Makefile | 3 | ||||
-rw-r--r-- | net/ttt/options.mk | 3 | ||||
-rw-r--r-- | net/ucspi-tcp/options.mk | 4 | ||||
-rw-r--r-- | net/vino/options.mk | 3 | ||||
-rw-r--r-- | net/wget/options.mk | 4 |
26 files changed, 53 insertions, 34 deletions
diff --git a/net/argus/options.mk b/net/argus/options.mk index 155b8859ef8..43ac3b73d2a 100644 --- a/net/argus/options.mk +++ b/net/argus/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2005/06/22 13:14:50 markd Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:45:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.argus PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile index 48b7072d8aa..5551a850806 100644 --- a/net/dnsmasq/Makefile +++ b/net/dnsmasq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/01/31 12:39:22 roy Exp $ +# $NetBSD: Makefile,v 1.17 2012/06/12 15:45:59 wiz Exp $ # DISTNAME= dnsmasq-2.59 @@ -16,6 +16,7 @@ CONF_FILES= ${PREFIX}/share/examples/dnsmasq/dnsmasq.conf.example \ PKG_DESTDIR_SUPPORT= user-destdir PKG_OPTIONS_VAR= PKG_OPTIONS.dnsmasq PKG_SUPPORTED_OPTIONS= dbus inet6 +PKG_SUGGESTED_OPTIONS= inet6 PLIST_VARS+= dbus .include "../../mk/bsd.options.mk" diff --git a/net/isc-dhcp4/options.mk b/net/isc-dhcp4/options.mk index 87ec4f7d76e..cb0601028a0 100644 --- a/net/isc-dhcp4/options.mk +++ b/net/isc-dhcp4/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1.1.1 2008/02/13 22:03:58 adrianp Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:45:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dhcp PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/libupnp/options.mk b/net/libupnp/options.mk index 215654901c7..658e2da09f6 100644 --- a/net/libupnp/options.mk +++ b/net/libupnp/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2012/04/13 23:38:34 obache Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:00 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libupnp PKG_SUPPORTED_OPTIONS= inet6 debug -PKG_SUGGESTED_OPTIONS= # empty +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index d594fa548b6..a0a5f9e9ffb 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2011/01/13 03:15:50 obache Exp $ +# $NetBSD: Makefile,v 1.36 2012/06/12 15:46:00 wiz Exp $ DISTNAME= mDNSResponder-258.14 CATEGORIES= net @@ -58,6 +58,7 @@ LDFLAGS.SunOS+= -lsocket PKG_OPTIONS_VAR= PKG_OPTIONS.mDNSResponder PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/mrtg/options.mk b/net/mrtg/options.mk index 263076e8b5f..23cf524d666 100644 --- a/net/mrtg/options.mk +++ b/net/mrtg/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.4 2011/08/06 11:52:16 tron Exp $ +# $NetBSD: options.mk,v 1.5 2012/06/12 15:46:00 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mrtg PKG_SUPPORTED_OPTIONS= inet6 mrtg-snmpv3 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/net-snmp/options.mk b/net/net-snmp/options.mk index a0812ffb24c..cd07353f37f 100644 --- a/net/net-snmp/options.mk +++ b/net/net-snmp/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2011/06/24 09:46:10 adam Exp $ +# $NetBSD: options.mk,v 1.14 2012/06/12 15:46:00 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.net-snmp PKG_SUPPORTED_OPTIONS= ssl snmp-unprived snmp-nokmem perl @@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= perl .if ${OPSYS} != "SunOS" # net-snmp doesn't do IPv6 on Solaris PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUGGESTED_OPTIONS+= inet6 .endif .include "../../mk/bsd.options.mk" diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 397ec75f5ee..8ff0fd61b32 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/04/18 10:39:43 pettai Exp $ +# $NetBSD: Makefile,v 1.55 2012/06/12 15:46:00 wiz Exp $ DISTNAME= nsd-3.2.10 CATEGORIES= net @@ -14,6 +14,7 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7 PKG_OPTIONS_VAR= PKG_OPTIONS.nsd PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/ntp4/options.mk b/net/ntp4/options.mk index c14449f1951..cb2c1447b52 100644 --- a/net/ntp4/options.mk +++ b/net/ntp4/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2009/09/08 08:40:26 tnn Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:00 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ntp4 PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .if empty(MISSING_FEATURES:Minet6) PKG_SUGGESTED_OPTIONS+= inet6 diff --git a/net/oidentd/Makefile b/net/oidentd/Makefile index 9f7b9ea2e8e..dfb182a5fe5 100644 --- a/net/oidentd/Makefile +++ b/net/oidentd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/03/20 12:45:07 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/12 15:46:00 wiz Exp $ DISTNAME= oidentd-2.0.7 PKGREVISION= 4 @@ -20,6 +20,7 @@ OSVERSION_SPECIFIC= YES PKG_OPTIONS_VAR= PKG_OPTIONS.oidentd PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/omniORB/Makefile b/net/omniORB/Makefile index 46ff241d105..b758addbc56 100644 --- a/net/omniORB/Makefile +++ b/net/omniORB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/03/16 04:31:15 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/06/12 15:46:00 wiz Exp $ # DISTNAME= omniORB-4.1.5 @@ -39,6 +39,8 @@ CONFIGURE_ARGS+= --with-omniORB-config=${OMNIORB_CONFIG:Q} PKG_OPTIONS_VAR= PKG_OPTIONS.omniORB PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 + .include "../../mk/bsd.options.mk" .if empty(PKG_OPTIONS:Minet6) CONFIGURE_ARGS+=--disable-ipv6 diff --git a/net/ortp/options.mk b/net/ortp/options.mk index ba43d036e49..46173aea585 100644 --- a/net/ortp/options.mk +++ b/net/ortp/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.1.1.1 2009/10/02 19:09:29 markd Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:00 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.ortp PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/pchar/Makefile b/net/pchar/Makefile index d6cd174ac43..da66ceeeb67 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2010/01/17 12:02:34 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2012/06/12 15:46:01 wiz Exp $ DISTNAME= pchar-1.5 PKGREVISION= 2 @@ -16,6 +16,7 @@ USE_LANGUAGES= c c++ PKG_OPTIONS_VAR= PKG_OPTIONS.pchar PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/proftpd/options.mk b/net/proftpd/options.mk index ba2ae11f712..26890cb4695 100644 --- a/net/proftpd/options.mk +++ b/net/proftpd/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.10 2011/01/12 07:31:00 adam Exp $ +# $NetBSD: options.mk,v 1.11 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.proftpd -PKG_SUGGESTED_OPTIONS= pam inet6 PKG_SUPPORTED_OPTIONS= pam inet6 wrap tls quota ldap proftpd-readme ban PKG_OPTIONS_OPTIONAL_GROUPS+= sql PKG_OPTIONS_GROUP.sql= mysql pgsql +PKG_SUGGESTED_OPTIONS= pam inet6 .include "../../mk/bsd.options.mk" diff --git a/net/quagga/options.mk b/net/quagga/options.mk index c04fefca59c..4394ff15bf5 100644 --- a/net/quagga/options.mk +++ b/net/quagga/options.mk @@ -1,10 +1,11 @@ -# $NetBSD: options.mk,v 1.4 2011/12/05 17:52:37 gdt Exp $ +# $NetBSD: options.mk,v 1.5 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.quagga PKG_SUPPORTED_OPTIONS= inet6 PKG_SUPPORTED_OPTIONS+= quagga-ospf-opaque-lsa -PKG_SUGGESTED_OPTIONS+= quagga-ospf-opaque-lsa PKG_SUPPORTED_OPTIONS+= quagga-vtysh +PKG_SUGGESTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS+= quagga-ospf-opaque-lsa PKG_SUGGESTED_OPTIONS+= quagga-vtysh PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_OSPF_OPAQUELSA:quagga-ospf-opaque-lsa diff --git a/net/rbldnsd/options.mk b/net/rbldnsd/options.mk index c07259d10a2..7c144ff1525 100644 --- a/net/rbldnsd/options.mk +++ b/net/rbldnsd/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.1.1.1 2006/12/08 22:14:12 cube Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.rbldnsd PKG_SUPPORTED_OPTIONS= inet6 rbldnsd-master-dump zlib - PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/smokeping/options.mk b/net/smokeping/options.mk index a18ce1e8b82..0abc1984afd 100644 --- a/net/smokeping/options.mk +++ b/net/smokeping/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2007/11/22 22:56:01 adrianp Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.smokeping PKG_SUPPORTED_OPTIONS= smokeping-speedycgi inet6 +PKG_SUGGESTED_OPTIONS= inet6 ### ### Just here to ease migration to the options framework diff --git a/net/snort/options.mk b/net/snort/options.mk index 546ac3aedb3..8c8b79764b8 100644 --- a/net/snort/options.mk +++ b/net/snort/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.5 2007/10/31 16:49:17 adrianp Exp $ +# $NetBSD: options.mk,v 1.6 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.snort PKG_SUPPORTED_OPTIONS= debug snort-prelude ssl snmp snort-gre PKG_SUPPORTED_OPTIONS+= snort-dynamicplugin snort-timestats PKG_SUPPORTED_OPTIONS+= snort-rulestate inet6 -PKG_SUGGESTED_OPTIONS= +PKG_SUGGESTED_OPTIONS= inet6 PKG_OPTIONS_OPTIONAL_GROUPS= flex PKG_OPTIONS_GROUP.flex= snort-flexresp snort-flexresp2 diff --git a/net/socat/options.mk b/net/socat/options.mk index 3475a401994..10dbb9e426f 100644 --- a/net/socat/options.mk +++ b/net/socat/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2007/10/09 20:21:29 adrianp Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.socat PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/tcpdump/options.mk b/net/tcpdump/options.mk index b68ec805728..f07cc31c00e 100644 --- a/net/tcpdump/options.mk +++ b/net/tcpdump/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2010/08/21 12:04:52 obache Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tcpdump PKG_SUPPORTED_OPTIONS= inet6 ssl libsmi -PKG_SUGGESTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= inet6 ssl .include "../../mk/bsd.options.mk" diff --git a/net/tnftpd/options.mk b/net/tnftpd/options.mk index 24860542cf3..b84ae4aa360 100644 --- a/net/tnftpd/options.mk +++ b/net/tnftpd/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2008/10/09 04:14:29 lukem Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:02 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tnftpd PKG_SUPPORTED_OPTIONS= inet6 pam +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 80e9372907a..8ee7c9b4605 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2011/03/17 22:09:52 zafer Exp $ +# $NetBSD: Makefile,v 1.34 2012/06/12 15:46:02 wiz Exp $ DISTNAME= trafshow-5.2.3 CATEGORIES= net @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes PKG_OPTIONS_VAR= PKG_OPTIONS.trafshow PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/ttt/options.mk b/net/ttt/options.mk index 074628bf655..53adc575101 100644 --- a/net/ttt/options.mk +++ b/net/ttt/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2007/10/14 02:04:38 obache Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:02 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ttt PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/ucspi-tcp/options.mk b/net/ucspi-tcp/options.mk index 5565a912757..cb1a15e4838 100644 --- a/net/ucspi-tcp/options.mk +++ b/net/ucspi-tcp/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2011/06/09 01:47:13 schmonz Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:02 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ucspi-tcp PKG_SUPPORTED_OPTIONS+= inet6 ucspi-tcp-nodefaultrbl -PKG_SUGGESTED_OPTIONS+= ucspi-tcp-nodefaultrbl +PKG_SUGGESTED_OPTIONS+= inet6 ucspi-tcp-nodefaultrbl .include "../../mk/bsd.options.mk" diff --git a/net/vino/options.mk b/net/vino/options.mk index af2ef352a81..209e61b4052 100644 --- a/net/vino/options.mk +++ b/net/vino/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.4 2010/07/08 18:37:03 drochner Exp $ +# $NetBSD: options.mk,v 1.5 2012/06/12 15:46:02 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.vino PKG_SUPPORTED_OPTIONS+= avahi inet6 telepathy +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/net/wget/options.mk b/net/wget/options.mk index 61a675b7025..48346a1a2ef 100644 --- a/net/wget/options.mk +++ b/net/wget/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.6 2011/10/24 15:22:01 ryoon Exp $ +# $NetBSD: options.mk,v 1.7 2012/06/12 15:46:02 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wget PKG_SUPPORTED_OPTIONS= gnutls idn inet6 openssl PKG_OPTIONS_REQUIRED_GROUPS= ssl PKG_OPTIONS_GROUP.ssl= gnutls openssl -PKG_SUGGESTED_OPTIONS= idn openssl +PKG_SUGGESTED_OPTIONS= idn inet6 openssl .include "../../mk/bsd.options.mk" |