git: 4f921333e664 - main - lang/solidity: mark as BROKEN after recent boost upgrade

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 22 May 2022 20:18:12 UTC
The branch main has been updated by fluffy:

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

commit 4f921333e664ce1571f840423b680298202380ba
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 20:08:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:15 +0000

    lang/solidity: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 lang/solidity/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile
index b327015520fc..a53e7676869b 100644
--- a/lang/solidity/Makefile
+++ b/lang/solidity/Makefile
@@ -14,6 +14,8 @@ LICENSE=	GPLv3
 NOT_FOR_ARCHS=		powerpc powerpc64 powerpcspe sparc64
 NOT_FOR_ARCHS_REASON=	solidity currently does not support big endian systems
 
+BROKEN=		error: implicit conversion loses integer precision: 'typename std::enable_if<number_category<cpp_int_backend<0, 0, boost::multiprecision::signed_magnitude, boost::multiprecision::unchecked, allocator<unsigned long long>>>::value == number_kind_integer, std::size_t>::type' (aka 'unsigned long') to 'unsigned int'
+
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs \
 		libfmt>=0:devel/libfmt \
 		range-v3>=0:devel/range-v3