Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 08:48:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305638 - in head: . Mk
Message-ID:  <201210100848.q9A8mmHh090190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct 10 08:48:47 2012
New Revision: 305638
URL: http://svn.freebsd.org/changeset/ports/305638

Log:
  We are in 2012, it is time to activate IPV6 options by default everywhere

Modified:
  head/CHANGES
  head/Mk/bsd.options.mk

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Wed Oct 10 08:40:21 2012	(r305637)
+++ head/CHANGES	Wed Oct 10 08:48:47 2012	(r305638)
@@ -13,6 +13,11 @@ All ports committers are allowed to comm
 20121010:
 AUTHOR: bapt@FreeBSD.org
 
+  * IPV6 option is now activated by default for the whole ports tree
+
+20121010:
+AUTHOR: bapt@FreeBSD.org
+
   * The ports tree is now using pkgng as the default package manager
     for HEAD.  This only affects users of CURRENT -- users of other
     branches need not take any action.

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Wed Oct 10 08:40:21 2012	(r305637)
+++ head/Mk/bsd.options.mk	Wed Oct 10 08:48:47 2012	(r305638)
@@ -48,6 +48,9 @@ PORT_OPTIONS+=	NLS
 PORT_OPTIONS+=	EXAMPLES
 .endif
 
+# Activate IPV6 by default
+PORT_OPTIONS+=	IPV6
+
 # Exclude per arch options
 .for opt in ${OPTIONS_EXCLUDE_${ARCH}}
 OPTIONS_DEFINE:=	${OPTIONS_DEFINE:N${opt}}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210100848.q9A8mmHh090190>