Date: Fri, 20 Dec 2024 06:06:13 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: cd7939810fe3 - main - biology/seqwish: Broken on 13 Message-ID: <202412200606.4BK66D3g042495@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=cd7939810fe36f73664b9eb5dcff9ab474673977 commit cd7939810fe36f73664b9eb5dcff9ab474673977 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-20 05:12:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-20 06:05:53 +0000 biology/seqwish: Broken on 13 Reported by: fallout --- biology/seqwish/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/seqwish/Makefile b/biology/seqwish/Makefile index 0bbf8c64b169..78689ef41487 100644 --- a/biology/seqwish/Makefile +++ b/biology/seqwish/Makefile @@ -12,6 +12,7 @@ WWW= https://github.com/ekg/seqwish LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= compilation fails: undefined symbol: __sync_val_compare_and_swap_16 ... referenced by transclosure.cpp BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/ekg/seqwish/issues/126 BROKEN_i386= compilation fails: error: use of undeclared identifier '_pdep_u64'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412200606.4BK66D3g042495>