Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 02:02:31 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: e5cd3589b262 - 2024Q2 - security/botan3: Unbreak on amd64 and arm64 by using llvm-17
Message-ID:  <202405220202.44M22VDW050783@gitrepo.freebsd.org>

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

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

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

    security/botan3: Unbreak on amd64 and arm64 by using llvm-17
    
    PR:             279136
    (cherry picked from commit d863e42c9258ad8673bfbaef2af27781cff3b42c)
---
 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?202405220202.44M22VDW050783>