svn commit: r471822 - head/net/scribe

Antoine Brodin antoine at FreeBSD.org
Tue Jun 5 21:10:03 UTC 2018


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 \


More information about the svn-ports-all mailing list