summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
AgeCommit message (Collapse)AuthorFilesLines
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-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-28give the postgesql database adapter a chance to compiledrochner3-1/+40
(not in this pkg) (centralized patches suck)
2002-10-28Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit ofskrll4-13/+12
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-09Don't hardcode the buildlink paths to the C/C++ compiler and to libtooljlam1-4/+4
otherwise packages that use qmake will want to use the wrong ones.
2002-10-08Unused.jlam1-56/+0
2002-10-02Bracket passing QTDIR to the make and configure environments so that theyjlam1-3/+6
aren't used when building Qt3 itself, as Qt3 expects QTDIR=${WRKSRC}, which is handled by qt3-libs/Makefile.common.
2002-10-01Fix RCS Id.jlam1-1/+1
2002-10-01Remove dependency on egcs for Solaris.markd2-6/+6
Add capability to specify additional system libraries in the qmake.conf and use it in the Solaris case to add -lresolv -lsocket -lnsl
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-24BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for finding qt3-libs headersjlam1-0/+3
and libraries.
2002-09-20Fix pkg/18211 from Hume Smithskrll1-10/+22
Reverse the change to how templates are handled, made between 3.0.4 and 3.0.5, for older toolchains. Removing inline for newer toolchains produces smaller code. Removing inline for older toolchains produces buggy code. Do some reorganisation while I'm here.
2002-08-28Avoid creating a .qt directory in the users home directory.skrll1-1/+5
2002-08-27Update to 3.0.5.skrll5-13/+16
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-25Merge changes in packages from the buildlink2 branch that havejlam8-34/+67
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-08These packages install libraries that differ from previous versions if theyjlam2-3/+3
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-3/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-05-30Fix the detection of freetype 2 and opengl. Thanks to Chris Gilbert forskrll4-5/+20
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.skrll8-32/+76
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-24unlimit datasize. fixes build problem on sparcdmcmahill1-1/+3
2002-05-04update to 3.0.4drochner5-24/+24
"Qt 3.0.4 is a bugfix release. It maintains both forward and backward compatibility (source and binary) with Qt 3.0.3."
2002-03-25Update to 3.0.3. More bugfixes.skrll2-16/+16
2002-03-19update to 3.0.2drochner6-18/+18
"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-13Give all packages which depend on "png" a version bump, and updatefredb3-3/+5
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-01-07Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we allskrll12-0/+731
know and love.