pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Deprecate ipv6 option in favour of inet6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18ae47614b20
branches:  trunk
changeset: 495011:18ae47614b20
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 18:19:31 2005 +0000

description:
Deprecate ipv6 option in favour of inet6.

diffstat:

 devel/monotone/Makefile         |  7 ++++---
 mail/evolution/Makefile         |  7 ++++---
 mail/mail-notification/Makefile |  7 ++++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (78 lines):

diff -r 7c1fa4e205f6 -r 18ae47614b20 devel/monotone/Makefile
--- a/devel/monotone/Makefile   Wed Jun 01 18:18:09 2005 +0000
+++ b/devel/monotone/Makefile   Wed Jun 01 18:19:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:53 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/01 18:19:31 wiz Exp $
 #
 
 DISTNAME=      monotone-0.19
@@ -21,11 +21,12 @@
 CONFIGURE_ARGS+=       --with-bundled-sqlite=no
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.monotone
-PKG_SUPPORTED_OPTIONS= ipv6
+PKG_SUPPORTED_OPTIONS= inet6
+PKG_OPTIONS_LEGACY_OPTS+=      ipv6:inet6
 
 .include "../../mk/bsd.options.mk"
 
-.if !empty(PKG_OPTIONS:Mipv6)
+.if !empty(PKG_OPTIONS:Minet6)
 CONFIGURE_ARGS+=       --enable-ipv6
 .else
 CONFIGURE_ARGS+=       --disable-ipv6
diff -r 7c1fa4e205f6 -r 18ae47614b20 mail/evolution/Makefile
--- a/mail/evolution/Makefile   Wed Jun 01 18:18:09 2005 +0000
+++ b/mail/evolution/Makefile   Wed Jun 01 18:19:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2005/06/01 18:02:59 jlam Exp $
+# $NetBSD: Makefile,v 1.84 2005/06/01 18:21:10 wiz Exp $
 
 DISTNAME=              evolution-2.2.2
 CATEGORIES=            mail time gnome
@@ -13,7 +13,8 @@
 BUILD_USES_MSGFMT=     YES
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.evolution
-PKG_SUPPORTED_OPTIONS= ipv6 krb4 krb5 ssl
+PKG_SUPPORTED_OPTIONS= inet6 krb4 krb5 ssl
+PKG_OPTIONS_LEGACY_OPTS+=      ipv6:inet6
 
 .include "../../mk/bsd.options.mk"
 
@@ -50,7 +51,7 @@
 CONFIGURE_ARGS+=       --with-sub-version=nb${PKGREVISION}
 .endif
 
-.if !empty(PKG_OPTIONS:Mipv6)
+.if !empty(PKG_OPTIONS:Minet6)
 CONFIGURE_ARGS+=       --enable-ipv6=yes
 .else
 CONFIGURE_ARGS+=       --disable-ipv6
diff -r 7c1fa4e205f6 -r 18ae47614b20 mail/mail-notification/Makefile
--- a/mail/mail-notification/Makefile   Wed Jun 01 18:18:09 2005 +0000
+++ b/mail/mail-notification/Makefile   Wed Jun 01 18:19:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:12 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/01 18:22:13 wiz Exp $
 #
 
 DISTNAME=      mail-notification-1.0
@@ -25,13 +25,14 @@
                ${PKG_SYSCONFDIR}/sound/events/mail-notification.soundlist
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mail-notification
-PKG_SUPPORTED_OPTIONS= ipv6 sasl ssl
+PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
+PKG_OPTIONS_LEGACY_OPTS+=      ipv6:inet6
 
 .include "../../mk/bsd.prefs.mk"
 .include "../../mk/bsd.options.mk"
 
 # Whether to add IPv6 support.
-.if empty(PKG_OPTIONS:Mipv6)
+.if empty(PKG_OPTIONS:Minet6)
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif
 



Home | Main Index | Thread Index | Old Index