pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc "inet6" option support is determined in bsd.prefs.mk, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/925bbadc34ac
branches:  trunk
changeset: 495725:925bbadc34ac
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Jun 19 01:46:35 2005 +0000

description:
"inet6" option support is determined in bsd.prefs.mk, don't add it to
PKG_SUGGESTED_OPTIONS.

diffstat:

 chat/silc-client/options.mk |  4 ++--
 chat/xchat/options.mk       |  4 ++--
 www/screws/options.mk       |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 0e5b24affaec -r 925bbadc34ac chat/silc-client/options.mk
--- a/chat/silc-client/options.mk       Sun Jun 19 01:40:55 2005 +0000
+++ b/chat/silc-client/options.mk       Sun Jun 19 01:46:35 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:36 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:35 salo Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.silc-client
 PKG_SUPPORTED_OPTIONS= debug inet6 perl
-PKG_SUGGESTED_OPTIONS= inet6 perl
+PKG_SUGGESTED_OPTIONS= perl
 
 .include "../../mk/bsd.options.mk"
 
diff -r 0e5b24affaec -r 925bbadc34ac chat/xchat/options.mk
--- a/chat/xchat/options.mk     Sun Jun 19 01:40:55 2005 +0000
+++ b/chat/xchat/options.mk     Sun Jun 19 01:46:35 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.5 2005/06/06 13:55:30 dillo Exp $
+# $NetBSD: options.mk,v 1.6 2005/06/19 01:46:35 salo Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xchat
 PKG_SUPPORTED_OPTIONS= inet6 ssl socks5
-PKG_SUGGESTED_OPTIONS= inet6 ssl
+PKG_SUGGESTED_OPTIONS= ssl
 PKG_OPTIONS_LEGACY_OPTS+=      socks:socks5
 
 .if defined(PKG_OPTIONS.xchat2)
diff -r 0e5b24affaec -r 925bbadc34ac www/screws/options.mk
--- a/www/screws/options.mk     Sun Jun 19 01:40:55 2005 +0000
+++ b/www/screws/options.mk     Sun Jun 19 01:46:35 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:40 dillo Exp $
+# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:36 salo Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.screws
 PKG_SUPPORTED_OPTIONS= inet6 lua ssl
-PKG_SUGGESTED_OPTIONS= inet6 lua ssl
+PKG_SUGGESTED_OPTIONS= lua ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index