git: 8b7101bc2022 - main - security/solana: Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 20 Jul 2022 22:00:10 UTC
The branch main has been updated by yuri:

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

commit 8b7101bc20223b43d9624fb3fb06b083aeda0c76
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 21:55:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 22:00:06 +0000

    security/solana: Add comment
---
 security/solana/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/solana/Makefile b/security/solana/Makefile
index 8fb818c9f3aa..2f0f94a8612e 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} \