Date: Thu, 4 May 2023 01:44:37 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8e44ab50f2c9 - main - sysutils/pacman: Mark BROKEN on 14 Message-ID: <202305040144.3441ibmG078832@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305040144.3441ibmG078832>