svn commit: r478505 - head/games/chessx/files

Jason E. Hale jhale at FreeBSD.org
Fri Aug 31 01:23:56 UTC 2018


Author: jhale
Date: Fri Aug 31 01:23:54 2018
New Revision: 478505
URL: https://svnweb.freebsd.org/changeset/ports/478505

Log:
  Fix build with Qt 5.11
  
  PR:		230884

Added:
  head/games/chessx/files/patch-src_dialogs_preferences.cpp   (contents, props changed)
  head/games/chessx/files/patch-src_dialogs_savedialog.cpp   (contents, props changed)
  head/games/chessx/files/patch-src_gui_gamewindow.cpp   (contents, props changed)

Added: head/games/chessx/files/patch-src_dialogs_preferences.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/chessx/files/patch-src_dialogs_preferences.cpp	Fri Aug 31 01:23:54 2018	(r478505)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- src/dialogs/preferences.cpp.orig	2018-08-31 00:53:54 UTC
++++ src/dialogs/preferences.cpp
+@@ -21,6 +21,7 @@
+ #include "engineoptiondialog.h"
+ #include "downloadmanager.h"
+ 
++#include <QAction>
+ #include <QCheckBox>
+ #include <QColorDialog>
+ #include <QComboBox>

Added: head/games/chessx/files/patch-src_dialogs_savedialog.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/chessx/files/patch-src_dialogs_savedialog.cpp	Fri Aug 31 01:23:54 2018	(r478505)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- src/dialogs/savedialog.cpp.orig	2018-08-31 00:54:35 UTC
++++ src/dialogs/savedialog.cpp
+@@ -22,6 +22,7 @@
+ #include "settings.h"
+ #include "tags.h"
+ 
++#include <QButtonGroup>
+ #include <QLineEdit>
+ #include <QCompleter>
+ 

Added: head/games/chessx/files/patch-src_gui_gamewindow.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/chessx/files/patch-src_gui_gamewindow.cpp	Fri Aug 31 01:23:54 2018	(r478505)
@@ -0,0 +1,12 @@
+Fix build with Qt 5.11
+
+--- src/gui/gamewindow.cpp.orig	2018-08-31 00:55:39 UTC
++++ src/gui/gamewindow.cpp
+@@ -8,6 +8,7 @@
+ #include "nag.h"
+ #include "settings.h"
+ 
++#include <QAction>
+ #include <QToolButton>
+ 
+ #if defined(_MSC_VER) && defined(_DEBUG)


More information about the svn-ports-head mailing list