Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2026 14:39:08 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Cc:        Alastair Hogge <agh@riseup.net>
Subject:   git: acec1eb8a1a2 - 2026Q3 - lang/gnat15: Fix misssing libgomp in pkg-plist
Message-ID:  <6a749c8c.410ff.8479c1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q3 has been updated by thierry:

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

commit acec1eb8a1a29c08d44917e6eff583283be47ba1
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2026-07-17 02:33:46 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-08-06 14:37:33 +0000

    lang/gnat15: Fix misssing libgomp in pkg-plist
    
     PR:            296834
    
    (cherry picked from commit 8e8569d48fc0eacce4c8d7b481619ba39c9dfe59)
---
 lang/gnat15/pkg-descr | 10 +++++-----
 lang/gnat15/pkg-plist | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/lang/gnat15/pkg-descr b/lang/gnat15/pkg-descr
index b81d4a07da71..450467e1215b 100644
--- a/lang/gnat15/pkg-descr
+++ b/lang/gnat15/pkg-descr
@@ -1,9 +1,8 @@
 GNAT is a free, high-quality, complete compiler for Ada, integrated into the
 GCC compiler system; the front-end and run-time are written in Ada. GNAT
-supports Ada standards from 1995 to 2012, with on-going development into later
-standards.
+supports Ada ISO Standards from 1985 to 2022.
 
-Ada was designed for embedded and real-time systems, it features include:
+Ada was designed for embedded and real-time systems, its features include:
  * Strong static typing
  * Modular programming (via the package)
  * Encapsulation
@@ -17,5 +16,6 @@ Ada is designed for "Programming in the large", it suits rapid development, and
 directly supports structured, object-oriented, generic, distributed and
 concurrent programming paradigms. Ada is considered a Design Programming
 Language, as a result of the expressive abstractions and features that informed
-it's design. It's expressiveness allows users to clearly represent design
-solutions modeled on their problem domain.
+it's design, and provided to the user. Its expressiveness allows users to
+clearly represent design solutions modeled on their problem domain, in
+accessible language.
diff --git a/lang/gnat15/pkg-plist b/lang/gnat15/pkg-plist
index 13ce317f9cec..4fc438346321 100644
--- a/lang/gnat15/pkg-plist
+++ b/lang/gnat15/pkg-plist
@@ -6560,11 +6560,11 @@
 %%64BITS%%%%32BITS%%%%GNAT%%/lib32/libatomic.so.1.2.0
 %%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgcc_s.so
 %%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgcc_s.so.1
-%%GNAT%%/lib32/libgomp.a
-%%GNAT%%/lib32/libgomp.so
-%%GNAT%%/lib32/libgomp.so.1
-%%GNAT%%/lib32/libgomp.so.1.0.0
-%%GNAT%%/lib32/libgomp.spec
+%%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgomp.a
+%%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgomp.so
+%%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgomp.so.1
+%%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgomp.so.1.0.0
+%%64BITS%%%%32BITS%%%%GNAT%%/lib32/libgomp.spec
 %%64BITS%%%%32BITS%%%%GNAT%%/lib32/libitm.a
 %%64BITS%%%%32BITS%%%%GNAT%%/lib32/libitm.so
 %%64BITS%%%%32BITS%%%%GNAT%%/lib32/libitm.so.1


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a749c8c.410ff.8479c1>