svn commit: r305638 - in head: . Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 10 08:48:48 UTC 2012


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 at FreeBSD.org
 
+  * IPV6 option is now activated by default for the whole ports tree
+
+20121010:
+AUTHOR: bapt at 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}}


More information about the svn-ports-all mailing list