Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 07:34:55 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536080 - head/games/freeciv/files
Message-ID:  <202005210734.04L7Yt46074871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005210734.04L7Yt46074871>