pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-qt2 readd PLIST entries for OpenGL



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ff11058aa93
branches:  trunk
changeset: 509082:7ff11058aa93
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Mar 02 21:53:52 2006 +0000

description:
readd PLIST entries for OpenGL
qt2-libs didn't spontaneously stop building the OpenGL modules
(how should it, noone changed it) - the failure was caused by MesaLib
forcibly linking against libpthread so that it couldn't be used
by non-threaded programs anymore
added dependency on MesaLib-6.4.2nb1 and bumped PKGREVISION

diffstat:

 x11/py-qt2/Makefile |  8 ++++++--
 x11/py-qt2/PLIST    |  5 ++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 58dcd73c4450 -r 7ff11058aa93 x11/py-qt2/Makefile
--- a/x11/py-qt2/Makefile       Thu Mar 02 21:49:56 2006 +0000
+++ b/x11/py-qt2/Makefile       Thu Mar 02 21:53:52 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:11:41 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/03/02 21:53:52 drochner Exp $
 #
 
 DISTNAME=      PyQt-3.1-Qt-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-qt2-3.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11 python
 MASTER_SITES=  http://www.riverbankcomputing.co.uk/download/PyQt/
 
@@ -22,6 +22,10 @@
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 MAKE_ENV+=     PYVERSSUFFIX=${PYVERSSUFFIX:Q}
 
+# MesaLib is pulled in through qt2-libs; we need a version
+# which doesn't (needlessly) link to libpthread
+BUILDLINK_DEPENDS.MesaLib+=    MesaLib>=6.4.2nb1
+
 .include "../../lang/python/extension.mk"
 
 .include "../../converters/libiconv/buildlink3.mk"
diff -r 58dcd73c4450 -r 7ff11058aa93 x11/py-qt2/PLIST
--- a/x11/py-qt2/PLIST  Thu Mar 02 21:49:56 2006 +0000
+++ b/x11/py-qt2/PLIST  Thu Mar 02 21:53:52 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/09/18 19:55:15 minskim Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/03/02 21:53:52 drochner Exp $
 bin/eric${PYVERSSUFFIX}
 bin/pyuic${PYVERSSUFFIX}
 ${PYSITELIB}/eric/AsyncIO.py
@@ -16,6 +16,7 @@
 ${PYSITELIB}/eric/eric.py
 ${PYSITELIB}/libqtcanvascmodule.la
 ${PYSITELIB}/libqtcmodule.la
+${PYSITELIB}/libqtglcmodule.la
 ${PYSITELIB}/libqtnetworkcmodule.la
 ${PYSITELIB}/libqttablecmodule.la
 ${PYSITELIB}/libqtxmlcmodule.la
@@ -23,6 +24,8 @@
 ${PYSITELIB}/qt.pyc
 ${PYSITELIB}/qtcanvas.py
 ${PYSITELIB}/qtcanvas.pyc
+${PYSITELIB}/qtgl.py
+${PYSITELIB}/qtgl.pyc
 ${PYSITELIB}/qtnetwork.py
 ${PYSITELIB}/qtnetwork.pyc
 ${PYSITELIB}/qttable.py



Home | Main Index | Thread Index | Old Index