Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 09:49:58 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52709 - head/en_US.ISO8859-1/books/porters-handbook/uses
Message-ID:  <201812230949.wBN9nwL0096424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Dec 23 09:49:57 2018
New Revision: 52709
URL: https://svnweb.freebsd.org/changeset/doc/52709

Log:
  List arguments for WANT_PGSQL
  
  PR:		ports/222094
  Reviewed by:	mat
  Differential Revision:	D18627

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Sat Dec 22 10:04:26 2018	(r52708)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml	Sun Dec 23 09:49:57 2018	(r52709)
@@ -2175,9 +2175,42 @@ USE_MATE=	menus:build intlhack</programlisting>
 
     <para>Add PostgreSQL component dependency, using
       <literal>WANT_PGSQL=component[:target]</literal>.  for example,
-      <literal>WANT_PGSQL=server:configure pltcl plperl</literal>  For
-      the full list use <command>make -V
-	_USE_PGSQL_DEP</command>.</para>
+      <literal>WANT_PGSQL=server:configure pltcl plperl</literal>.
+      The available components are:</para>
+
+    <itemizedlist>
+      <listitem>
+	<para><literal>client</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>contrib</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>docs</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>pgtcl</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>plperl</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>plpython</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>pltcl</literal></para>
+      </listitem>
+
+      <listitem>
+	<para><literal>server</literal></para>
+      </listitem>
+    </itemizedlist>
   </sect1>
 
   <sect1 xml:id="uses-php">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812230949.wBN9nwL0096424>