svn commit: r47043 - head/en_US.ISO8859-1/books/porters-handbook/special

Brad Davis brd at FreeBSD.org
Wed Jul 22 15:33:05 UTC 2015


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</
 
 	  <row>
 	    <entry><varname>USE_PGSQL</varname></entry>
-	    <entry>If set to <literal>yes</literal>, add dependency
-	      on <package
-		role="port">databases/postgresql93-client</package>
-	      port.  An associated variable,
-	      <varname>WANT_PGSQL_VER</varname>, may be set to
-	      values such as 84, 90, 91, 92, 93 or 94.  It is
-	      possible to declare a minimum or maximum value;
-	      <varname>WANT_PGSQL_VER</varname>= <literal>
-	      90+</literal> will cause the port to depend on a
-	      minimum version of 9.0.</entry>
+	    <entry>Retired in favor of
+	      <link linkend="uses-pgsql"><literal>USES=pgsql</literal></link>.</entry>
 	  </row>
 
 	  <row>


More information about the svn-doc-all mailing list