Sat Dec 13 05:20:04 2008 UTC ()
Remove XXX comment about something I worked around (in patch-aa).


(epg)
diff -r1.1.1.1 -r1.2 pkgsrc/x11/py-qt4/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/x11/py-qt4/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/py-qt4/Attic/Makefile 2008/12/13 05:19:12 1.1.1.1
+++ pkgsrc/x11/py-qt4/Attic/Makefile 2008/12/13 05:20:04 1.2
@@ -1,39 +1,35 @@ @@ -1,39 +1,35 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/12/13 05:19:12 epg Exp $ 1# $NetBSD: Makefile,v 1.2 2008/12/13 05:20:04 epg Exp $
2# 2#
3 3
4PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION} 4PKGNAME= ${PYPKGPREFIX}-qt4-${PYQT_VERSION}
5PYQT_VERSION= 4.4.4 5PYQT_VERSION= 4.4.4
6CATEGORIES= x11 python 6CATEGORIES= x11 python
7MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/ 7MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt4/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= Python binding for Qt4 10COMMENT= Python binding for Qt4
11HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro 11HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18 18
19CONFIGURE_ARGS+= -b ${PREFIX}/bin 19CONFIGURE_ARGS+= -b ${PREFIX}/bin
20CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} 20CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB}
21CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX} 21CONFIGURE_ARGS+= -v ${PREFIX}/share/sip${PYVERSSUFFIX}
22CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake 22CONFIGURE_ARGS+= -q ${QTDIR}/bin/qmake
23# XXX: should not be necessary, but framework thinks pkgsrc only has static 
24# qt4 libraries 
25#epg fixed? with patch-aa 
26#CONFIGURE_ARGS+= -k 
27CONFIGURE_ARGS+= --confirm-license 23CONFIGURE_ARGS+= --confirm-license
28 24
29PYTHON_VERSIONS_ACCEPTED= 25 24 23 25PYTHON_VERSIONS_ACCEPTED= 25 24 23
30PY_PATCHPLIST= yes 26PY_PATCHPLIST= yes
31PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} 27PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
32 28
33#SUBST_CLASSES+= pyversfx 29#SUBST_CLASSES+= pyversfx
34#SUBST_STAGE.pyversfx= pre-configure 30#SUBST_STAGE.pyversfx= pre-configure
35#SUBST_FILES.pyversfx= pyuic4/pyuic.sbf pylupdate4/pylupdate.sbf 31#SUBST_FILES.pyversfx= pyuic4/pyuic.sbf pylupdate4/pylupdate.sbf
36#SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g" 32#SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g"
37 33
38.include "../../mk/bsd.prefs.mk" 34.include "../../mk/bsd.prefs.mk"
39 35