git: 6ce5b2102dfb - 2022Q3 - security/solana: Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 21 Jul 2022 01:41:26 UTC
The branch 2022Q3 has been updated by yuri:

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

commit 6ce5b2102dfbf24b91a302534356cb8f0f9dc01c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 21:55:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 01:41:14 +0000

    security/solana: Add comment
    
    (cherry picked from commit 8b7101bc20223b43d9624fb3fb06b083aeda0c76)
---
 security/solana/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/solana/Makefile b/security/solana/Makefile
index cfc7a02cb52e..19867e98595d 100644
--- a/security/solana/Makefile
+++ b/security/solana/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Web-scale blockchain for decentralized apps and marketplaces
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		Fails to build with rust 1.61.0+
+BROKEN=		Fails to build with rust 1.61.0+, see https://github.com/quinn-rs/quinn/issues/1142
 BROKEN_i386=	Fails on 32-bit systems: https://github.com/solana-labs/solana/issues/16811
 
 BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} \