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-docs/Makefile | |
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-docs/Makefile')
-rw-r--r-- | x11/qt4-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-docs/Makefile b/x11/qt4-docs/Makefile index 2c1e85416da..eb28dd1dc95 100644 --- a/x11/qt4-docs/Makefile +++ b/x11/qt4-docs/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2013/06/06 12:55:21 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/07/07 18:13:56 adam Exp $ PKGNAME= qt4-docs-${QTVERSION} -PKGREVISION= 5 COMMENT= Documentation for the QT C++ X GUI toolkit .include "../../x11/qt4-libs/Makefile.common" |