Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 19:18:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196627] Fix games/epiar with libc++ r224926
Message-ID:  <bug-196627-13-o9zMhQHEam@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196627-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196627-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196627

--- Comment #3 from Dimitry Andric <dim@FreeBSD.org> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196627-13-o9zMhQHEam>