From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 08:48:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82DCCB33; Wed, 10 Oct 2012 08:48:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6B75C8FC14; Wed, 10 Oct 2012 08:48:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9A8mmHv090193; Wed, 10 Oct 2012 08:48:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9A8mmHh090190; Wed, 10 Oct 2012 08:48:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201210100848.q9A8mmHh090190@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 10 Oct 2012 08:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305638 - in head: . Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2012 08:48:48 -0000 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}}