svn commit: r52709 - head/en_US.ISO8859-1/books/porters-handbook/uses
Chris Rees
crees at FreeBSD.org
Sun Dec 23 09:49:59 UTC 2018
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">
More information about the svn-doc-all
mailing list