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
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