summaryrefslogtreecommitdiff
path: root/x11/qt3-libs/files
AgeCommit message (Collapse)AuthorFilesLines
2008-10-08Fix qmake.conf to handle shared libraries correctly.wiz1-4/+4
Bump qt3-tools PKGREVISION.
2006-03-12Force to use the libtool mode of qmake, instead of patching theminskim1-23/+8
non-libtool mode to use libool. In this way, qmake will generates valid install commands. This closes PR pkg/29572. Bump qt3-tools PKGREVISION.
2006-03-11In the comment at top also mention "pkgsrc". As this could be confusingreed1-3/+3
for someone not using "netbsd-g++". (This has been in my pkgsrc since at least July.)
2006-03-03Make qmake and libtool use the same library versioning. Should haveminskim1-3/+3
been done when the pkgsrc libtool versioning was changed. This addresses PR pkg/29572. No recursive bump because the major version number is not affected by this. Bump PKGREVISION for qt3-libs and qt3-tools.
2005-07-01If Darwin, then use real RANLIB.reed1-3/+3
No change for other platforms, as QMAKE_RANLIB is set to "true". And if Darwin and /usr/lib/libresolv.dylib exists, then use -lresolv.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-3/+3
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-10-19Bring the qmake.conf we use in line with those from qt 3.3.3.markd1-3/+4
Bump PKGREVISION of qt3-tools. Noted by Christoph Badura.
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.