svn commit: r53892 - head/en_US.ISO8859-1/books/porters-handbook/uses
Chris Rees
crees at FreeBSD.org
Thu Feb 13 20:30:32 UTC 2020
Author: crees
Date: Thu Feb 13 20:30:31 2020
New Revision: 53892
URL: https://svnweb.freebsd.org/changeset/doc/53892
Log:
Document the new range ability for USES=pgsql.
Translators, I've modified the wording to make it easier to read, but the
only material difference is the fact that you can now specify a range of
versions.
Differential Revision: https://reviews.freebsd.org/D18818
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 Thu Feb 13 18:59:58 2020 (r53891)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Feb 13 20:30:31 2020 (r53892)
@@ -2198,14 +2198,19 @@ USE_MATE= menus:build intlhack</programlisting>
<para>Possible arguments: (none),
<literal><replaceable>X.Y</replaceable></literal>,
<literal><replaceable>X.Y</replaceable>+</literal>,
- <literal><replaceable>X.Y</replaceable>-</literal></para>
+ <literal><replaceable>X.Y</replaceable>-</literal>,
+ <literal><replaceable>X.Y</replaceable>-<replaceable>Z.A</replaceable></literal></para>
- <para>Provide support for PostgreSQL. Maintainer can set version
- required. Minimum and maximum versions can be specified; for
- example, 9.0-, 8.4+.</para>
+ <para>Provide support for PostgreSQL.
+ Port maintainer can set version required.
+ Minimum and maximum versions or a range can be specified; for
+ example, <literal>9.0-</literal>, <literal>8.4+</literal>,
+ <literal>8.4-9.2.</literal></para>
- <para>Add PostgreSQL component dependency, using
- <literal>WANT_PGSQL=component[:target]</literal>. for example,
+ <para>By default, the added dependency will be the client, but if
+ the port requires additional components, this can be done using
+ <literal>WANT_PGSQL=<replaceable>component[:target]</replaceable></literal>;
+ for example,
<literal>WANT_PGSQL=server:configure pltcl plperl</literal>.
The available components are:</para>
More information about the svn-doc-all
mailing list