Bug 196535 shows that games/epiar fails to compile when libc++ r224926 is imported: http://package18.nyi.freebsd.org/data/headamd64PR196535-default/2015-01-07_20h10m47s/logs/errors/epiar-0.5.1_5.log The fix is simple: AlertMessage::operator==(const AlertMessage&) should be made const.
Hi, Due to an issue with the backend FreeBSD Bugzilla database, your original PR and any updates to it since have been lost. I've recreated the original PR as best as I can, however any attachments and updates you submitted to the PR have been lost. Please could you resubmit them? Thanks, and apologies.
fixed
So this is the fix list, and a summary: * Making operator==() const to appease std::list::remove(): = http://www.andric.com/freebsd/ports/audio__ardour-fix-equality-operator-1.diff = http://www.andric.com/freebsd/ports/deskutils__strigidaemon-fix-comparison-operator-1.diff = http://www.andric.com/freebsd/ports/devel__kyra-fix-equality-operator-1.diff = http://www.andric.com/freebsd/ports/finance__openhbci-fix-equality-operator-1.diff = http://www.andric.com/freebsd/ports/games__epiar-fix-equality-operator-1.diff = http://www.andric.com/freebsd/ports/net__latd-fix-equality-operators-1.diff * Fixing invalid use of __gnuxx::hash_map, and some other C++11 issues: = http://www.andric.com/freebsd/ports/games__xmoto-fix-various-problems-1.diff * Fixing missing includes: = http://www.andric.com/freebsd/ports/graphics__aeskulap-fix-ostream-include-1.diff * Fixing local redefinition of errno: = http://www.andric.com/freebsd/ports/multimedia__mjpegtools-fix-errno-redefinition-1.diff * Fixing macro collision from <sys/types.h>: = http://www.andric.com/freebsd/ports/net-p2p__ktorrent-fix-major-minor-1.diff