summaryrefslogtreecommitdiff
path: root/x11/qt3-psql
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-02-10 13:21:20 +0000
committeradam <adam@pkgsrc.org>2005-02-10 13:21:20 +0000
commit8ffdcbc648ede2a1ed165c0a91a94d41c3b2e5e9 (patch)
tree4d1a6c5e5147b72d716a0be13ceed2ea61eaea34 /x11/qt3-psql
parent96c61dcdb8469d4346d40a5cde97944459cd3b4c (diff)
downloadpkgsrc-8ffdcbc648ede2a1ed165c0a91a94d41c3b2e5e9.tar.gz
Changes 3.3.4:
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'
Diffstat (limited to 'x11/qt3-psql')
-rw-r--r--x11/qt3-psql/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile
index 5ee1757c4bc..81b586b679b 100644
--- a/x11/qt3-psql/Makefile
+++ b/x11/qt3-psql/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2004/10/28 10:32:23 gavan Exp $
-#
+# $NetBSD: Makefile,v 1.18 2005/02/10 13:22:46 adam Exp $
.include "../qt3-libs/Makefile.common"
PKGNAME= qt3-psql-${QTVERSION}
-PKGREVISION= 1
COMMENT= QT postgresql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \