pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/288e4c6907c9
branches: trunk
changeset: 487181:288e4c6907c9
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Jan 10 20:59:43 2005 +0000
description:
Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set
inet6.
Move to calling all such flags 'inet6'.
diffstat:
chat/xchat2/options.mk | 4 ++--
mail/fetchmail/options.mk | 4 ++--
mail/gmime/options.mk | 10 +++-------
mail/msmtp/options.mk | 4 ++--
mail/qpopper/options.mk | 4 ++--
5 files changed, 11 insertions(+), 15 deletions(-)
diffs (85 lines):
diff -r 32f859b06748 -r 288e4c6907c9 chat/xchat2/options.mk
--- a/chat/xchat2/options.mk Mon Jan 10 20:00:30 2005 +0000
+++ b/chat/xchat2/options.mk Mon Jan 10 20:59:43 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2005/01/10 20:59:43 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2
PKG_SUPPORTED_OPTIONS= inet6 ssl socks
.if !defined(PKG_OPTIONS.xchat2)
-PKG_DEFAULT_OPTIONS+= inet6 ssl
+PKG_DEFAULT_OPTIONS+= ssl
.endif
.include "../../mk/bsd.options.mk"
diff -r 32f859b06748 -r 288e4c6907c9 mail/fetchmail/options.mk
--- a/mail/fetchmail/options.mk Mon Jan 10 20:00:30 2005 +0000
+++ b/mail/fetchmail/options.mk Mon Jan 10 20:59:43 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.5 2005/01/10 20:59:43 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fetchmail
PKG_SUPPORTED_OPTIONS= inet6 kerberos4 ssl
.if !defined(PKG_OPTIONS.fetchmail)
-PKG_DEFAULT_OPTIONS+= inet6 ssl
+PKG_DEFAULT_OPTIONS+= ssl
.endif
.include "../../mk/bsd.options.mk"
diff -r 32f859b06748 -r 288e4c6907c9 mail/gmime/options.mk
--- a/mail/gmime/options.mk Mon Jan 10 20:00:30 2005 +0000
+++ b/mail/gmime/options.mk Mon Jan 10 20:59:43 2005 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2004/11/14 16:48:55 jmmv Exp $
-
-.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
-PKG_DEFAULT_OPTIONS+= ipv6
-.endif
+# $NetBSD: options.mk,v 1.2 2005/01/10 20:59:43 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gmime
-PKG_SUPPORTED_OPTIONS= ipv6
+PKG_SUPPORTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mipv6)
+.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
diff -r 32f859b06748 -r 288e4c6907c9 mail/msmtp/options.mk
--- a/mail/msmtp/options.mk Mon Jan 10 20:00:30 2005 +0000
+++ b/mail/msmtp/options.mk Mon Jan 10 20:59:43 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.4 2005/01/10 20:59:43 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.msmtp
PKG_SUPPORTED_OPTIONS= gnutls inet6 ssl gsasl nossl
.if !defined(PKG_OPTIONS.msmtp)
-PKG_DEFAULT_OPTIONS+= inet6 ssl
+PKG_DEFAULT_OPTIONS+= ssl
.endif
.include "../../mk/bsd.options.mk"
diff -r 32f859b06748 -r 288e4c6907c9 mail/qpopper/options.mk
--- a/mail/qpopper/options.mk Mon Jan 10 20:00:30 2005 +0000
+++ b/mail/qpopper/options.mk Mon Jan 10 20:59:43 2005 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2004/12/18 03:59:30 grant Exp $
+# $NetBSD: options.mk,v 1.2 2005/01/10 20:59:43 adrianp Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qpopper
PKG_SUPPORTED_OPTIONS= inet6 ssl
.if !defined(PKG_OPTIONS.qpopper)
-PKG_DEFAULT_OPTIONS+= inet6 ssl
+PKG_DEFAULT_OPTIONS+= ssl
.endif
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index