diff options
author | adam <adam> | 2013-07-07 18:13:56 +0000 |
---|---|---|
committer | adam <adam> | 2013-07-07 18:13:56 +0000 |
commit | a5ac993af1d6c4fdc9a95cd0730cafb48ae27237 (patch) | |
tree | 9e0642d53113988fa92738559297c4caaf0f7724 /x11/qt4-pgsql | |
parent | d0a8a866ab35a52c7d49f92f51348c0be1763d6e (diff) | |
download | pkgsrc-a5ac993af1d6c4fdc9a95cd0730cafb48ae27237.tar.gz |
Qt 4.8.5 provides overall close to 400 improvements, for example:
35 fixes to Qt Core module
65 fixes to Qt Gui module
21 Mac OS X specific fixes
15 Windows specific fixes
8 Linux/X11 specific fixes
Webkit upgrade to 2.2.4 (minor improvements)
Change all shmget calls to user-only memory (security)
Several important fixes for the VxWorks port in the Qt Enterprise version
Diffstat (limited to 'x11/qt4-pgsql')
-rw-r--r-- | x11/qt4-pgsql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile index 534a5bbbfc0..3f9f0e1a384 100644 --- a/x11/qt4-pgsql/Makefile +++ b/x11/qt4-pgsql/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2013/06/06 12:55:21 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2013/07/07 18:13:57 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-pgsql-${QTVERSION} -PKGREVISION= 5 COMMENT= QT postgresql driver CONFIGURE_ARGS+= -I${QTDIR}/include |