diff options
author | skrll <skrll> | 2002-10-28 08:46:43 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-10-28 08:46:43 +0000 |
commit | b517a6632f666e9f8886ed1cf076a66fa699ffa3 (patch) | |
tree | 226f8ddbf1c733145b0ea89293f2db0a4880370f /x11/qt3-libs/PLIST | |
parent | 61960ed8169fc56f0ef8ce8e44c22d95be3a7f8b (diff) | |
download | pkgsrc-b517a6632f666e9f8886ed1cf076a66fa699ffa3.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-libs/PLIST')
-rw-r--r-- | x11/qt3-libs/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-libs/PLIST b/x11/qt3-libs/PLIST index 023a528bfa8..4fc2258fd2e 100644 --- a/x11/qt3-libs/PLIST +++ b/x11/qt3-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/08/27 09:13:49 skrll Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/10/28 08:46:44 skrll Exp $ qt3/bin/moc qt3/include/jri.h qt3/include/jri_md.h @@ -124,7 +124,6 @@ qt3/include/qfocusdata.h qt3/include/qfont.h qt3/include/qfontdatabase.h qt3/include/qfontdialog.h -qt3/include/qfontdta.h qt3/include/qfontinf.h qt3/include/qfontinfo.h qt3/include/qfontmet.h |