Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:17:58 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f057000b6fa0 - main - devel/fbthrift: mark as BROKEN after recent boost upgrade
Message-ID:  <202205222017.24MKHwOH092683@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205222017.24MKHwOH092683>