Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 04:10:16 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 40f2dce40544 - 2024Q1 - biology/ncbi-cxx-toolkit: Broken on armv7
Message-ID:  <202401210410.40L4AGQ3023319@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40f2dce40544101b77be530fe2935c22640b0a70

commit 40f2dce40544101b77be530fe2935c22640b0a70
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:10:12 +0000

    biology/ncbi-cxx-toolkit: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit b47d5ac38068cba1532d9481527bf0d38fa0db16)
---
 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 252a5ea5a484..fb4514821c12 100644
--- a/biology/ncbi-cxx-toolkit/Makefile
+++ b/biology/ncbi-cxx-toolkit/Makefile
@@ -12,6 +12,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=	libcdd.so:math/cddlib \
 		liblmdb.so:databases/lmdb \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401210410.40L4AGQ3023319>