Date: Sun, 21 Jan 2024 04:09:47 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: b47d5ac38068 - main - biology/ncbi-cxx-toolkit: Broken on armv7 Message-ID: <202401210409.40L49lcS015537@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=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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401210409.40L49lcS015537>