Subject: CVS commit: pkgsrc/graphics/libggi
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/20/2004 22:39:03
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Sep 20 22:39:03 UTC 2004

Modified Files:
	pkgsrc/graphics/libggi: Makefile PLIST PLIST.dga buildlink3.mk distinfo
	pkgsrc/graphics/libggi/patches: patch-aa patch-ab

Log Message:
Update to 2.0.6:
New in 2.0.6: 2004-09-14:
* build system:
  - Prepend with GII include path when --with-uninst-gii is specified via configure
  - disable vgagl helper when not building the svga target
* X-target:
  - Bugfix: Ensure aligned memory access. Fixes crash on NetBSD/sparc64
  - Bugfix: Perform correct clipping in ggiFillscreen(3).
* display-memory: Bugfix: Free directbuffer completely.
* display-monotext: Bugfix: ggiCheckMode() returns actual error code than always success.
* documentation update:
  - add manual page for display-mansync
  - do not document not-existing GGIFLAG_TIDYBUF flag. It is a new feature in devel tree.

New in 2.0.5: 2004-05-29:
* X-target:
  - Fix over-allocation of win y dimension.
  - Forward expose events to the application when -nobuffer is used.
  - Fix "strange colored pixels when re-exposing backbuffer"-Bug.
  - Focus pulling fix. Key focus should no longer get lost,
    when the mouse is NOT over the window. Note: Don't forget to
    update libgii's input-xwin and input-x before as libggi now
    passes some additional information to libgii.
* build system: It checks for buildable demos. Fixes compiling breakage on some platforms.
* other build system updates
* libtool update. Fixes Debian bug #208288.
* documentation updates

Hi Christoph!


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/graphics/libggi/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/libggi/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/libggi/PLIST.dga \
    pkgsrc/graphics/libggi/buildlink3.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/libggi/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/libggi/patches/patch-aa \
    pkgsrc/graphics/libggi/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.