git: 8e44ab50f2c9 - main - sysutils/pacman: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 May 2023 01:44:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e44ab50f2c9d3caa772b03c4c39625a66d68c6d commit 8e44ab50f2c9d3caa772b03c4c39625a66d68c6d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 16:25:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-04 01:44:27 +0000 sysutils/pacman: Mark BROKEN on 14 - Fails at configure stage with configure: error: *** gpgme >= 1.3.0 is needed for GPG signature support Although gpgme>=1.3.0 is installed - Pet portlint --- sysutils/pacman/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/pacman/Makefile b/sysutils/pacman/Makefile index 6a8afb17903f..98b8fd5fdb19 100644 --- a/sysutils/pacman/Makefile +++ b/sysutils/pacman/Makefile @@ -11,10 +11,12 @@ WWW= https://www.archlinux.org/pacman/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_14= gpgme >= 1.3.0 is needed for GPG signature support + BUILD_DEPENDS= asciidoc:textproc/asciidoc \ bash:shells/bash RUN_DEPENDS= bash:shells/bash -LIB_DEPENDS= libarchive.so.13:archivers/libarchive +LIB_DEPENDS= libarchive.so:archivers/libarchive USES= cpe gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix ssl CPE_VENDOR= ${PORTNAME}_project