Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 16:49:20 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Alastair Hogge <agh@riseup.net>
Subject:   git: 5654e9d89c3f - main - Mk/Uses/ada.mk: Update comment
Message-ID:  <6a415090.349f8.49397a8f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5654e9d89c3fb93aa874850e05b6c88e52814506

commit 5654e9d89c3fb93aa874850e05b6c88e52814506
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2026-06-28 11:30:16 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-06-28 16:49:16 +0000

    Mk/Uses/ada.mk: Update comment
    
    Update comment:
     * Following the addition of the Ada tool-chain GNAT-15, update the
       comment explaining the version args in ada.mk
    
     PR:            296347
---
 Mk/Uses/ada.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Mk/Uses/ada.mk b/Mk/Uses/ada.mk
index 1ffbfb2098d8..9f2134c692f0 100644
--- a/Mk/Uses/ada.mk
+++ b/Mk/Uses/ada.mk
@@ -1,10 +1,12 @@
-# Establish Ada-capable compiler as a build dependency
+# Establish Ada-capable compiler as a build or run dependency
 #
 # Feature:      ada
 # Usage:        USES=ada:ARGS
 # Valid ARGS:   [<version>],[run]
 #
-# version	The chooseable versions are 6 , 12 (default) or 13
+# version	If a Port requires a specific version of Ada, it can be
+# 		explicitly configured with one of the following versions:
+# 		6, 12 (default), 13, 14, or 15
 #
 # run		Add run depends
 #


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a415090.349f8.49397a8f>