Created attachment 202404 [details] patch This port requires C++11-compatible compiler. Add USES=compiler:c++11-lang to fix build on GCC architectures. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Hi The changes doesn't break builds with the default clang compiler but can you provide the logs of the tests or at least the methodology you uses to test the changes ? Cheers, - rodrigo
(In reply to Rodrigo Osorio from comment #1) Why would anything break from 'USES=compiler:c++11-lang'? The build process didn't change at all on non-GCC architectures. That should've been there from the beginning, I just forget about gcc architectures when creating ports usually…
A commit references this bug: Author: rodrigo Date: Thu Mar 7 07:23:29 UTC 2019 New revision: 494914 URL: https://svnweb.freebsd.org/changeset/ports/494914 Log: Unbreak build on GCC architectures This port requires C++11-compatible compiler. Add USES=compiler:c++11-lang to fix build on GCC architectures. Bump PORTREVISION. PR: 236077 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/net/libjson-rpc-cpp/Makefile
Committed with minor changes, thanks.