git: f057000b6fa0 - main - devel/fbthrift: mark as BROKEN after recent boost upgrade

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

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

commit f057000b6fa0387b53ed840ed9c23fe0142bf160
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:34:21 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:10 +0000

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

diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 95f2b2c1abc8..c60c0a5e01b6 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -27,6 +27,8 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libwangle.so:net/wangle \
 		libzstd.so:archivers/zstd
 
+BROKEN=		error: implicit instantiation of undefined template 'std::basic_ofstream<char>'
+
 USES=		bison cmake compiler:c++17-lang ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	facebook