git: b47d5ac38068 - main - biology/ncbi-cxx-toolkit: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 04:09:47 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b47d5ac38068cba1532d9481527bf0d38fa0db16 commit b47d5ac38068cba1532d9481527bf0d38fa0db16 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-21 04:09:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-21 04:09:20 +0000 biology/ncbi-cxx-toolkit: Broken on armv7 Reported by: fallout --- biology/ncbi-cxx-toolkit/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index 524c59417088..eca56af409ce 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -11,6 +11,7 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE BROKEN_armv6= platform not defined for FreeBSD arm, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/2 +BROKEN_armv7= link fails due to a missing function, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/8 LIB_DEPENDS= libbz2.so:archivers/bzip2 \ libcdd.so:math/cddlib \