Date: Sun, 30 Apr 2017 12:46:31 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218878] graphics/qgis: Update to 2.18.7 Message-ID: <bug-218878-13-1wWE50EyOD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218878-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218878-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218878 --- Comment #6 from Rainer Hurling <rhurlin@gwdg.de> --- @Tobias I think, because QGIS 2.18.7 has adopted your patch already, it should be included also in 2.18.4 (the version in ports now). I splitted your patch i= nto two patch files for version 2.18.4: cat files/patch-python_core_core.sip=20 --- python/core/core.sip.orig 2017-02-24 12:00:06 UTC +++ python/core/core.sip @@ -3,6 +3,7 @@ %Feature QT5_SUPPORT +%Import QtCore/QtCoremod.sip %Import QtXml/QtXmlmod.sip %Import QtNetwork/QtNetworkmod.sip %Import QtSql/QtSqlmod.sip cat files/patch-src_gui_qgsfiledownloader.h=20 --- src/gui/qgsfiledownloader.h.orig 2017-02-24 12:00:06 UTC +++ src/gui/qgsfiledownloader.h @@ -90,8 +90,10 @@ class GUI_EXPORT QgsFileDownloader : public QObject void onSslErrors( QNetworkReply *reply, const QList<QSslError> &errors= ); #endif - private: + protected: ~QgsFileDownloader(); + + private: /** * Abort current request and show an error if the instance has GUI * notifications enabled. @Raphael Because the patch in question is already included in version 2.18.7 (thanks= to the QGIS devs), this should be ready commit. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218878-13-1wWE50EyOD>