summaryrefslogtreecommitdiff
path: root/x11/libxcb
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-15 11:15:35 +0000
committerobache <obache@pkgsrc.org>2011-06-15 11:15:35 +0000
commit08223ed95d1c5c8562046c6650ba50e19fe69f4a (patch)
treef395ad6d84819985a3dd44b860a82e7184fb1cca /x11/libxcb
parent2c97b20794a41655dee70247236b2d3b41eb7d10 (diff)
downloadpkgsrc-08223ed95d1c5c8562046c6650ba50e19fe69f4a.tar.gz
Back to original code, use cElementTree.
Diffstat (limited to 'x11/libxcb')
-rw-r--r--x11/libxcb/Makefile4
-rw-r--r--x11/libxcb/distinfo3
-rw-r--r--x11/libxcb/patches/patch-aj11
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