Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 02:00:55 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: d863e42c9258 - main - security/botan3: Unbreak on amd64 and arm64 by using llvm-17
Message-ID:  <202405220200.44M20tR0044993@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=d863e42c9258ad8673bfbaef2af27781cff3b42c

commit d863e42c9258ad8673bfbaef2af27781cff3b42c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-22 01:59:38 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-22 01:59:38 +0000

    security/botan3: Unbreak on amd64 and arm64 by using llvm-17
    
    PR:             279136
---
 security/botan3/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/security/botan3/Makefile b/security/botan3/Makefile
index 64282de2bc4b..cced01d5ffe7 100644
--- a/security/botan3/Makefile
+++ b/security/botan3/Makefile
@@ -12,13 +12,11 @@ WWW=		https://botan.randombit.net/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-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
 
-USES=		compiler:c++20-lang cpe gmake shebangfix tar:xz
+USES=		compiler:c++20-lang cpe gmake llvm:17 shebangfix tar:xz
 CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 



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