diff options
author | wiz <wiz> | 2008-01-05 22:15:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-01-05 22:15:24 +0000 |
commit | 8a578cf061c115b8ff260b2f3f3b03b409ec6e40 (patch) | |
tree | c17cda5a4765190cd618b646a2c6838b2a73ce60 /x11 | |
parent | 0030c09e4c8cadd991a916b9c39a67ee89a683e4 (diff) | |
download | pkgsrc-8a578cf061c115b8ff260b2f3f3b03b409ec6e40.tar.gz |
Create a shared library for libQtUiTools, in the hope that this fixes
the build for kdelibs4 on amd64.
Bump PKGREVISION for qt4-tools.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-libs/distinfo | 3 | ||||
-rw-r--r-- | x11/qt4-libs/patches/patch-am | 13 | ||||
-rw-r--r-- | x11/qt4-tools/Makefile | 5 | ||||
-rw-r--r-- | x11/qt4-tools/PLIST | 4 |
4 files changed, 20 insertions, 5 deletions
diff --git a/x11/qt4-libs/distinfo b/x11/qt4-libs/distinfo index 1dc8777b05d..d290455a294 100644 --- a/x11/qt4-libs/distinfo +++ b/x11/qt4-libs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2007/12/17 22:19:43 adam Exp $ +$NetBSD: distinfo,v 1.18 2008/01/05 22:15:24 wiz Exp $ SHA1 (qt-x11-opensource-src-4.3.3.tar.gz) = 77d00e2438efa793f6c16c54b64c8ba440ee3228 RMD160 (qt-x11-opensource-src-4.3.3.tar.gz) = 410daca03b6802ba5cc6662219c2ba7a190bd292 @@ -15,6 +15,7 @@ SHA1 (patch-ai) = b15936b85b2b1946e8c9a92bf393c3d3a1fc6950 SHA1 (patch-aj) = e9ca9544f929bb4adf3ccb0ca2cad9352124289d SHA1 (patch-ak) = bd5d0f766a6ddcd801b94b4387d19b62edc8e4e1 SHA1 (patch-al) = 606610ee684836d14e5893d295c0b131beeb9605 +SHA1 (patch-am) = 0d4a4f2767cad5414c8bfe4dc8485064a9be4381 SHA1 (patch-an) = 338d0cf6cdf38689c9f3770222802206dd8035a3 SHA1 (patch-ao) = 04361d820325b1b8a0bc66ecaf47bab5f92e7825 SHA1 (patch-ap) = 99402ac9ef527e7fa9b1825c8e1b8a299bc4ffe7 diff --git a/x11/qt4-libs/patches/patch-am b/x11/qt4-libs/patches/patch-am new file mode 100644 index 00000000000..cf2b6581881 --- /dev/null +++ b/x11/qt4-libs/patches/patch-am @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.5 2008/01/05 22:15:24 wiz Exp $ + +--- tools/designer/src/uitools/uitools.pro.orig 2007-12-04 16:43:42.000000000 +0000 ++++ tools/designer/src/uitools/uitools.pro +@@ -1,7 +1,7 @@ + TEMPLATE = lib + TARGET = $$qtLibraryTarget(QtUiTools) + QT += xml +-CONFIG += qt staticlib ++CONFIG += qt dll + DESTDIR = ../../../../lib + DLLDESTDIR = ../../../../bin + diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index a492ebc0d3c..d31e7013f8f 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2007/12/17 22:19:44 adam Exp $ +# $NetBSD: Makefile,v 1.16 2008/01/05 22:15:24 wiz Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-tools-${QTVERSION} +PKGREVISION= 1 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base @@ -39,7 +40,7 @@ do-install: ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \ ${QTPREFIX}/lib/ .endfor - ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/libQtUiTools.a \ + ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/libQtUiTools.la \ ${QTPREFIX}/lib/ .for lib in QtUiTools QtTest sed -e "s:${WRKSRC}:${QTPREFIX}:g" \ diff --git a/x11/qt4-tools/PLIST b/x11/qt4-tools/PLIST index 117c2744237..d0bbb45a66a 100644 --- a/x11/qt4-tools/PLIST +++ b/x11/qt4-tools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2007/12/06 11:17:11 markd Exp $ +@comment $NetBSD: PLIST,v 1.11 2008/01/05 22:15:24 wiz Exp $ lib/pkgconfig/QtTest.pc lib/pkgconfig/QtUiTools.pc qt4/bin/assistant @@ -128,7 +128,7 @@ qt4/lib/libQtAssistantClient.la qt4/lib/libQtDesigner.la qt4/lib/libQtDesignerComponents.la qt4/lib/libQtTest.la -qt4/lib/libQtUiTools.a +qt4/lib/libQtUiTools.la qt4/mkspecs/aix-g++-64/qmake.conf qt4/mkspecs/aix-g++-64/qplatformdefs.h qt4/mkspecs/aix-g++/qmake.conf |