svn commit: r536080 - head/games/freeciv/files

Tobias C. Berner tcberner at FreeBSD.org
Thu May 21 07:34:55 UTC 2020


Author: tcberner
Date: Thu May 21 07:34:54 2020
New Revision: 536080
URL: https://svnweb.freebsd.org/changeset/ports/536080

Log:
  games/freeciv: prepare for Qt5-5.15

Added:
  head/games/freeciv/files/patch-client_gui-qt_canvas.cpp   (contents, props changed)
  head/games/freeciv/files/patch-client_gui-qt_dialogs.cpp   (contents, props changed)

Added: head/games/freeciv/files/patch-client_gui-qt_canvas.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/freeciv/files/patch-client_gui-qt_canvas.cpp	Thu May 21 07:34:54 2020	(r536080)
@@ -0,0 +1,10 @@
+--- client/gui-qt/canvas.cpp.orig	2020-05-21 07:25:19 UTC
++++ client/gui-qt/canvas.cpp
+@@ -18,6 +18,7 @@
+ // Qt
+ #include <QFontMetrics>
+ #include <QPainter>
++#include <QPainterPath>
+ 
+ // qt-client
+ #include "canvas.h"

Added: head/games/freeciv/files/patch-client_gui-qt_dialogs.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/freeciv/files/patch-client_gui-qt_dialogs.cpp	Thu May 21 07:34:54 2020	(r536080)
@@ -0,0 +1,10 @@
+--- client/gui-qt/dialogs.cpp.orig	2020-05-21 07:25:26 UTC
++++ client/gui-qt/dialogs.cpp
+@@ -24,6 +24,7 @@
+ #include <QMessageBox>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QRadioButton>
+ #include <QRect>
+ #include <QSignalMapper>


More information about the svn-ports-head mailing list