Date: Mon, 15 Aug 2022 06:10:05 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a47d034514a4 - main - biology/kmcp: Broken on i386 and arm64 Message-ID: <202208150610.27F6A5Sp046688@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a47d034514a4f91ed9c35ce0798ccd02dfd140cc commit a47d034514a4f91ed9c35ce0798ccd02dfd140cc Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-15 06:09:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-15 06:09:12 +0000 biology/kmcp: Broken on i386 and arm64 Reported by: fallout --- biology/kmcp/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biology/kmcp/Makefile b/biology/kmcp/Makefile index 959cdf4e4732..52d5e4a06ecb 100644 --- a/biology/kmcp/Makefile +++ b/biology/kmcp/Makefile @@ -9,6 +9,9 @@ COMMENT= Accurate metagenomic profiling & fast large-scale genome searching LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= undefined: andInplaceFuncs, undefined: andFuncs, see https://github.com/shenwei356/pand/issues/4 +BROKEN_i386= undefined: andInplaceFuncs, undefined: andFuncs, see https://github.com/shenwei356/pand/issues/4 + USES= go:modules USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208150610.27F6A5Sp046688>