Date: Thu, 13 Feb 2020 20:30:31 +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: r53892 - head/en_US.ISO8859-1/books/porters-handbook/uses Message-ID: <202002132030.01DKUVlq093470@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002132030.01DKUVlq093470>