Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 10:27:03 +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: r516631 - head/sysutils/apache-mesos
Message-ID:  <201911041027.xA4AR3Ia053234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041027.xA4AR3Ia053234>