Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2014 22:00:59 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43467 - head/en_US.ISO8859-1/books/porters-handbook
Message-ID:  <201401102200.s0AM0xPg010875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Jan 10 22:00:59 2014
New Revision: 43467
URL: http://svnweb.freebsd.org/changeset/doc/43467

Log:
  Mention the new c++0x option 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	Fri Jan 10 21:35:27 2014	(r43466)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Fri Jan 10 22:00:59 2014	(r43467)
@@ -68,7 +68,7 @@
 <row>
   <entry><literal>compiler</literal></entry>
 
-  <entry>(none), <literal>c++11-lang</literal>,
+  <entry>(none), <literal>c++0x</literal>, <literal>c++11-lang</literal>,
     <literal>c++11-lib</literal>, <literal>c11</literal>,
     <literal>openmp</literal>, <literal>nestedfct</literal>, <literal>features</literal></entry>
 
@@ -76,7 +76,7 @@
     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, OpenMP, or nested functions, the corresponding parameters can be
+    understanding C++0X, C11, OpenMP, or nested functions, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401102200.s0AM0xPg010875>