Date: Tue, 5 Jun 2018 21:10:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471822 - head/net/scribe Message-ID: <201806052110.w55LA27M012434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jun 5 21:10:02 2018 New Revision: 471822 URL: https://svnweb.freebsd.org/changeset/ports/471822 Log: Mark BROKEN: fails to build conn_pool.cpp:237:63: error: no matching constructor for initialization of 'apache::thrift::transport::TFramedTransport' framedTransport = boost::shared_ptr<TFramedTransport>(new TFramedTransport(socket)); ^ ~~~~~~ Reported by: pkg-fallout Modified: head/net/scribe/Makefile Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Tue Jun 5 21:04:45 2018 (r471821) +++ head/net/scribe/Makefile Tue Jun 5 21:10:02 2018 (r471822) @@ -11,6 +11,8 @@ COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 +BROKEN= fails to build + BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806052110.w55LA27M012434>