svn commit: r516631 - head/sysutils/apache-mesos

Antoine Brodin antoine at FreeBSD.org
Mon Nov 4 10:27:04 UTC 2019


Author: antoine
Date: Mon Nov  4 10:27:03 2019
New Revision: 516631
URL: https://svnweb.freebsd.org/changeset/ports/516631

Log:
  Mark BROKEN: fails to build
  
  In file included from src/grpc.cpp:13:
  ./include/process/grpc.hpp:93:21: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc'; did you mean 'grpc_impl::ClientAsyncResponseReader'?
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/apache-mesos/Makefile

Modified: head/sysutils/apache-mesos/Makefile
==============================================================================
--- head/sysutils/apache-mesos/Makefile	Mon Nov  4 10:20:00 2019	(r516630)
+++ head/sysutils/apache-mesos/Makefile	Mon Nov  4 10:27:03 2019	(r516631)
@@ -12,6 +12,7 @@ COMMENT=	Cluster manager providing resource isolation 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
 IGNORE_FreeBSD_11=	does not build
 
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \


More information about the svn-ports-all mailing list