svn commit: r51396 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Thu Jan 25 16:21:49 UTC 2018
Author: mat
Date: Thu Jan 25 16:21:48 2018
New Revision: 51396
URL: https://svnweb.freebsd.org/changeset/doc/51396
Log:
Document USES=python:patch.
Sponsored by: Absolight
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 Jan 25 16:21:42 2018 (r51395)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Thu Jan 25 16:21:48 2018 (r51396)
@@ -2471,6 +2471,7 @@ USE_PYQT= core doc_build designer_run</programlisting>
<literal><replaceable>X.Y+</replaceable></literal>,
<literal><replaceable>-X.Y</replaceable></literal>,
<literal><replaceable>X.Y-Z.A</replaceable></literal>,
+ <literal>patch</literal>,
<literal>build</literal>, <literal>run</literal>,
<literal>test</literal></para>
@@ -2478,7 +2479,9 @@ USE_PYQT= core doc_build designer_run</programlisting>
or version range can be specified. If Python is only needed at
build time, run time or for the tests, it can be set as a build,
run or test dependency with <literal>build</literal>,
- <literal>run</literal>, or <literal>test</literal>. See
+ <literal>run</literal>, or <literal>test</literal>. If Python
+ is also needed during the patch phase, use
+ <literal>patch</literal>. See
<xref linkend="using-python"/> for more information.</para>
<para><literal>PYTHON_NO_DEPENDS=yes</literal> can be used when
More information about the svn-doc-head
mailing list