summaryrefslogtreecommitdiff
path: root/x11/qt3-psql
AgeCommit message (Collapse)AuthorFilesLines
2005-02-10Changes 3.3.4:adam1-3/+1
Installation --------------- Added support for DragonFly BSD. Fixed compilation for 64-bit Linux. Compilation fixes for OpenBSD configured with -thread. Windows Installer ----------------- Add option to set environment variables. Fixed problem propagating PATH environment variable. Make sure the PostgreSQL and MySQL libraries are shown correctly. Compilers --------- Work around a bug in HP-UX aCC. Support IRIX with 7.4.x compiler. Fixed moc compilation when Bison is installed. Fixed compilation with Intel compiler on Windows. Qt Designer ----------- Fixed bug that could corrupt the .pro file. Fixed bug that would remove source files from project when using a statically linked designer. Fixed handling of custom widget plugins which subclass QWidgetStack. Raise and give focus to source files when clicking on them in the project overview. Fixed bug where empty variable declarations in .ui file would generate improper C++ code. Fixed crash when deleting action while changing its name. Fixed crash when using third party plugins that create tabwidgets without any pages. Fixed bug renaming slots in edit custom widgets dialog where old slot name would not get removed. Make sure uic-generated code compiles when QT_NO_CAST_ASCII is defined. Fixed bug showing wrong status indicators in connection table after sorting the list. Prevent templates based on unsupported widgets (like QScrollView) from being created. Qt Linguist ----------- Fixed bug where spaces at the beginning or at the end of the source text would not be displayed. Qt Assistant ------------ Fixed bug in printing that sometimes caused the last page to be skipped. Fixed invalid font size error on startup. qmake ------- Work around bug in Visual Studio 2003 Custom Build Steps. Handle path names with spaces properly. Handle file names containing '&' characters correctly. Create dependencies on .ui.h files. Fixed crash on Solaris when error() string contains single quote. Make it possible to specify a RES file for the vcproj file. Fixed bug in make install on Linux Various improvements for XCode. Fixed bug in shadow builds. for more information see 'changes-3.3.4'
2004-10-28Move USE_BUILDLINK3 into Makefile.common.gavan1-2/+1
This change ensures that USE_BUILDLINK3 is defined before compiler.mk is included.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-13Set PGSQL_VERSION_REQD to 73 (for now) to fix the build.recht1-1/+3
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-3/+3
version.
2004-07-06Convert to bl3.wiz1-4/+4
2004-04-16update to 3.3.1recht1-2/+1
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.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-19Update QT3 to 3.2.3.skrll1-2/+1
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-01Don't USE_X11BASE; there is no reason to install there.drochner1-2/+2
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-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-06Use BUILDLINK_PREFIX.postgresql-lib as suggested by wizjmc1-2/+2
2003-04-04Need a -I for postgresql/server so postgres can find all of it's headersjmc1-1/+2
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-05Bump PKGREVISION due to increase in the major number of libpq.so betweenjlam1-2/+2
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-11-13Better handling of the ${PREFIX}/qt3/plugins/sqldriver directory.skrll1-2/+2
2002-10-28build the postgresql database driver for Qtdrochner3-0/+36