svn commit: r499891 - head/devel/thrift-cpp

Antoine Brodin antoine at FreeBSD.org
Wed Apr 24 17:52:20 UTC 2019


Author: antoine
Date: Wed Apr 24 17:52:19 2019
New Revision: 499891
URL: https://svnweb.freebsd.org/changeset/ports/499891

Log:
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/devel/thrift-cpp/Makefile

Modified: head/devel/thrift-cpp/Makefile
==============================================================================
--- head/devel/thrift-cpp/Makefile	Wed Apr 24 17:46:46 2019	(r499890)
+++ head/devel/thrift-cpp/Makefile	Wed Apr 24 17:52:19 2019	(r499891)
@@ -13,6 +13,8 @@ DISTNAME=	thrift-${PORTVERSION}
 MAINTAINER=	komarov at valerka.net
 COMMENT=	C++ interface to Thrift
 
+BROKEN_i386=	undefined reference to 'boost::atomics::detail::lockpool::scoped_lock::scoped_lock(void const volatile*)'
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libevent.so:devel/libevent
 


More information about the svn-ports-all mailing list