Date: Tue, 19 May 2020 18:06:29 +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: r535878 - head/games/cockatrice/files Message-ID: <202005191806.04JI6T4r077024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191806.04JI6T4r077024>