aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apache-mesos
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-06-031-0/+1
| | | | Notes: svn path=/head/; revision=537830
* - Update to 1.10.0Li-Wen Hsu2020-06-016-79/+24
| | | | | | | | | PR: 246853 Submitted by: James Wright <james.wright@digital-chaos.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D25061 Notes: svn path=/head/; revision=537497
* - Apply fix for memory detection from upstreamLi-Wen Hsu2020-05-232-1/+50
| | | | | | | | | | PR: 246667 Submitted by: James Wright <james.wright@digital-chaos.com> (maintainer) MFH: 2020Q2 Differential Revision: https://reviews.freebsd.org/D24967 Notes: svn path=/head/; revision=536278
* Bump PORTREVISION for devel/protobuf shlib changeSunpoet Po-Chuan Hsieh2020-01-221-1/+1
| | | | Notes: svn path=/head/; revision=523788
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* Unbreak by reverting the patch for grpc 1.24, which was downgraded to 1.22 [1]Li-Wen Hsu2019-11-202-22/+1
| | | | | | | | PR: 241933, 241594 [1] Submitted by: James Wright <james.wright@digital-chaos.com> Notes: svn path=/head/; revision=518021
* Mark BROKENAntoine Brodin2019-11-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | In file included from src/grpc.cpp:13: ./include/process/grpc.hpp:93:21: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc_impl'; did you mean '::grpc::ClientAsyncResponseReader'? std::unique_ptr<::grpc_impl::ClientAsyncResponseReader<Response>>(Stub::*)( ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ::grpc::ClientAsyncResponseReader /usr/local/include/grpcpp/impl/codegen/client_context_impl.h:413:24: note: '::grpc::ClientAsyncResponseReader' declared here friend class ::grpc::ClientAsyncResponseReader; ^ In file included from src/grpc.cpp:13: ./include/process/grpc.hpp:238:27: error: no template named 'ClientAsyncResponseReader' in namespace 'grpc_impl'; did you mean '::grpc::ClientAsyncResponseReader'? std::shared_ptr<::grpc_impl::ClientAsyncResponseReader<Response>> reader = ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ::grpc::ClientAsyncResponseReader /usr/local/include/grpcpp/impl/codegen/client_context_impl.h:413:24: note: '::grpc::ClientAsyncResponseReader' declared here friend class ::grpc::ClientAsyncResponseReader; ^ Reported by: pkg-fallout Notes: svn path=/head/; revision=518011
* Add a new patch for fixing a namespace change in gprc.Li-Wen Hsu2019-11-062-1/+21
| | | | | | | | | | | Bumped Makefile 'PORTREVISION' and removed 'BROKEN' PR: 241717 Submitted by: James Wright <james.wright@digital-chaos.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D22238 Notes: svn path=/head/; revision=516918
* Mark BROKEN: fails to buildAntoine Brodin2019-11-041-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=516631
* Add sysutils/apache-mesos, cluster manager providing resource isolation and ↵Li-Wen Hsu2019-10-277-0/+710
sharing PR: 237859 Submitted by: James Wright <james.wright@digital-chaos.com> Differential Revision: https://reviews.freebsd.org/D20251 Notes: svn path=/head/; revision=515807