Commit graph

9 commits

Author SHA1 Message Date
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
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
markd
e30115be74 Remove dependency on egcs for Solaris.
Add capability to specify additional system libraries in the qmake.conf
and use it in the Solaris case to add -lresolv -lsocket -lnsl
2002-10-01 13:25:35 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +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
skrll
726dbe9794 Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we all
know and love.
2002-01-07 08:07:57 +00:00