summaryrefslogtreecommitdiff
path: root/x11/libXext/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-21 16:48:20 +0000
committerwiz <wiz>2009-02-21 16:48:20 +0000
commitfe81c41d1ca2081e267fb046a840056dfa5fdaf3 (patch)
tree368055f74196d9cbd9b399a2b91cf990365f2d03 /x11/libXext/Makefile
parente9a7e3dd8835cf98f9a21cff37e2fa8b742cc54f (diff)
downloadpkgsrc-fe81c41d1ca2081e267fb046a840056dfa5fdaf3.tar.gz
Update to 1.0.5:
Kim Woelders (1): Bug #17774: Allocate the right size in XSyncListSystemCounters. Paulo Cesar Pereira de Andrade (3): Janitor: Correct make distcheck and compiler warnings. patch to avoid gcc warning in libXext Xorg libXext Version 1.0.5. Peter Hutterer (8): Add GenericEvent extension (XGE). Remove useless line in XGE that didn't do anything except segfaulting. Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion(). Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRT Xge: replace copyright with standard template from xserver, whitespace fixes. Xge: Replace XExtensionVersion with XGEVersionRec. Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1. Bump to 1.0.99.1
Diffstat (limited to 'x11/libXext/Makefile')
-rw-r--r--x11/libXext/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/libXext/Makefile b/x11/libXext/Makefile
index bf4de62d75f..5e70ed36fc4 100644
--- a/x11/libXext/Makefile
+++ b/x11/libXext/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/05/24 21:45:15 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/21 16:48:20 wiz Exp $
#
-DISTNAME= libXext-1.0.4
+DISTNAME= libXext-1.0.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
@@ -30,7 +30,9 @@ CONFIGURE_ARGS+= --disable-malloc0returnsnull
CONFIGURE_ENV+= ac_cv_path_RAWCPP="cc -E -Uunix -"
.endif
+BUILDLINK_API_DEPENDS.libX11+= libX11>=1.2
.include "../../x11/libX11/buildlink3.mk"
+BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.5
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"