diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:34:21 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:10 +0000 |
commit | f057000b6fa0387b53ed840ed9c23fe0142bf160 (patch) | |
tree | cc2faad190db5385c74ad93804d70faad64dc492 | |
parent | 1054b6f30ebfba3325a6d2cdb7bc1def670d3b31 (diff) | |
download | ports-f057000b6fa0387b53ed840ed9c23fe0142bf160.tar.gz ports-f057000b6fa0387b53ed840ed9c23fe0142bf160.zip |
devel/fbthrift: mark as BROKEN after recent boost upgrade
PR: 246106
-rw-r--r-- | devel/fbthrift/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |