diff options
author | adam <adam@pkgsrc.org> | 2013-07-07 18:13:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-07-07 18:13:56 +0000 |
commit | 347d373df03cde095fd4b6f7ee9c6e236742cc91 (patch) | |
tree | 9e0642d53113988fa92738559297c4caaf0f7724 /x11/qt4-sqlite3 | |
parent | 1fe0683417a65069a1d615b12fef656925cea783 (diff) | |
download | pkgsrc-347d373df03cde095fd4b6f7ee9c6e236742cc91.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-sqlite3')
-rw-r--r-- | x11/qt4-sqlite3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-sqlite3/Makefile b/x11/qt4-sqlite3/Makefile index 2087d9686de..bf9af6b541a 100644 --- a/x11/qt4-sqlite3/Makefile +++ b/x11/qt4-sqlite3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2013/06/06 12:55:21 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2013/07/07 18:13:57 adam Exp $ .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-sqlite3-${QTVERSION} -PKGREVISION= 6 COMMENT= Qt4 sqlite3 driver CONFIGURE_ARGS+= -I${QTDIR}/include |