summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-10-28 08:46:43 +0000
committerskrll <skrll@pkgsrc.org>2002-10-28 08:46:43 +0000
commit3c976743bf07995be2973579462c053e7e38206a (patch)
tree226f8ddbf1c733145b0ea89293f2db0a4880370f /x11/qt3
parentf4eb4cb1638675718cf25c6bc267eda6777fea00 (diff)
downloadpkgsrc-3c976743bf07995be2973579462c053e7e38206a.tar.gz
Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting. Qt 3.0.6 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.5 Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few bytes smaller), meaning executables compiled with 3.0.5 may not run properly when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we have decided to stick with 3.0.5's ABI. If you ship dynamically linked executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of your main function: ... #include <qmessagebox.h> ... int main( int argc, char**argv ) { QT_REQUIRE_VERSION( argc, argv, "3.0.5" ) ... } The macro will show a message box with a warning message and then abort the application gracefully with exit(1). For a full buglist see the Trolltech web site.
Diffstat (limited to 'x11/qt3')
-rw-r--r--x11/qt3/Makefile5
-rw-r--r--x11/qt3/Makefile.common4
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile
index 0266b5e1174..b7494e410aa 100644
--- a/x11/qt3/Makefile
+++ b/x11/qt3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2002/10/12 18:04:34 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/28 08:46:45 skrll Exp $
#
DISTNAME= qt3-${QTVERSION}
-PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
@@ -12,7 +11,7 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit
.include "./Makefile.common"
DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs
-DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools
+DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools
DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs
USE_BUILDLINK2= yes
diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common
index 87aa72d4536..8c40289b6cd 100644
--- a/x11/qt3/Makefile.common
+++ b/x11/qt3/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.5 2002/08/27 14:56:18 skrll Exp $
+# $NetBSD: Makefile.common,v 1.6 2002/10/28 08:46:45 skrll Exp $
#
-QTVERSION= 3.0.5
+QTVERSION= 3.0.6
MAINTAINER= skrll@netbsd.org
HOMEPAGE= http://www.trolltech.com/products/qt.html