git: 49b7099c03fd - main - biology/metaeuk: Correct the reason in the BROKEN_xx line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Jan 2024 04:04:29 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=49b7099c03fd259eac73e3337c20ed1b3999a574 commit 49b7099c03fd259eac73e3337c20ed1b3999a574 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 04:03:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 04:03:42 +0000 biology/metaeuk: Correct the reason in the BROKEN_xx line --- biology/metaeuk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/metaeuk/Makefile b/biology/metaeuk/Makefile index e1aa09f194c4..4d042a27f4b7 100644 --- a/biology/metaeuk/Makefile +++ b/biology/metaeuk/Makefile @@ -12,7 +12,7 @@ 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= link fails: error: undefined symbol: roundevenf, see https://github.com/soedinglab/metaeuk/issues/85 +BROKEN_powerpc64= clang fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276268 BUILD_DEPENDS= xxd:editors/vim TEST_DEPENDS= bash:shells/bash