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

This commit is contained in:
Baptiste Daroussin 2012-10-10 08:48:47 +00:00
parent 39055bef9c
commit 8640477bd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305638
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20121010:
AUTHOR: bapt@FreeBSD.org
* IPV6 option is now activated by default for the whole ports tree
20121010:
AUTHOR: bapt@FreeBSD.org

View File

@ -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}}