Date: Sun, 4 Mar 2018 07:26:43 +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: r463554 - head/devel/fb303 Message-ID: <201803040726.w247QhZ8062379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803040726.w247QhZ8062379>