aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-06-01 06:36:21 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-06-01 06:36:21 +0000
commitd51d429cafd1b65e2b9d714bceb764be66f7af36 (patch)
tree52b5c3b34144ceae0786dd8dc88131da12f86d48 /x11-toolkits
parentf468b2902b066639a9ec7e53053c718a0b1a0d57 (diff)
downloadports-d51d429cafd1b65e2b9d714bceb764be66f7af36.tar.gz
ports-d51d429cafd1b65e2b9d714bceb764be66f7af36.zip
x11-toolkits/qwt6: prepare for Qt5-5.15
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25064
Notes
Notes: svn path=/head/; revision=537459
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h10
-rw-r--r--x11-toolkits/qwt6/files/patch-src_qwt__painter.h18
-rw-r--r--x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h12
-rw-r--r--x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h10
4 files changed, 50 insertions, 0 deletions
diff --git a/x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h b/x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h
new file mode 100644
index 000000000000..9f84d73c6fff
--- /dev/null
+++ b/x11-toolkits/qwt6/files/patch-src_qwt__null__paintdevice.h
@@ -0,0 +1,10 @@
+--- src/qwt_null_paintdevice.h.orig 2020-05-30 06:48:02 UTC
++++ src/qwt_null_paintdevice.h
+@@ -11,6 +11,7 @@
+ #define QWT_NULL_PAINT_DEVICE_H 1
+
+ #include "qwt_global.h"
++#include <QPainterPath>
+ #include <qpaintdevice.h>
+ #include <qpaintengine.h>
+
diff --git a/x11-toolkits/qwt6/files/patch-src_qwt__painter.h b/x11-toolkits/qwt6/files/patch-src_qwt__painter.h
new file mode 100644
index 000000000000..791db591a52e
--- /dev/null
+++ b/x11-toolkits/qwt6/files/patch-src_qwt__painter.h
@@ -0,0 +1,18 @@
+--- src/qwt_painter.h.orig 2020-05-30 06:47:45 UTC
++++ src/qwt_painter.h
+@@ -17,6 +17,7 @@
+ #include <qpen.h>
+ #include <qline.h>
+ #include <qpalette.h>
++#include <QPainterPath>
+
+ class QPainter;
+ class QBrush;
+@@ -31,7 +32,6 @@ class QwtColorMap;
+ class QwtInterval;
+
+ class QTextDocument;
+-class QPainterPath;
+
+ /*!
+ \brief A collection of QPainter workarounds
diff --git a/x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h b/x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h
new file mode 100644
index 000000000000..d2bcf7660988
--- /dev/null
+++ b/x11-toolkits/qwt6/files/patch-src_qwt__painter__command.h
@@ -0,0 +1,12 @@
+--- src/qwt_painter_command.h.orig 2020-05-30 06:55:43 UTC
++++ src/qwt_painter_command.h
+@@ -15,8 +15,7 @@
+ #include <qpixmap.h>
+ #include <qimage.h>
+ #include <qpolygon.h>
+-
+-class QPainterPath;
++#include <QPainterPath>
+
+ /*!
+ QwtPainterCommand represents the attributes of a paint operation
diff --git a/x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h b/x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h
new file mode 100644
index 000000000000..f8210ded3bb1
--- /dev/null
+++ b/x11-toolkits/qwt6/files/patch-src_qwt__plot__glcanvas.h
@@ -0,0 +1,10 @@
+--- src/qwt_plot_glcanvas.h.orig 2020-05-30 07:00:16 UTC
++++ src/qwt_plot_glcanvas.h
+@@ -11,6 +11,7 @@
+ #define QWT_PLOT_GLCANVAS_H
+
+ #include "qwt_global.h"
++#include <QPainterPath>
+ #include <qframe.h>
+ #include <qgl.h>
+