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: dkazankov
Date: Tue Jul 1 19:56:04 UTC 2025
Modified Files:
pkgsrc/mk: compiler.mk
Log Message:
mk/compiler.mk: document USE_ADA_FEATURES
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 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.112 pkgsrc/mk/compiler.mk:1.113
--- pkgsrc/mk/compiler.mk:1.112 Tue Jan 21 17:34:46 2025
+++ pkgsrc/mk/compiler.mk Tue Jul 1 19:56:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.112 2025/01/21 17:34:46 triaxx Exp $
+# $NetBSD: compiler.mk,v 1.113 2025/07/01 19:56:04 dkazankov Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -91,6 +91,15 @@
# regex, filesystem, unique_ptr, charconv, parallelism_ts,
# put_time, is_trivially_copy_constructible.
#
+# USE_ADA_FEATURES
+#
+# Declares the Ada compiler features required by the package.
+#
+# This is used to (optionally) install a newer compiler
+# than provided by the system, to or skip building the package.
+#
+# Valid values are: gnat2020, gnat2022, ada2022.
+#
# FORCE_C_STD
#
# Overrides the compiler's default C dialect to ensure that a
Home |
Main Index |
Thread Index |
Old Index