svn commit: r536081 - head/games/hedgewars/files

Tobias C. Berner tcberner at FreeBSD.org
Thu May 21 07:35:10 UTC 2020


Author: tcberner
Date: Thu May 21 07:35:09 2020
New Revision: 536081
URL: https://svnweb.freebsd.org/changeset/ports/536081

Log:
  games/hdegewars: pepare for Qt5-5.15

Added:
  head/games/hedgewars/files/
  head/games/hedgewars/files/patch-QTfrontend_drawmapscene.cpp   (contents, props changed)
  head/games/hedgewars/files/patch-QTfrontend_ui_page_pagegamestats.cpp   (contents, props changed)

Added: head/games/hedgewars/files/patch-QTfrontend_drawmapscene.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/hedgewars/files/patch-QTfrontend_drawmapscene.cpp	Thu May 21 07:35:09 2020	(r536081)
@@ -0,0 +1,10 @@
+--- QTfrontend/drawmapscene.cpp.orig	2020-05-21 07:21:20 UTC
++++ QTfrontend/drawmapscene.cpp
+@@ -19,6 +19,7 @@
+ #include <QGraphicsSceneMouseEvent>
+ #include <QGraphicsPathItem>
+ #include <QtEndian>
++#include <QPainterPath>
+ #include <QDebug>
+ #include <QTransform>
+ #include <math.h>

Added: head/games/hedgewars/files/patch-QTfrontend_ui_page_pagegamestats.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/hedgewars/files/patch-QTfrontend_ui_page_pagegamestats.cpp	Thu May 21 07:35:09 2020	(r536081)
@@ -0,0 +1,10 @@
+--- QTfrontend/ui/page/pagegamestats.cpp.orig	2020-05-21 07:21:30 UTC
++++ QTfrontend/ui/page/pagegamestats.cpp
+@@ -22,6 +22,7 @@
+ #include <QGraphicsScene>
+ #include <QGroupBox>
+ #include <QSizePolicy>
++#include <QPainterPath>
+ 
+ #include "pagegamestats.h"
+ #include "team.h"


More information about the svn-ports-all mailing list