git: df0c0a7df522 - main - biology/ncbi-cxx-toolkit: Broken on 15 with clang-19; Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 20:09:35 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=df0c0a7df522a7b583ad6baa7ed80d84d972106c commit df0c0a7df522a7b583ad6baa7ed80d84d972106c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-03 19:13:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-03 20:09:29 +0000 biology/ncbi-cxx-toolkit: Broken on 15 with clang-19; Update WWW Reported by: fallout --- biology/ncbi-cxx-toolkit/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/ncbi-cxx-toolkit/Makefile b/biology/ncbi-cxx-toolkit/Makefile index 3ccacdd08586..b3bcda38d434 100644 --- a/biology/ncbi-cxx-toolkit/Makefile +++ b/biology/ncbi-cxx-toolkit/Makefile @@ -5,11 +5,13 @@ CATEGORIES= biology science devel MAINTAINER= yuri@FreeBSD.org COMMENT= NCBI C++ Toolkit -WWW= https://ncbi.github.io/cxx-toolkit/ +WWW= https://ncbi.github.io/cxx-toolkit/ \ + https://github.com/ncbi/ncbi-cxx-toolkit-public LICENSE= PD LICENSE_FILE= ${WRKSRC}/doc/public/LICENSE +BROKEN_FreeBSD_15= compilation fails with clang-15, see https://github.com/ncbi/ncbi-cxx-toolkit-public/issues/13 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