[Bug 218878] graphics/qgis: Update to 2.18.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 30 12:46:31 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218878

--- Comment #6 from Rainer Hurling <rhurlin at 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 into
two patch files for version 2.18.4:


cat files/patch-python_core_core.sip 
--- 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 
--- 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list