Changes from libggi 2.2.1 to 2.2.2 ---------------------------------- * display-lcd823(7): Make it build. Reported by Kimura Masaru. * programs/check/speed.c: Make it build with glibc 2.4. Reported by Kimura Masaru. * display-tile(7): Handle flushed area independent of the origin of the tile. * Crossblit fixes. Crossblitting some widths across some depths caused the 8 rightmost pixels to not be blitted. * display-vgl(7): Build fix. * buildsystem: Make bootstrapping with automake 1.10 work. * display-quartz(7): Don't create a composite window. This irritates internal event handling chains. * generic-linear-4, generic-linear-4-r: lots of bugfixes in 4bit default renderers * generic-linear-16, generic-linear-24, generic-linear-32: various crossblit fixes * generic-stubs: fix stack corruption in copybox for unpacked sub-byte modes. * generic-linear-1, generic-linear-1-r: fix off-by-one bug in ggiPutc(3).
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
rafan 2007-01-28 08:30:29 UTC FreeBSD ports repository Modified files: graphics/libggi Makefile distinfo Removed files: graphics/libggi/files patch-display-vgl-visual.c Log: - Update to 2.2.2 PR: ports/108457 Submitted by: Antoine Brodin <antoine.brodin at laposte.net> (maintainer) Revision Changes Path 1.27 +1 -1 ports/graphics/libggi/Makefile 1.14 +3 -3 ports/graphics/libggi/distinfo 1.2 +0 -24 ports/graphics/libggi/files/patch-display-vgl-visual.c (dead) _______________________________________________ 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!