From owner-svn-doc-head@freebsd.org Wed Jul 22 15:33:05 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75E539A891A; Wed, 22 Jul 2015 15:33:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.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 61B4F1E61; Wed, 22 Jul 2015 15:33:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MFX53w004995; Wed, 22 Jul 2015 15:33:05 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MFX50U004994; Wed, 22 Jul 2015 15:33:05 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201507221533.t6MFX50U004994@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Wed, 22 Jul 2015 15:33:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47043 - 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.20 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: Wed, 22 Jul 2015 15:33:05 -0000 Author: brd Date: Wed Jul 22 15:33:04 2015 New Revision: 47043 URL: https://svnweb.freebsd.org/changeset/doc/47043 Log: Remove references to USE_PGSQL, but leave a pointer to USES=pgsql so people know where to look until the rest of the USE_database goes away. Noticed by: xmj 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 Wed Jul 22 15:26:54 2015 (r47042) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Wed Jul 22 15:33:04 2015 (r47043) @@ -4373,16 +4373,8 @@ USE_XFCE= libexo libmenu libutil panel USE_PGSQL - If set to yes, add dependency - on databases/postgresql93-client - port. An associated variable, - WANT_PGSQL_VER, may be set to - 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. + Retired in favor of + USES=pgsql.