svn commit: r463554 - head/devel/fb303

Antoine Brodin antoine at FreeBSD.org
Sun Mar 4 07:26:44 UTC 2018


Author: antoine
Date: Sun Mar  4 07:26:43 2018
New Revision: 463554
URL: https://svnweb.freebsd.org/changeset/ports/463554

Log:
  Mark BROKEN: fails to build
  
  In file included from FacebookBase.cpp:20:
  ./FacebookBase.h:97:30: error: implicit instantiation of undefined template 'boost::shared_ptr<apache::thrift::server::TServer>'
    boost::shared_ptr<TServer> server_;
                               ^
  /usr/local/include/boost/exception/exception.hpp:19:44: note: template is declared here
  namespace boost { template <class T> class shared_ptr; };
                                             ^
  
  Reported by:	pkg-fallout

Modified:
  head/devel/fb303/Makefile

Modified: head/devel/fb303/Makefile
==============================================================================
--- head/devel/fb303/Makefile	Sun Mar  4 07:04:37 2018	(r463553)
+++ head/devel/fb303/Makefile	Sun Mar  4 07:26:43 2018	(r463554)
@@ -14,6 +14,8 @@ COMMENT=	Facebook Bassline
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libthrift.so:devel/thrift-cpp
 BUILD_DEPENDS=	thrift:devel/thrift
 


More information about the svn-ports-head mailing list