Date: Sat, 18 May 2024 18:59:25 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: 7a7408cd7731 - main - security/botan3: Broken on aarch64, amd64 and 13 Message-ID: <202405181859.44IIxP06073124@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=7a7408cd7731d6e05ccbc6e895ca84600eb26bfe commit 7a7408cd7731d6e05ccbc6e895ca84600eb26bfe Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-18 18:58:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-18 18:58:46 +0000 security/botan3: Broken on aarch64, amd64 and 13 Reported by: fallout --- security/botan3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/security/botan3/Makefile b/security/botan3/Makefile index 8ddf75dfbc36..64282de2bc4b 100644 --- a/security/botan3/Makefile +++ b/security/botan3/Makefile @@ -12,7 +12,9 @@ WWW= https://botan.randombit.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt -BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" +BROKEN_amd64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136 +BROKEN_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136 +BROKEN_FreeBSD_13= compilation fails: no member named 'find' in namespace 'std::ranges' LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405181859.44IIxP06073124>