Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2018 01:23:54 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478505 - head/games/chessx/files
Message-ID:  <201808310123.w7V1NsLs021502@repo.freebsd.org>

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



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