Created attachment 203342 [details] patch This port needs C++11-compatible compiler. Add USES=compiler:c++11-lang to fix build on GCC architectures. Tested on powerpc64 and amd64.
Are you sure about USES=gnome ?
(In reply to rozhuk.im from comment #1) Yes, any port that sets USE_GNOME needs USES=gnome.
Comment on attachment 203342 [details] patch Ok, thanks!
A commit references this bug: Author: linimon Date: Sun Apr 7 01:03:30 UTC 2019 New revision: 498221 URL: https://svnweb.freebsd.org/changeset/ports/498221 Log: This port needs C++11-compatible compiler. Add USES=compiler:c++11-lang to fix build on GCC-based architectures: /usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory While here, pet portlint. PR: 236986 Submitted by: Piotr Kubaj Approved by: maintainer Changes: head/sysutils/jstest-gtk/Makefile
Committed, thanks.
A commit references this bug: Author: linimon Date: Sun Apr 7 01:08:27 UTC 2019 New revision: 498222 URL: https://svnweb.freebsd.org/changeset/ports/498222 Log: MFH: r498221 This port needs C++11-compatible compiler. Add USES=compiler:c++11-lang to fix build on GCC-based architectures: /usr/local/include/sigc++-2.0/sigc++/visit_each.h:22:23: error: type_traits: No such file or directory While here, pet portlint. PR: 236986 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Changes: _U branches/2019Q2/ branches/2019Q2/sysutils/jstest-gtk/Makefile