mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
We are in 2012, it is time to activate IPV6 options by default everywhere
This commit is contained in:
parent
39055bef9c
commit
8640477bd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305638
5
CHANGES
5
CHANGES
@ -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
|
||||
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user