svn commit: r535878 - head/games/cockatrice/files

Tobias C. Berner tcberner at FreeBSD.org
Tue May 19 18:06:30 UTC 2020


Author: tcberner
Date: Tue May 19 18:06:29 2020
New Revision: 535878
URL: https://svnweb.freebsd.org/changeset/ports/535878

Log:
  games/cockatrice: prepare for Qt5-5.15

Added:
  head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h   (contents, props changed)
  head/games/cockatrice/files/patch-cockatrice_src_playertarget.cpp   (contents, props changed)
  head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp   (contents, props changed)

Added: head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/cockatrice/files/patch-cockatrice_src_arrowitem.h	Tue May 19 18:06:29 2020	(r535878)
@@ -0,0 +1,10 @@
+--- cockatrice/src/arrowitem.h.orig	2020-05-19 17:58:03 UTC
++++ cockatrice/src/arrowitem.h
+@@ -2,6 +2,7 @@
+ #define ARROWITEM_H
+ 
+ #include <QGraphicsItem>
++#include <QPainterPath>
+ 
+ class CardItem;
+ class QGraphicsSceneMouseEvent;

Added: head/games/cockatrice/files/patch-cockatrice_src_playertarget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/cockatrice/files/patch-cockatrice_src_playertarget.cpp	Tue May 19 18:06:29 2020	(r535878)
@@ -0,0 +1,10 @@
+--- cockatrice/src/playertarget.cpp.orig	2020-05-19 17:58:07 UTC
++++ cockatrice/src/playertarget.cpp
+@@ -6,6 +6,7 @@
+ 
+ #include <QDebug>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmapCache>
+ #include <cmath>
+ #ifdef _WIN32

Added: head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/cockatrice/files/patch-cockatrice_src_replay__timeline__widget.cpp	Tue May 19 18:06:29 2020	(r535878)
@@ -0,0 +1,10 @@
+--- cockatrice/src/replay_timeline_widget.cpp.orig	2020-05-19 17:57:56 UTC
++++ cockatrice/src/replay_timeline_widget.cpp
+@@ -1,6 +1,7 @@
+ #include "replay_timeline_widget.h"
+ 
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPalette>
+ #include <QTimer>
+ #include <cmath>


More information about the svn-ports-head mailing list