From owner-svn-doc-head@FreeBSD.ORG Thu Mar 5 21:48:22 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0E77A4C; Thu, 5 Mar 2015 21:48:22 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAE11D33; Thu, 5 Mar 2015 21:48:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t25LmM7A095256; Thu, 5 Mar 2015 21:48:22 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t25LmMrS095254; Thu, 5 Mar 2015 21:48:22 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201503052148.t25LmMrS095254@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 5 Mar 2015 21:48:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46319 - head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 21:48:23 -0000 Author: brd Date: Thu Mar 5 21:48:21 2015 New Revision: 46319 URL: https://svnweb.freebsd.org/changeset/doc/46319 Log: Sync up the databases section with reality. PR: 195549 Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Thu Mar 5 21:37:34 2015 (r46318) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Thu Mar 5 21:48:21 2015 (r46319) @@ -4300,35 +4300,39 @@ post-patch: USE_BDB If variable is set to yes, add dependency on - databases/db41 - port. The variable may also be set to values: 40, 41, - 42, 43, 44, 46, 47, 48, or 51. It is possible to declare a - range of acceptable values, - USE_BDB=42+ will find the highest - installed version, and fall back to 42 if nothing else - is installed. + databases/db5 + port. The variable may also be set to values: 48, 5 + or 6. It is possible to declare a range of acceptable + values, USE_BDB=48+ will find the + highest installed version, and fall back to 4.8 if + nothing else is installed. + WANT_BDB_VER will always build this + port with a specific version of the Berkely DB. + INVALID_BDB_VER can be used to + specify a version that cannot be used. USE_MYSQL If the variable is set to yes, add a dependency on the databases/mysql55-client port. + role="port">databases/mysql56-client port. An associated variable, WANT_MYSQL_VER, may be set to - values such as 323, 40, 41, 50, 51, 52, 55, or - 60. + values such as 51, 55, or 60. Additionally to + specify use of Percona, use 56p, or for MariaDB, use + 53m, 55m or 100m. USE_PGSQL If set to yes, add dependency on databases/postgresql90-client + role="port">databases/postgresql93-client port. An associated variable, WANT_PGSQL_VER, may be set to - values such as 83, 84, 90, 91 or 92. It is possible to declare - a minimum or maximum value; + values such as 84, 90, 91, 92, 93 or 94. It is + possible to declare a minimum or maximum value; WANT_PGSQL_VER= 90+ will cause the port to depend on a minimum version of 9.0. @@ -4336,11 +4340,11 @@ post-patch: USE_SQLITE - If variable is set to yes, add + If set to yes, add dependency on databases/sqlite3 - port. The variable may also be set to values: 3, - 2. + port. The variable may also be set to 3 or 2, to add + a dependency on 3.x or 2.x, respectively.