diff options
author | adam <adam@pkgsrc.org> | 2010-01-29 18:19:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-01-29 18:19:09 +0000 |
commit | bad5adb08727191178e21f892fdfc02cdf0456d9 (patch) | |
tree | 9e0a3c48c73055868cb0c29214ed5ad215a3ba9a /x11/qt4-mysql | |
parent | 2a6536c2b2f600639621c6820f1f7695955f7656 (diff) | |
download | pkgsrc-bad5adb08727191178e21f892fdfc02cdf0456d9.tar.gz |
Changes 4.6.1:
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
system is active and the appropriate extensions are present in the
GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
Diffstat (limited to 'x11/qt4-mysql')
-rw-r--r-- | x11/qt4-mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile index 31b4215b26c..63b9ded8a97 100644 --- a/x11/qt4-mysql/Makefile +++ b/x11/qt4-mysql/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2010/01/18 09:59:43 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/29 18:19:09 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../x11/qt4-libs/Makefile.common" PKGNAME= qt4-mysql-${QTVERSION} -PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include |