pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Daniel Horecki pointed out on irc that all USE_INET...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6fd624e9203
branches:  trunk
changeset: 542605:f6fd624e9203
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu May 22 15:48:13 2008 +0000

description:
Daniel Horecki pointed out on irc that all USE_INET6 references have been
purged from pkgsrc-wip, so remove the support code for that.

diffstat:

 mk/bsd.prefs.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r cde6c8e9907b -r f6fd624e9203 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu May 22 14:20:08 2008 +0000
+++ b/mk/bsd.prefs.mk   Thu May 22 15:48:13 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.281 2008/04/16 12:28:48 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.282 2008/05/22 15:48:13 tnn Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -462,11 +462,6 @@
 IPV6_READY=            NO
 .endif
 
-# XXX
-# XXX Retain the following until USE_INET6 has been purged from pkgsrc-wip.
-# XXX
-USE_INET6?=            ${IPV6_READY}
-
 LOCALBASE?=            /usr/pkg
 X11_TYPE?=             native
 .if !empty(X11_TYPE:Mnative)



Home | Main Index | Thread Index | Old Index