Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2024 07:40:01 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: 4c31bd3f18de - main - security/botan3: Followup to build fix: add comment for clarity
Message-ID:  <202405220740.44M7e1ex011298@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=4c31bd3f18de28b67fd694a16833b9c3be6a9798

commit 4c31bd3f18de28b67fd694a16833b9c3be6a9798
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-22 04:17:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-22 07:39:54 +0000

    security/botan3: Followup to build fix: add comment for clarity
---
 security/botan3/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/botan3/Makefile b/security/botan3/Makefile
index cced01d5ffe7..e79a686ca23f 100644
--- a/security/botan3/Makefile
+++ b/security/botan3/Makefile
@@ -16,7 +16,7 @@ BROKEN_FreeBSD_13=	compilation fails: no member named 'find' in namespace 'std::
 
 LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs
 
-USES=		compiler:c++20-lang cpe gmake llvm:17 shebangfix tar:xz
+USES=		compiler:c++20-lang cpe gmake llvm:17 shebangfix tar:xz # llvm:17 fixes build failure, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279136
 CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 



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