From 8640477bd231a4d533bd43d206afe7c15aa2f270 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 10 Oct 2012 08:48:47 +0000 Subject: [PATCH] We are in 2012, it is time to activate IPV6 options by default everywhere --- CHANGES | 5 +++++ Mk/bsd.options.mk | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 8648f050ce2d..d04ebca2ae7e 100644 --- a/CHANGES +++ b/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 diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index f06442058099..49bf29870b34 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -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}}