Date: Fri, 30 Jun 2023 07:23:15 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 665f909374ae - main - devel/yder: Use USES=pathfix to fix .pc installation Message-ID: <202306300723.35U7NFoU085125@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=665f909374aee166fe193f95ea79ce1f1a2a101e commit 665f909374aee166fe193f95ea79ce1f1a2a101e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:34 +0000 devel/yder: Use USES=pathfix to fix .pc installation ===> File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig Applying fix but consider using USES= pathfix or adjust install path Approved by: portmgr (blanket) --- devel/yder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/yder/Makefile b/devel/yder/Makefile index d67f2a67e06b..e9555c3c0d2d 100644 --- a/devel/yder/Makefile +++ b/devel/yder/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= orcania>=2.3.2:devel/orcania LIB_DEPENDS= liborcania.so:devel/orcania RUN_DEPENDS= jansson>=2.4:devel/jansson -USES= cmake +USES= cmake pathfix USE_GITHUB= yes GH_ACCOUNT= babelouest
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300723.35U7NFoU085125>