Date: Wed, 20 Jul 2022 22:00:10 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: 8b7101bc2022 - main - security/solana: Add comment Message-ID: <202207202200.26KM0AJg022280@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=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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207202200.26KM0AJg022280>