2003-01-08 11:45:56 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Fix dependence on "qt3-tools" package and bump package revision.
|
2002-12-24 19:36:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update to qt3-3.0.6nb1, depending on latest versions of libraries.
|
2002-10-28 09:46:45 by Nick Hudson | Files touched by this commit (9) |
Log message:
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.
|
2002-10-12 20:04:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump dependency on qt3-tools to latest version, and increase PKGREVISION.
|
2002-10-02 09:28:19 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Trivially use buildlink2.
|
2002-08-29 12:00:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update to 3.05 by fixing the DEPENDS lines :)
|
2002-08-27 16:56:19 by Nick Hudson | Files touched by this commit (1) |
Log message:
Missed in the previous commit. Thanks Dan.
|
2002-08-13 14:22:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Depend on qt3-libs-3.0.4nb2.
|
2002-08-05 16:18:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Depend on qt3-tools-3.0.4nb2. Bump PKGREVISION.
|
2002-05-30 21:16:04 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Fix $NetBSD$, and nuke old-style "pkg" subdir.
|