svn commit: r536113 - head/astro/qmapshack/files

Tobias C. Berner tcberner at FreeBSD.org
Thu May 21 11:19:30 UTC 2020


Author: tcberner
Date: Thu May 21 11:19:28 2020
New Revision: 536113
URL: https://svnweb.freebsd.org/changeset/ports/536113

Log:
  astro/qmapshack: prepare for Qt5-5.15

Added:
  head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp   (contents, props changed)
  head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp   (contents, props changed)
  head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp   (contents, props changed)
  head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp   (contents, props changed)
  head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp   (contents, props changed)
  head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp   (contents, props changed)

Added: head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_qmapshack_gis_wpt_CGisItemWpt.cpp	Thu May 21 11:19:28 2020	(r536113)
@@ -0,0 +1,10 @@
+--- src/qmapshack/gis/wpt/CGisItemWpt.cpp.orig	2020-05-21 11:11:11 UTC
++++ src/qmapshack/gis/wpt/CGisItemWpt.cpp
+@@ -38,6 +38,7 @@
+ 
+ #include <QtWidgets>
+ #include <QtXml>
++#include <QPainterPath>
+ 
+ IGisItem::key_t CGisItemWpt::keyUserFocus;
+ QMap<searchProperty_e, CGisItemWpt::fSearch> CGisItemWpt::keywordLambdaMap;

Added: head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_qmapshack_helpers_CDraw.cpp	Thu May 21 11:19:28 2020	(r536113)
@@ -0,0 +1,10 @@
+--- src/qmapshack/helpers/CDraw.cpp.orig	2020-05-21 11:11:11 UTC
++++ src/qmapshack/helpers/CDraw.cpp
+@@ -24,6 +24,7 @@
+ #include <QImage>
+ #include <QPointF>
+ #include <QtMath>
++#include <QPainterPath>
+ 
+ QPen CDraw::penBorderBlue(QColor(10, 10, 150, 220), 2);
+ QPen CDraw::penBorderGray(Qt::lightGray, 2);

Added: head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_qmapshack_map_CMapIMG.cpp	Thu May 21 11:19:28 2020	(r536113)
@@ -0,0 +1,10 @@
+--- src/qmapshack/map/CMapIMG.cpp.orig	2020-05-21 11:11:11 UTC
++++ src/qmapshack/map/CMapIMG.cpp
+@@ -33,6 +33,7 @@
+ #include "units/IUnit.h"
+ 
+ #include <QtWidgets>
++#include <QPainterPath>
+ 
+ #undef DEBUG_SHOW_SECT_DESC
+ #undef DEBUG_SHOW_TRE_DATA

Added: head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_qmapshack_mouse_IMouseSelect.cpp	Thu May 21 11:19:28 2020	(r536113)
@@ -0,0 +1,10 @@
+--- src/qmapshack/mouse/IMouseSelect.cpp.orig	2020-05-21 11:11:11 UTC
++++ src/qmapshack/mouse/IMouseSelect.cpp
+@@ -23,6 +23,7 @@
+ #include "mouse/IScrOpt.h"
+ 
+ #include <QtWidgets>
++#include <QPainterPath>
+ 
+ IMouseSelect::IMouseSelect(CGisDraw *gis, CCanvas *canvas, CMouseAdapter *mouse)
+     : IMouse(gis, canvas, mouse)

Added: head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_qmaptool_helpers_CDraw.cpp	Thu May 21 11:19:28 2020	(r536113)
@@ -0,0 +1,10 @@
+--- src/qmaptool/helpers/CDraw.cpp.orig	2020-05-21 11:11:11 UTC
++++ src/qmaptool/helpers/CDraw.cpp
+@@ -24,6 +24,7 @@
+ #include <QImage>
+ #include <QPointF>
+ #include <QtMath>
++#include <QPainterPath>
+ 
+ QPen CDraw::penBorderBlue(QColor(10,10,150,220),2);
+ QPen CDraw::penBorderGray(Qt::lightGray,2);

Added: head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/qmapshack/files/patch-src_qmaptool_overlay_COverlayCutMap.cpp	Thu May 21 11:19:28 2020	(r536113)
@@ -0,0 +1,11 @@
+--- src/qmaptool/overlay/COverlayCutMap.cpp.orig	2020-05-21 11:11:11 UTC
++++ src/qmaptool/overlay/COverlayCutMap.cpp
+@@ -24,6 +24,8 @@
+ 
+ #include <functional>
+ #include <QtWidgets>
++#include <QPainterPath>
++
+ using std::bind;
+ 
+ static inline qreal sqr(qreal a)


More information about the svn-ports-head mailing list