devel/ccache has a bug in its use of mmap() that reveals itself since a recent change in 8-CURRENT discussed here: http://lists.freebsd.org/pipermail/freebsd-hackers/2009-July/029064.html Mel Flynn later posted a ccache patch: http://lists.freebsd.org/pipermail/freebsd-hackers/2009-July/029141.html I've tested Mel's fix and can confirm it fixes ccache for me. I've repackaged his work as a diff against files/patch-md4 and it's attached. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->ahze Over to maintainer (via the GNATS Auto Assign Tool)
ahze 2009-08-05 02:40:48 UTC FreeBSD ports repository Modified files: devel/ccache Makefile devel/ccache/files patch-md4 Log: - Fix bug with mmap() on 8.x [1] - Remove gcc 295, 32, 33, 40, and 40 support [2] - Bump PORTREVISION PR: ports/136971 [1] ports/136679 [2] Submitted by: Aragon Gouveia <aragon@phat.za.net> [1] Ulrich Spoerlein <uqs@spoerlein.net> [2] gerald [2] Revision Changes Path 1.45 +2 -5 ports/devel/ccache/Makefile 1.3 +13 -9 ports/devel/ccache/files/patch-md4 _______________________________________________ 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"
State Changed From-To: open->closed Committed, Thanks!