Index: head/sysutils/apache-mesos/Makefile =================================================================== --- head/sysutils/apache-mesos/Makefile (revision 518020) +++ head/sysutils/apache-mesos/Makefile (revision 518021) @@ -1,74 +1,73 @@ # $FreeBSD$ PORTNAME= mesos PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= APACHE/mesos/${PORTVERSION} PKGNAMEPREFIX= apache- MAINTAINER= james.wright@digital-chaos.com COMMENT= Cluster manager providing resource isolation and sharing LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to build IGNORE_FreeBSD_11= does not build BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ elfio>0:devel/elfio \ http-parser>0:www/http-parser \ leveldb>0:databases/leveldb \ picojson>0:devel/picojson \ protobuf>0:devel/protobuf \ rapidjson>0:devel/rapidjson \ libzookeeper>0:devel/libzookeeper LIB_DEPENDS= libapr-1.so:devel/apr1 \ libcurl.so:ftp/curl \ libgpr.so:devel/grpc \ libglog.so:devel/glog \ libhttp_parser.so:www/http-parser \ libev.so:devel/libev \ libleveldb.so:databases/leveldb \ libprotobuf.so:devel/protobuf \ libsasl2.so:security/cyrus-sasl2 \ libsvn_delta-1.so:devel/subversion \ libsvn_subr-1.so:devel/subversion \ libzookeeper_mt.so:devel/libzookeeper USES= gmake libarchive libtool python:run shebangfix USE_LDCONFIG= yes SHEBANG_FILES= src/cli/mesos-cat \ src/cli/mesos-ps \ src/cli/mesos-scp \ src/cli/mesos-tail GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-java \ --disable-python \ --disable-werror \ --with-apr=${LOCALBASE} \ --with-boost=${LOCALBASE} \ --with-elfio=${LOCALBASE} \ --with-glog=${LOCALBASE} \ --with-grpc=${LOCALBASE} \ --with-http_parser=${LOCALBASE} \ --with-leveldb=${LOCALBASE} \ --with-libarchive=${LOCALBASE} \ --with-libev=${LOCALBASE} \ --with-protobuf=${LOCALBASE} \ --with-picojson=${LOCALBASE} \ --with-rapidjson=${LOCALBASE} \ --with-sasl=${LOCALBASE} \ --with-svn=${LOCALBASE} \ --with-zookeeper=${LOCALBASE} INSTALL_TARGET= install-strip OPTIONS_DEFINE= DEPLOY OPTIONS_SUB= yes DEPLOY_DESC= Install deploy scripts .include Index: head/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp =================================================================== --- head/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp (revision 518020) +++ head/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp (nonexistent) @@ -1,20 +0,0 @@ ---- 3rdparty/libprocess/include/process/grpc.hpp.orig 2019-11-04 22:31:46 UTC -+++ 3rdparty/libprocess/include/process/grpc.hpp -@@ -90,7 +90,7 @@ struct MethodTraits; // Undefined. - - template - struct MethodTraits< -- std::unique_ptr<::grpc::ClientAsyncResponseReader>(Stub::*)( -+ std::unique_ptr<::grpc_impl::ClientAsyncResponseReader>(Stub::*)( - ::grpc::ClientContext*, - const Request&, - ::grpc::CompletionQueue*)> -@@ -235,7 +235,7 @@ class Runtime (public) - std::shared_ptr response(new Response()); - std::shared_ptr<::grpc::Status> status(new ::grpc::Status()); - -- std::shared_ptr<::grpc::ClientAsyncResponseReader> reader = -+ std::shared_ptr<::grpc_impl::ClientAsyncResponseReader> reader = - (typename internal::MethodTraits::stub_type( - connection.channel).*method)(context.get(), request, queue); - Property changes on: head/sysutils/apache-mesos/files/patch-3rdparty_libprocess_include_process_grpc.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property