Date: Mon, 13 Apr 2026 07:33:14 +0000 From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dffa98d75105 - main - textproc/gitlab-elasticsearch-indexer: ignore lib requirement Message-ID: <69dc9c3a.3c52f.604a9247@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=dffa98d751051d14600724cc3ca2d5f630f60357 commit dffa98d751051d14600724cc3ca2d5f630f60357 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-04-13 07:30:37 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-04-13 07:30:37 +0000 textproc/gitlab-elasticsearch-indexer: ignore lib requirement The content of the package is linked on libparser_c_bindings.so which does not provide proper soname, as a result it it not exported as provided by the gitlab-code-parser, so ignore it, it will never be resolved. PR: 293874 --- textproc/gitlab-elasticsearch-indexer/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 83aad12d69e5..99991be566e2 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitlab-elasticsearch-indexer PORTVERSION= 5.13.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= mfechner@FreeBSD.org @@ -18,6 +18,9 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ libparser_c_bindings.so:textproc/gitlab-code-parser #RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool +NO_SHLIB_REQUIRES_GLOB= libparser_c_bindings.so + + USES= gmake go:modules,no_targets pkgconfig USE_GITLAB= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9c3a.3c52f.604a9247>
