Commit graph

30 commits

Author SHA1 Message Date
drochner
d998ee0405 fix BUILDLINK_PREFIX defaults to build w/o xpkgwedge 2003-08-06 10:45:02 +00:00
drochner
61b9e4e88d Don't USE_X11BASE; there is no reason to install there.
Bump PKGREVISION on everything which installs into the QTDIR tree.
(Applications which just use qt3 shouldn't be affected because each
program using qt3 has an RPATH into both LOCALBASE and X11BASE.)
2003-08-01 15:31:07 +00:00
jdolecek
826c81352b add qt3/mkspecs/default/*.h to BUILDLINK_FILES (needed for chat/psi 0.9) 2003-07-27 21:42:21 +00:00
drochner
f3a278522a Also install the linguist tools "lupdate" and "lrelease".
PKGREVISION was bumped yesterday, so piggyback on that.
2003-07-23 09:41:41 +00:00
drochner
349036ac7c Build, install and use a shared libqassistantclient.
This is primarily needed by PyQt.
2003-07-22 17:17:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
skrll
72d9db4b42 Update qt3 to 3.1.2. This update fixes a large number of bugs. 2003-03-18 08:36:22 +00:00
markd
615f21ac50 Update qt to 3.1.1.
Qt 3.1 introduces many significant new features and many improvements
over the 3.0.x series. Also lots of bugfixes.

The Qt version 3.1 series is binary compatible with the 3.0.x series:
applications compiled for 3.0 will continue to run with 3.1.
2003-03-11 13:02:06 +00:00
drochner
842173fdb0 Substitute "LIBQT" by something sensible at build time instead of leaving
it an environment variable.
So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3*
context.
2003-02-18 19:16:53 +00:00
skrll
d2aff0e543 Update qt to 3.0.7 - the final maintenance release of qt 3.0.
Lots of bugfixes including one for the ListView expansion problem.

Fix kwin in kdebase after a QT global was renamed.
2003-02-04 18:06:48 +00:00
jlam
d15f362430 Correctly define some variables that qmake expects to be defined:
QMAKE_SYMBOLIC_LINK, QMAKE_DEL_FILE, QMAKE_DEL_DIR.  This suppresses some
ignored build errors when building qt3-* packages.  Bump PKGREVISION of
qt3-tools (which installs the qmake.conf file) to 2.
2003-01-07 23:56:54 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
skrll
3c976743bf 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-28 08:46:43 +00:00
jlam
298c3dd0ea It's actually 3.0.5nb1. 2002-10-09 21:03:39 +00:00
jlam
de3fae9f26 Require a newer version of qt3-tools as the older one had broken qmake.conf
files.
2002-10-09 21:01:41 +00:00
jlam
187592cad5 Bump PKGREVISION as a result of fixing the installed qmake.conf files. 2002-10-09 21:01:08 +00:00
jlam
5f57a45e1c Unused. 2002-10-08 22:34:25 +00:00
jlam
19ec28bc60 buildlink1 -> buildlink2 2002-10-02 07:46:44 +00:00
jlam
c6be1e1576 We shouldn't need the plugins when building software, only when running
software.
2002-10-02 07:46:16 +00:00
skrll
53576b7959 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.
2002-08-27 09:13:48 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
skrll
64d8980874 Sort. 2002-08-23 17:11:19 +00:00
jdolecek
627e144c34 add comment for the REPLACE_BUILDLINK_SED stuff - these QMAKE variables
seem to be working fine empty, but it may be eventually be problematic
2002-08-04 16:45:04 +00:00
jdolecek
3333257233 add qmake, bump pkg revision 2002-08-04 16:41:44 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
skrll
203cb7c53f Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert for
this.

While I'm here fix the qt3-libs dependency in qt3-tools and the fact that
the qt library was being built (needlessly) in qt3-tools.
2002-05-30 12:33:26 +00:00
skrll
0654af6a3c Various changes to help with KDE3.
o Enable thread support using pth-syscall and nathanw_sa. The
	later has problems which are being worked on.

      o Restructure the build of certain plugins so that qt3-libs
	comes with jpeg and mng support.

      o Introduce a BUILDLINK_DEPENDS_METHOD.qt3-tools variable that
	when set to build means we don't get a full dependency on
	qt3-tools.
2002-05-29 19:09:55 +00:00
drochner
38e427917b update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.1."
2002-03-19 17:54:33 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
9ae1408888 Initial import of qt3-tools-3.0.1. A bunch of tools that form part of QT3. 2002-01-07 08:09:16 +00:00