Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2025 06:46:55 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dc6cbe6b41fb - main - textproc/xmlada: Do not require libgnat-12.so, it is provided via rpath
Message-ID:  <202503180646.52I6ktuQ078077@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

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

commit dc6cbe6b41fbc177ab81b1e73859e53f2cfe7eed
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-03-18 06:46:17 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-03-18 06:46:17 +0000

    textproc/xmlada: Do not require libgnat-12.so, it is provided via rpath
    
    Reported by:    pkg-devel exp-run
---
 textproc/xmlada/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index ce733c7b6fbf..377de23ea384 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	xmlada
 DISTVERSIONPREFIX=v
 DISTVERSION=	25.0.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	ports@FreeBSD.org
@@ -19,6 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	AdaCore
 GH_PROJECT=	xmlada
 
+NO_SHLIB_REQUIRES_GLOB=	libgnat-12.so
 MAKE_ARGS+=	PROCESSORS=${MAKE_JOBS_NUMBER} \
 		LIBVER=${PORTVERSION}
 TEST_TARGET=	test


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503180646.52I6ktuQ078077>