head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.10 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.8 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.6 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.4 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.2 pkgsrc-2013Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2014.07.22.17.01.51; author wiz; state dead; branches; next 1.1; commitid 530NgQ7X3HwZzoJx; 1.1 date 2013.05.09.14.07.08; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Update qt4 packages to 4.8.6. Qt 4.8.6 provides overall over 200 improvements and bug fixes, for example: Security Fix for XML Entity Expansion Denial of Service (the "Billion Laughs" attack) Better support for Mac OS X 10.9 Mavericks Many customer requested bug fixes, for example QTBUG-15116, QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276, QTBUG-29572 and QTBUG-13237 (just to name a few) MinGW binary packages are now built with MinGW-w64 based toolchain with gcc 4.8.2 Basque translation added and many other translations improved @ text @$NetBSD: patch-src_3rdparty_webkit_Source_WebKit_qt_Api_qgraphicswebview.cpp,v 1.1 2013/05/09 14:07:08 joerg Exp $ --- src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp.orig 2013-05-03 13:55:03.000000000 +0000 +++ src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp @@@@ -471,7 +471,7 @@@@ void QGraphicsWebViewPrivate::detachCurr return; page->d->view.clear(); - page->d->client = 0; + page->d->client = nullptr; // if the page was created by us, we own it and need to // destroy it as well. @@@@ -504,7 +504,7 @@@@ void QGraphicsWebView::setPage(QWebPage* if (!d->page) return; - d->page->d->client = new PageClientQGraphicsWidget(this, page); // set the page client + d->page->d->client = adoptPtr(new PageClientQGraphicsWidget(this, page)); // set the page client if (d->overlay()) d->overlay()->prepareGraphicsItemGeometryChange(); @ 1.1 log @Don't use forward defines for the std namespace. Fix various inconsistencies in the iterator usage. Explicitly specify which wcschr variant to use. Allow building with libc++ and use in that case. @ text @d1 1 a1 1 $NetBSD$ @