Date: Fri, 30 Jun 2023 07:23:01 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: c078f8925a6e - main - devel/orcania: Use USES=pathfix to fix .pc installation Message-ID: <202306300723.35U7N1u8084822@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=c078f8925a6edf2faca4d7e6e2c322cd861aad61 commit c078f8925a6edf2faca4d7e6e2c322cd861aad61 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:25 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:25 +0000 devel/orcania: 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/orcania/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/orcania/Makefile b/devel/orcania/Makefile index a462a0e61254..80d20ae713c5 100644 --- a/devel/orcania/Makefile +++ b/devel/orcania/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/babelouest/orcania LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -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.35U7N1u8084822>