From owner-svn-ports-all@FreeBSD.ORG Thu Jan 2 01:35:29 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6825881; Thu, 2 Jan 2014 01:35:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1DB51661; Thu, 2 Jan 2014 01:35:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s021ZToc037300; Thu, 2 Jan 2014 01:35:29 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s021ZTLQ037298; Thu, 2 Jan 2014 01:35:29 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201401020135.s021ZTLQ037298@svn.freebsd.org> From: Matthias Andree Date: Thu, 2 Jan 2014 01:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338412 - head 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.17 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: Thu, 02 Jan 2014 01:35:29 -0000 Author: mandree Date: Thu Jan 2 01:35:29 2014 New Revision: 338412 URL: http://svnweb.freebsd.org/changeset/ports/338412 Log: Fix 20131216 databases/db4* entry to mention /etc/make.conf as the place where to add WITH_BDB_VER. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Jan 2 00:24:27 2014 (r338411) +++ head/UPDATING Thu Jan 2 01:35:29 2014 (r338412) @@ -114,7 +114,7 @@ you update your ports collection, before Note that Oracle Berkeley DB 6 is under the more restrictive Affero GPL v3 license, be sure to review if using that fits your requirements. - You can add WITH_BDB_VER=5 or WITH_BDB_VER=6 to have all + You can add WITH_BDB_VER=5 or WITH_BDB_VER=6 to /etc/make.conf to have all applications that get rebuilt use Oracle Berkeley DB 5 or 6, respectively. DO NOT FORCE DELETE older BerkeleyDB packages, that breaks the upgrade