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

Rene Ladan rene at FreeBSD.org
Sun Dec 15 23:02:38 UTC 2013


Author: rene
Date: Sun Dec 15 23:02:38 2013
New Revision: 43331
URL: http://svnweb.freebsd.org/changeset/doc/43331

Log:
  Mention the new nestedfct parameter for USES=compiler

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Dec 15 16:47:31 2013	(r43330)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Dec 15 23:02:38 2013	(r43331)
@@ -70,13 +70,13 @@
 
   <entry>(none), <literal>c++11-lang</literal>,
     <literal>c++11-lib</literal>, <literal>c11</literal>,
-    <literal>openmp</literal>, <literal>features</literal></entry>
+    <literal>openmp</literal>, <literal>nestedfct</literal>, <literal>features</literal></entry>
 
   <entry>Determines which compiler to use based on any given wishes.
     Use <literal>c++11-lang</literal> if the port needs a C+11-capable
     compiler, and <literal>c++11-lib</literal> if the port also needs
     a C++11-ready standard library.  If the port needs a compiler
-    understanding C11 or OpenMP, the corresponding parameters can be
+    understanding C11, OpenMP, or NestedFCT, the corresponding parameters can be
     used.  Use <literal>features</literal> to request a list of
     features supported by the default compiler.  After including
     <filename>bsd.port.pre.mk</filename> the port can inspect the


More information about the svn-doc-all mailing list