pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   gdt
Date:           Wed Jan  3 12:20:22 UTC 2024

Modified Files:
        pkgsrc/mk: compiler.mk

Log Message:
mk/compiler.mk: Sort CXX_FEATURES values in comment

c99 sorts before c11 and c17, once the implicit digits are considered.
(Defer worrying about the pending Y2100 C/C++ standards naming
problem.)

This is a comment-only change.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/mk/compiler.mk

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

Modified files:

Index: pkgsrc/mk/compiler.mk
diff -u pkgsrc/mk/compiler.mk:1.109 pkgsrc/mk/compiler.mk:1.110
--- pkgsrc/mk/compiler.mk:1.109 Wed Jan  3 08:11:51 2024
+++ pkgsrc/mk/compiler.mk       Wed Jan  3 12:20:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.109 2024/01/03 08:11:51 mef Exp $
+# $NetBSD: compiler.mk,v 1.110 2024/01/03 12:20:21 gdt Exp $
 #
 # This Makefile fragment implements handling for supported C/C++/Fortran
 # compilers.
@@ -78,7 +78,7 @@
 #      This is used to (optionally) install a newer compiler
 #      than provided by the system, or to skip building the package.
 #
-#      Valid values are: c11, c17, c99, has_include.
+#      Valid values are: c99, c11, c17, has_include.
 #
 # USE_CXX_FEATURES
 #



Home | Main Index | Thread Index | Old Index