summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/files
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27Change to use COMPILER_RPATH_FLAG.jlam1-3/+3
2004-07-31Set QMAKE_LFLAGS based on the value of LDFLAGS at the point that qmake ismarkd1-3/+3
run rather than when the qmake.conf was generated. Should be effectively equivalent to what was happening under buildlink2 and fixes linking problems of audio/kmp and other qmake using packages.
2004-07-06Convert qt3-libs to use BUILDLINK3. Based on patches from Joachimreed1-3/+3
Kuebart in PR#25753. Tested by myself on Linux and NetBSD 1.6.2_STABLE. (Also tested on NetBSD 2.0_BETA by wiz@. And tested by jschauma under Linux.)
2003-12-10Don't force -O2 any more, use CFLAGS insteadadam1-3/+3
2003-10-05Replace -lpthread with ${PTHREAD_LDFLAGS}. (Fixes my build on FreeBSD 5.x).xtraeme1-3/+3
Ok'ed by skrll@
2003-09-28only pass gcc specific flags if we are using gcc.grant1-3/+3
2003-03-18Update qt3 to 3.1.2. This update fixes a large number of bugs.skrll1-3/+3
2003-03-11Update qt to 3.1.1.markd1-3/+5
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-02-18Substitute "LIBQT" by something sensible at build time instead of leavingdrochner1-4/+4
it an environment variable. So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3* context.
2003-01-07Correctly define some variables that qmake expects to be defined:jlam1-4/+5
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.
2002-10-01Remove dependency on egcs for Solaris.markd1-3/+3
Add capability to specify additional system libraries in the qmake.conf and use it in the Solaris case to add -lresolv -lsocket -lnsl
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-8/+8
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-05-30Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert forskrll1-3/+3
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-29Various changes to help with KDE3.skrll1-4/+9
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-01-07Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we allskrll2-0/+89
know and love.