Fix: --- libc++.diff begins here --- How-To-Repeat: $ make [...] clang++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -O2 -pipe -fno-strict-aliasing -stdlib=libc++ -MT ragel-javacodegen.o -MD -MP -MF .deps/ragel-javacodegen.Tpo -c -o ragel-javacodegen.o `test -f 'javacodegen.cpp' || echo './'`javacodegen.cpp In file included from cdsplit.cpp:24: ./cdsplit.h:38:7: warning: 'SplitCodeGen::GOTO_HEADER' hides overloaded virtual function [-Woverloaded-virtual] void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); ^ ./cdipgoto.h:66:7: note: hidden overloaded virtual function 'IpGotoCodeGen::GOTO_HEADER' declared here void GOTO_HEADER( RedStateAp *state ); ^ javacodegen.cpp:1187:20: error: use of undeclared identifier 'setiosflags'; did you mean 'std::setiosflags'? out << setw(5) << setiosflags(ios::right) << item; ^~~~~~~~~~~ std::setiosflags /usr/include/c++/v1/iomanip:110:1: note: 'std::setiosflags' declared here setiosflags(ios_base::fmtflags __mask) ^ 1 error generated. gmake[2]: *** [ragel-javacodegen.o] Error 1
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
miwi 2012-01-14 19:18:04 UTC FreeBSD ports repository Added files: graphics/bugle/files patch-mvtu.sh Log: - Unbreak with libc++ PR: 163444 Submitted by: Jan Beich <jbeich@tormail.net> Revision Changes Path 1.1 +10 -0 ports/graphics/bugle/files/patch-mvtu.sh (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
miwi 2012-01-14 19:18:53 UTC FreeBSD ports repository Modified files: devel/ragel Makefile Log: - Unbreak build with libc++ PR: 163444 Submitted by: Jan Beich <jbeich@tormail.net> Revision Changes Path 1.42 +2 -0 ports/devel/ragel/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"