protobuf3-cpp now requires -std=c++11

2018-08-21 Thread Ken Cunningham
It appears this latest update to protobuf3-cpp now requires c++11 enabled to build anything. AFAICT, every port that uses protobuf3-cpp (ostinato, libphonenumber-cpp, mosh, etc, etc, etc) will all have to be reworked to kick them into c++11 builds. This requires more than just: PortGroup cxx11

Re: squash and merge, license documentation, "size" documentation

2018-08-21 Thread Joshua Root
On 2018-8-18 06:06 , Clemens Lang wrote: > I think the idea of the size keyword is to start to use it to display > download progress bars for servers that do not send a Content-Length > HTTP header (or do not have an equivalent of such a header due to the > used protocol). This is currently not imp