svn commit: r536985 - head/graphics/drawpile/files

Tobias C. Berner tcberner at FreeBSD.org
Fri May 29 16:39:44 UTC 2020


Author: tcberner
Date: Fri May 29 16:39:43 2020
New Revision: 536985
URL: https://svnweb.freebsd.org/changeset/ports/536985

Log:
  graphics/drawpile: prepare for Qt5-5.15

Added:
  head/graphics/drawpile/files/patch-src_desktop_bundled_QtColorWidgets_color__wheel.cpp   (contents, props changed)
  head/graphics/drawpile/files/patch-src_desktop_widgets_popupmessage.h   (contents, props changed)

Added: head/graphics/drawpile/files/patch-src_desktop_bundled_QtColorWidgets_color__wheel.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/drawpile/files/patch-src_desktop_bundled_QtColorWidgets_color__wheel.cpp	Fri May 29 16:39:43 2020	(r536985)
@@ -0,0 +1,10 @@
+--- src/desktop/bundled/QtColorWidgets/color_wheel.cpp.orig	2020-05-29 16:35:46 UTC
++++ src/desktop/bundled/QtColorWidgets/color_wheel.cpp
+@@ -25,6 +25,7 @@
+ #include <QtMath>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QLineF>
+ #include <QDragEnterEvent>
+ #include <QMimeData>

Added: head/graphics/drawpile/files/patch-src_desktop_widgets_popupmessage.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/drawpile/files/patch-src_desktop_widgets_popupmessage.h	Fri May 29 16:39:43 2020	(r536985)
@@ -0,0 +1,10 @@
+--- src/desktop/widgets/popupmessage.h.orig	2020-05-29 16:32:32 UTC
++++ src/desktop/widgets/popupmessage.h
+@@ -20,6 +20,7 @@
+ #define POPUPMESSAGE_H
+ 
+ #include <QWidget>
++#include <QPainterPath>
+ 
+ class QTextDocument;
+ class QTimer;


More information about the svn-ports-head mailing list