summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
committerwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
commit2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /chat
parent6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff)
downloadpkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'chat')
-rw-r--r--chat/bitlbee/Makefile4
-rw-r--r--chat/cgiirc/Makefile3
-rw-r--r--chat/jabberd/options.mk3
-rw-r--r--chat/ninja/options.mk3
-rw-r--r--chat/scrollz/Makefile3
-rw-r--r--chat/silc-client/options.mk4
-rw-r--r--chat/silc-server/options.mk3
-rw-r--r--chat/unrealircd/options.mk4
8 files changed, 17 insertions, 10 deletions
diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile
index 28f00acf09f..dd10f82a7a9 100644
--- a/chat/bitlbee/Makefile
+++ b/chat/bitlbee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2012/03/03 00:12:47 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2012/06/12 15:45:55 wiz Exp $
#
DISTNAME= bitlbee-3.0.3
@@ -64,6 +64,8 @@ do-install:
PKG_OPTIONS_VAR= PKG_OPTIONS.bitlbee
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile
index 0baa3d18173..fbecb49fbfd 100644
--- a/chat/cgiirc/Makefile
+++ b/chat/cgiirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2011/03/02 20:24:40 gls Exp $
+# $NetBSD: Makefile,v 1.18 2012/06/12 15:45:55 wiz Exp $
DISTNAME= cgiirc-0.5.10
#PKGREVISION= 2
@@ -22,6 +22,7 @@ CONF_FILES+= ${PREFIX}/share/examples/cgiirc/cgiirc.config \
PKG_OPTIONS_VAR= PKG_OPTIONS.cgiirc
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
diff --git a/chat/jabberd/options.mk b/chat/jabberd/options.mk
index 5a528b5abba..8b86fc05781 100644
--- a/chat/jabberd/options.mk
+++ b/chat/jabberd/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2005/06/02 21:39:53 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2012/06/12 15:45:55 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
diff --git a/chat/ninja/options.mk b/chat/ninja/options.mk
index 15093b8217c..d1c4d371c32 100644
--- a/chat/ninja/options.mk
+++ b/chat/ninja/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:12 wiz Exp $
+# $NetBSD: options.mk,v 1.3 2012/06/12 15:45:55 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ninja
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
diff --git a/chat/scrollz/Makefile b/chat/scrollz/Makefile
index e97997ac305..b947e24a32f 100644
--- a/chat/scrollz/Makefile
+++ b/chat/scrollz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2010/01/29 15:59:57 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2012/06/12 15:45:55 wiz Exp $
#
DISTNAME= ScrollZ-1.9.5
@@ -20,6 +20,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1
PKG_OPTIONS_VAR= PKG_OPTIONS.scrollz
PKG_SUPPORTED_OPTIONS= inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
diff --git a/chat/silc-client/options.mk b/chat/silc-client/options.mk
index 0f27a252729..7b25fcad622 100644
--- a/chat/silc-client/options.mk
+++ b/chat/silc-client/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2008/07/13 12:04:11 tonnerre Exp $
+# $NetBSD: options.mk,v 1.6 2012/06/12 15:45:55 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.silc-client
PKG_SUPPORTED_OPTIONS= debug inet6 perl
-PKG_SUGGESTED_OPTIONS= perl
+PKG_SUGGESTED_OPTIONS= inet6 perl
.include "../../mk/bsd.options.mk"
diff --git a/chat/silc-server/options.mk b/chat/silc-server/options.mk
index 44deb0467b8..d369eb2a1c9 100644
--- a/chat/silc-server/options.mk
+++ b/chat/silc-server/options.mk
@@ -1,8 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2005/06/19 01:22:17 salo Exp $
+# $NetBSD: options.mk,v 1.4 2012/06/12 15:45:55 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.silc-server
PKG_SUPPORTED_OPTIONS= debug inet6
+PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
diff --git a/chat/unrealircd/options.mk b/chat/unrealircd/options.mk
index f61e2d3941d..3adb25f715a 100644
--- a/chat/unrealircd/options.mk
+++ b/chat/unrealircd/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2008/06/13 23:15:33 adrianp Exp $
+# $NetBSD: options.mk,v 1.11 2012/06/12 15:45:55 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd
@@ -11,7 +11,7 @@ PKG_SUPPORTED_OPTIONS+= unrealircd-chroot unrealircd-prefixaq
PKG_SUPPORTED_OPTIONS+= unrealircd-showlistmodes unrealircd-topicisnuhost
PKG_SUPPORTED_OPTIONS+= unrealircd-shunnotices unrealircd-operoverride-verify
PKG_SUPPORTED_OPTIONS+= unrealircd-no-operoverride unrealircd-disableusermod
-PKG_SUGGESTED_OPTIONS= unrealircd-showlistmodes unrealircd-hub \
+PKG_SUGGESTED_OPTIONS= inet6 unrealircd-showlistmodes unrealircd-hub \
unrealircd-prefixaq
.include "../../mk/bsd.options.mk"