diff options
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 4 | ||||
-rw-r--r-- | x11/libxcb/distinfo | 3 | ||||
-rw-r--r-- | x11/libxcb/patches/patch-aj | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 51a491e1171..446a9a975af 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/02/25 09:47:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2011/06/15 11:15:35 obache Exp $ # DISTNAME= libxcb-1.7 @@ -12,7 +12,7 @@ COMMENT= X protocol C-language Binding LICENSE= mit # with no-advertising clause BUILD_DEPENDS+= libxslt>=1.1.0:../../textproc/libxslt -BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb1:../../x11/py-xcbgen +BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb2:../../x11/py-xcbgen PKG_DESTDIR_SUPPORT= user-destdir diff --git a/x11/libxcb/distinfo b/x11/libxcb/distinfo index 40d04fbad43..b59846d06ca 100644 --- a/x11/libxcb/distinfo +++ b/x11/libxcb/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2010/09/10 19:12:13 joerg Exp $ +$NetBSD: distinfo,v 1.8 2011/06/15 11:15:35 obache Exp $ SHA1 (libxcb-1.7.tar.bz2) = 7540f0587907bce421914f0ddb813810cb2f36f8 RMD160 (libxcb-1.7.tar.bz2) = f6748b9751e339c2669a6b9322b421abbbff7afb @@ -6,4 +6,3 @@ Size (libxcb-1.7.tar.bz2) = 318619 bytes SHA1 (patch-aa) = f099c6a56e965950e38cd451595a8c897fd824d1 SHA1 (patch-ab) = 5c3600ef18cbe53a766c020d3dd6db5880a1921c SHA1 (patch-ai) = 637affb3aa2f7d40e0aada4dadab8c695ea74b6f -SHA1 (patch-aj) = 558465dbda40e05f9e76767ddd9d242ad1762719 diff --git a/x11/libxcb/patches/patch-aj b/x11/libxcb/patches/patch-aj deleted file mode 100644 index 65f22708466..00000000000 --- a/x11/libxcb/patches/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aj,v 1.1.1.1 2009/04/06 10:23:59 drochner Exp $ - ---- src/c_client.py.orig 2009-04-01 16:08:31.000000000 +0200 -+++ src/c_client.py -@@ -1,5 +1,5 @@ - #!/usr/bin/env python --from xml.etree.cElementTree import * -+from xml.etree.ElementTree import * - from os.path import basename - import getopt - import sys |