git: 764db4f37a2d - main - archivers/unarr: silence install warning
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Sep 2023 19:00:47 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=764db4f37a2d67e3f7b08d49ef5aeac405a55b22 commit 764db4f37a2d67e3f7b08d49ef5aeac405a55b22 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-03 18:38:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-09-03 18:59:46 +0000 archivers/unarr: silence install warning -- Installing: /wrkdirs/usr/ports/archivers/unarr/work/stage/usr/local/lib/cmake/unarr/unarr-version.cmake ===> File(s) found in lib/pkgconfig while correct path is libdata/pkgconfig Applying fix but consider using USES= pathfix or adjust install path --- archivers/unarr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/unarr/Makefile b/archivers/unarr/Makefile index 22772b66e636..59e78276655f 100644 --- a/archivers/unarr/Makefile +++ b/archivers/unarr/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_riscv64= fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension -USES= cmake +USES= cmake pathfix USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= selmf