pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libxcb Depend on py-xcbgen that has py-expat depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db7e61289e40
branches:  trunk
changeset: 570246:db7e61289e40
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 27 14:00:33 2010 +0000

description:
Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.

diffstat:

 x11/libxcb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9cce9fab24e5 -r db7e61289e40 x11/libxcb/Makefile
--- a/x11/libxcb/Makefile       Wed Jan 27 13:59:46 2010 +0000
+++ b/x11/libxcb/Makefile       Wed Jan 27 14:00:33 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/12/15 12:24:47 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2010/01/27 14:00:33 wiz Exp $
 #
 
 DISTNAME=      libxcb-1.5
@@ -11,7 +11,7 @@
 COMMENT=       X protocol C-language Binding
 
 BUILD_DEPENDS+=                libxslt>=1.1.0:../../textproc/libxslt
-BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6:../../x11/py-xcbgen
+BUILD_DEPENDS+= ${PYPKGPREFIX}-xcbgen>=1.6nb1:../../x11/py-xcbgen
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index