Building textproc/libepubgen on powerpc64, for libreoffice, I see the following errors: checking whether c++ supports C++11 features by default... no checking whether c++ supports C++11 features with -std=gnu++11... no checking whether c++ supports C++11 features with -std=gnu++0x... no checking whether c++ supports C++11 features with -std=c++11... no checking whether c++ supports C++11 features with +std=c++11... no checking whether c++ supports C++11 features with -h std=c++11... no checking whether c++ supports C++11 features with -std=c++0x... no checking whether c++ supports C++11 features with +std=c++0x... no checking whether c++ supports C++11 features with -h std=c++0x... no configure: error: *** A compiler with support for C++11 language features is required. compiler:c++11-lang in the USES line should fix this.
A commit references this bug: Author: yuri Date: Sun Mar 25 05:18:07 UTC 2018 New revision: 465497 URL: https://svnweb.freebsd.org/changeset/ports/465497 Log: textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-lang jhibbits reported that they are failng on powerpc64 because of c++11 issues. PR: 226861 226862 Reported by: jhibbits Changes: head/textproc/libepubgen/Makefile head/textproc/libqxp/Makefile
Committed, thanks!