summaryrefslogtreecommitdiff
path: root/x11/qt3-tools
AgeCommit message (Collapse)AuthorFilesLines
2004-08-13@dirrm addition for macx-xlcadam1-1/+2
2004-08-12Changes 3.3.3:adam1-1/+3
* Bug-fix release
2004-07-06Build qt3-tools using BUILDINK3 (instead of BUILDLINK2).reed1-3/+3
2004-05-22Add more detailed description of tools included.reed1-0/+8
(Previously the DESCRiption only mentioned one of nine tools.
2004-05-09Unused.wiz1-26/+0
2004-04-16update to 3.3.1recht3-7/+42
changes (among many others): - New QLocale Class - The ActiveQt framework, first available in Qt 3.1, has been enhanced in lots of ways in Qt 3.3. - Semi-Transparent Windows Other Improvements - The network module now supports IPv6 in addition to IPv4. - New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and Windows (MSVC and Intel). - QCursor now provides the BusyCursor shape, which combines an hourglass with an arrow. - Qt's DOM classes are now reentrant when Qt is built with multithread support enabled. See http://www.trolltech.com/products/qt/whatsnew.html for more details.
2003-12-23Add some missing directories needed to remove this package correctly.xtraeme2-2/+6
Reported by Soren Jacobsen in PR pkg/23844. Bump PKGREVISION.
2003-12-19Update QT3 to 3.2.3.skrll2-19/+13
Far too many new features and bug fixes to list here. Includes a fix for Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd dot org>. Thanks. "Better late than never"
2003-08-06fix BUILDLINK_PREFIX defaults to build w/o xpkgwedgedrochner1-2/+2
2003-08-01Don't USE_X11BASE; there is no reason to install there.drochner2-4/+4
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-07-27add qt3/mkspecs/default/*.h to BUILDLINK_FILES (needed for chat/psi 0.9)jdolecek1-1/+2
2003-07-23Also install the linguist tools "lupdate" and "lrelease".drochner2-2/+6
PKGREVISION was bumped yesterday, so piggyback on that.
2003-07-22Build, install and use a shared libqassistantclient.drochner3-4/+12
This is primarily needed by PyQt.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-18Update qt3 to 3.1.2. This update fixes a large number of bugs.skrll3-23/+34
2003-03-11Update qt to 3.1.1.markd2-41/+34
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-3/+1
it an environment variable. So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3* context.
2003-02-04Update qt to 3.0.7 - the final maintenance release of qt 3.0.skrll1-2/+1
Lots of bugfixes including one for the ListView expansion problem. Fix kwin in kdebase after a QT global was renamed.
2003-01-07Correctly define some variables that qmake expects to be defined:jlam1-2/+2
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-28Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit ofskrll2-59/+61
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-09It's actually 3.0.5nb1.jlam1-2/+2
2002-10-09Require a newer version of qt3-tools as the older one had broken qmake.confjlam1-2/+2
files.
2002-10-09Bump PKGREVISION as a result of fixing the installed qmake.conf files.jlam1-1/+2
2002-10-08Unused.jlam1-56/+0
2002-10-02buildlink1 -> buildlink2jlam1-18/+6
2002-10-02We shouldn't need the plugins when building software, only when runningjlam1-6/+1
software.
2002-08-27Update to 3.0.5.skrll3-5/+7
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 havejlam3-2/+31
buildlink2.mk files back into the main trunk.
2002-08-23Sort.skrll1-2/+2
2002-08-04add comment for the REPLACE_BUILDLINK_SED stuff - these QMAKE variablesjdolecek1-1/+3
seem to be working fine empty, but it may be eventually be problematic
2002-08-04add qmake, bump pkg revisionjdolecek2-3/+175
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-3/+3
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 forskrll1-2/+1
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.skrll3-16/+20
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-03-19update to 3.0.2drochner2-5/+6
"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 updatefredb2-4/+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-tools-3.0.1. A bunch of tools that form part of QT3.skrll4-0/+127