svn commit: r51718 - head/en_US.ISO8859-1/books/porters-handbook/flavors

Mathieu Arnold mat at FreeBSD.org
Thu May 24 15:08:03 UTC 2018


Author: mat
Date: Thu May 24 15:08:02 2018
New Revision: 51718
URL: https://svnweb.freebsd.org/changeset/doc/51718

Log:
  Rewrite that bit, and make it more clear and more correct.
  
  Sponsored by:	Absolight

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml	Thu May 24 12:37:50 2018	(r51717)
+++ head/en_US.ISO8859-1/books/porters-handbook/flavors/chapter.xml	Thu May 24 15:08:02 2018	(r51718)
@@ -404,13 +404,11 @@ USE_PYTHON=	distutils allflavors</programlisting>
 	<literal>py35</literal>, and <literal>py36</literal>.</para>
     </example>
 
-    <para><varname>PY_FLAVOR</varname> will be available to depend
+    <para><varname>PY_FLAVOR</varname> is available to depend
       on the correct version of <application>Python</application>
-      modules.  This is most useful for ports that are not
-      <application>Python</application> modules and do not have
-      <application>Python</application> flavors but do use
-      <command>python</command> for some part of their
-      operations.</para>
+      modules.  All dependencies on flavored Python ports should
+      use <varname>PY_FLAVOR</varname>, and not
+      <varname>FLAVOR</varname> directly..</para>
 
     <example xml:id="flavors-auto-python-ex3">
       <title>For a Port Not Using


More information about the svn-doc-all mailing list