pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9989df7c8a2b
branches:  trunk
changeset: 607334:9989df7c8a2b
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Thu Aug 09 10:15:28 2012 +0000

description:
Set PYTHON_VERSIONS_INCOMPATIBLE+=25 as the dependence x11/py-qt4 sets it.
This is to stop pbulk trying to build the packages the python25 and looking
for py25-qt4 dependence which doesn't exists causing Global dependency
resolution failure.

diffstat:

 x11/py-kde4/Makefile           |  4 +++-
 x11/py-qt4-qscintilla/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r dba068897a35 -r 9989df7c8a2b x11/py-kde4/Makefile
--- a/x11/py-kde4/Makefile      Thu Aug 09 10:15:05 2012 +0000
+++ b/x11/py-kde4/Makefile      Thu Aug 09 10:15:28 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/07/02 13:37:42 adam Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/09 10:15:28 sbd Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-kde4-${_KDE_VERSION}
 DISTNAME=      pykde4-${_KDE_VERSION}
@@ -12,6 +12,8 @@
 
 CMAKE_ARGS+=   -DPYTHON_EXECUTABLE:FILEPATH=${PYTHONBIN}
 
+PYTHON_VERSIONS_INCOMPATIBLE+= 25
+
 PY_PATCHPLIST=                 yes
 PLIST_SUBST+=                  PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
diff -r dba068897a35 -r 9989df7c8a2b x11/py-qt4-qscintilla/Makefile
--- a/x11/py-qt4-qscintilla/Makefile    Thu Aug 09 10:15:05 2012 +0000
+++ b/x11/py-qt4-qscintilla/Makefile    Thu Aug 09 10:15:28 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/07/03 18:14:26 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2012/08/09 10:15:28 sbd Exp $
 #
 
 DISTNAME=      QScintilla-gpl-2.6.2
@@ -13,6 +13,8 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PYTHON_VERSIONS_INCOMPATIBLE+= 25
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}/Python
 
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index