Date: Fri, 12 Jan 2024 04:10:57 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: d4f38349e30f - main - biology/metaeuk: Add to NOT_FOR_ARCHS, and correct BROKENxx lines Message-ID: <202401120410.40C4Avk7007072@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=d4f38349e30f8c7bcf721f440e2895ddc83309da commit d4f38349e30f8c7bcf721f440e2895ddc83309da Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 04:10:26 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 04:10:26 +0000 biology/metaeuk: Add to NOT_FOR_ARCHS, and correct BROKENxx lines --- biology/metaeuk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index 4d042a27f4b7..86e2d6b98b04 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -12,7 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE.md NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc # 32-bit platforms produce wrong results based on https://github.com/soedinglab/metaeuk/issues/85#issuecomment-1888379107 -BROKEN_powerpc64= clang fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268 +NOT_FOR_ARCHS+= powerpc64 # many modules produce wrong results on big-endian architectures +BROKEN_powerpc64le= clang fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268 BUILD_DEPENDS= xxd:editors/vim TEST_DEPENDS= bash:shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120410.40C4Avk7007072>