summaryrefslogtreecommitdiff
path: root/graphics/libggi/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-09-20 22:39:03 +0000
committerwiz <wiz@pkgsrc.org>2004-09-20 22:39:03 +0000
commit9e0b156e1795bf9dd4ad57a2c207a38088bb224a (patch)
treeb48f5e517c41990300d31ac36e4ab51306a0607a /graphics/libggi/buildlink3.mk
parent6850ca5bbfa8bdb290f6ce1b05ce1be2ec759d49 (diff)
downloadpkgsrc-9e0b156e1795bf9dd4ad57a2c207a38088bb224a.tar.gz
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!
Diffstat (limited to 'graphics/libggi/buildlink3.mk')
-rw-r--r--graphics/libggi/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libggi/buildlink3.mk b/graphics/libggi/buildlink3.mk
index d94736d8f17..1549a89beec 100644
--- a/graphics/libggi/buildlink3.mk
+++ b/graphics/libggi/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/16 17:39:32 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/09/20 22:39:03 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBGGI_BUILDLINK3_MK:= ${LIBGGI_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibggi}
BUILDLINK_PACKAGES+= libggi
.if !empty(LIBGGI_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libggi+= libggi>=2.0.4
+BUILDLINK_DEPENDS.libggi+= libggi>=2.0.6
BUILDLINK_PKGSRCDIR.libggi?= ../../graphics/libggi
.endif # LIBGGI_BUILDLINK3_MK