From 2f9e0bbe6e02ff23897124bea48ccab863f0e96e Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 12 Jun 2012 15:45:54 +0000 Subject: Add inet6 to default suggested options. It's 2012. --- security/dnssec-tools/options.mk | 4 ++-- security/putty/options.mk | 3 ++- security/stunnel/options.mk | 4 ++-- security/tcp_wrappers/Makefile | 3 ++- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/dnssec-tools/options.mk b/security/dnssec-tools/options.mk index 887efcdae03..0959478e40f 100644 --- a/security/dnssec-tools/options.mk +++ b/security/dnssec-tools/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.1.1.1 2010/07/22 21:08:26 pettai Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dnssec-tools PKG_SUPPORTED_OPTIONS= inet6 dlv -PKG_SUGGESTED_OPTIONS= +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/security/putty/options.mk b/security/putty/options.mk index ea902fe368c..93b6faf80e6 100644 --- a/security/putty/options.mk +++ b/security/putty/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2012/02/22 15:27:13 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.putty PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" diff --git a/security/stunnel/options.mk b/security/stunnel/options.mk index b14affd8f44..411063526da 100644 --- a/security/stunnel/options.mk +++ b/security/stunnel/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.7 2009/10/30 23:54:52 jym Exp $ +# $NetBSD: options.mk,v 1.8 2012/06/12 15:46:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.stunnel PKG_SUPPORTED_OPTIONS= inet6 threads tcpwrappers -PKG_SUGGESTED_OPTIONS= tcpwrappers +PKG_SUGGESTED_OPTIONS= inet6 tcpwrappers CHECK_BUILTIN.pthread:= yes .include "../../mk/pthread.builtin.mk" CHECK_BUILTIN.pthread:= no diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index dbfc5acd478..df2293a3551 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2011/02/06 08:39:59 obache Exp $ +# $NetBSD: Makefile,v 1.35 2012/06/12 15:46:03 wiz Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.1 PKGNAME= tcp_wrappers-7.6.1 @@ -17,6 +17,7 @@ USE_LIBTOOL= yes PKG_OPTIONS_VAR= PKG_OPTIONS.tcp_wrappers PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" -- cgit v1.2.3