diff options
author | skrll <skrll@pkgsrc.org> | 2002-08-27 09:13:48 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-08-27 09:13:48 +0000 |
commit | 53576b79595ea12278776950af08b63bba41dfcc (patch) | |
tree | ee56ae545c100fb462e9a9a2c9d546b4016767eb /x11/qt3-tools | |
parent | cb7a710c07de4798aeca2a20580eb731d1dc7397 (diff) | |
download | pkgsrc-53576b79595ea12278776950af08b63bba41dfcc.tar.gz |
Update to 3.0.5.
Qt 3.0.5 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.4.
To avoid problems with loading plugins which link against different Qt
libraries, the semantics of plugin loading has been changed.
While I'm here add the PTHREAD_OPTS+=require thing to the buildlink files.
TODO: check qt3-{tools,docs} wrt buildlink2.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-tools/PLIST | 5 | ||||
-rw-r--r-- | x11/qt3-tools/buildlink.mk | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index e7100c8636f..9a8f6deaf7e 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2002/08/25 19:23:58 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/27 09:13:50 skrll Exp $ # .include "../qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 2 COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${BUILDLINK_QTDIR}/include \ diff --git a/x11/qt3-tools/PLIST b/x11/qt3-tools/PLIST index a55b5644e46..c2fc946cfd0 100644 --- a/x11/qt3-tools/PLIST +++ b/x11/qt3-tools/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/08/23 17:11:19 skrll Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/08/27 09:13:50 skrll Exp $ qt3/bin/assistant qt3/bin/designer qt3/bin/linguist @@ -98,6 +98,8 @@ qt3/mkspecs/solaris-cc/qmake.conf qt3/mkspecs/solaris-cc/qplatformdefs.h qt3/mkspecs/solaris-g++/qmake.conf qt3/mkspecs/solaris-g++/qplatformdefs.h +qt3/mkspecs/solaris-g++-64/qplatformdefs.h +qt3/mkspecs/solaris-g++-64/qmake.conf qt3/mkspecs/solaris-kcc/qmake.conf qt3/mkspecs/solaris-kcc/qplatformdefs.h qt3/mkspecs/sunos-g++/qmake.conf @@ -177,6 +179,7 @@ qt3/plugins/designer/libwizards.so @dirrm qt3/mkspecs/solaris-64 @dirrm qt3/mkspecs/solaris-cc @dirrm qt3/mkspecs/solaris-g++ +@dirrm qt3/mkspecs/solaris-g++-64 @dirrm qt3/mkspecs/solaris-kcc @dirrm qt3/mkspecs/sunos-g++ @dirrm qt3/mkspecs/tru64-cxx diff --git a/x11/qt3-tools/buildlink.mk b/x11/qt3-tools/buildlink.mk index 7a8566c5ef5..60e3c5a7b4a 100644 --- a/x11/qt3-tools/buildlink.mk +++ b/x11/qt3-tools/buildlink.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink.mk,v 1.5 2002/08/25 19:23:58 jlam Exp $ +# $NetBSD: buildlink.mk,v 1.6 2002/08/27 09:13:50 skrll Exp $ # # This Makefile fragment is included by packages that use qt3-tools. # @@ -17,7 +17,7 @@ QT3_TOOLS_BUILDLINK_MK= # defined .include "../../mk/bsd.buildlink.mk" -BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.0.4 +BUILDLINK_DEPENDS.qt3-tools?= qt3-tools>=3.0.5 BUILDLINK_DEPENDS_METHOD.qt3-tools?= full .if ${BUILDLINK_DEPENDS_METHOD.qt3-tools} == build |