pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Dec  8 19:27:08 UTC 2023

Modified Files:
        pkgsrc/doc/guide/files: fixes.xml

Log Message:
fixes.xml: add clarifications about a few compiler variables

The relatively recently added USE_CC_FEATURES, USE_CXX_FEATURES,
FORCE_C_STD, and FORCE_CXX_STD only apply to certain compilers.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 pkgsrc/doc/guide/files/fixes.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/fixes.xml
diff -u pkgsrc/doc/guide/files/fixes.xml:1.196 pkgsrc/doc/guide/files/fixes.xml:1.197
--- pkgsrc/doc/guide/files/fixes.xml:1.196      Wed Nov 29 19:34:51 2023
+++ pkgsrc/doc/guide/files/fixes.xml    Fri Dec  8 19:27:08 2023
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.196 2023/11/29 19:34:51 zafer Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.197 2023/12/08 19:27:08 gutteridge Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
 <title>Making your package work</title>
@@ -1454,6 +1454,8 @@ c++11, c++14, c++17, c++20, has_include,
 charconv, parallelism_ts, unique_ptr, put_time,
 is_trivially_copy_constructible
 </programlisting>
+    Note at present these variables only affect use of GCC, not other
+    compilers.
     </para>
 
     <para>Language variants like <literal>gnu99</literal> and
@@ -1476,6 +1478,7 @@ c90, c99, c11, gnu90, gnu99, gnu11
 c++03, c++11, c++14, c++17, c++20,
 gnu++03, gnu++11, gnu++14, gnu++17, gnu++20
 </programlisting>
+    Note at present these variables only affect use of GCC and Clang.
     </para>
   </sect2>
 



Home | Main Index | Thread Index | Old Index