Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 2016 15:08:18 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406859 - head/mail/trojita/files
Message-ID:  <201601211508.u0LF8IIH062136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Jan 21 15:08:17 2016
New Revision: 406859
URL: https://svnweb.freebsd.org/changeset/ports/406859

Log:
  Add upstream patch to fix the build with the upcoming Qt 5.5.1.

Added:
  head/mail/trojita/files/
  head/mail/trojita/files/patch-git_8a2496c2   (contents, props changed)

Added: head/mail/trojita/files/patch-git_8a2496c2
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/trojita/files/patch-git_8a2496c2	Thu Jan 21 15:08:17 2016	(r406859)
@@ -0,0 +1,30 @@
+commit 8a2496c273f2b0034f0edcc525e4987938a86c50
+Author: Jan Kundrát <jkt@kde.org>
+Date:   Tue Mar 10 14:41:20 2015 +0100
+
+    Fix build with (unreleased) Qt 5.5
+
+    It is our fault for not including the headers we need, of course.
+
+    Change-Id: Ibaa1df4a8b763bf6ae611c85cbdeeac5d2e3f9fd
+
+--- src/AbookAddressbook/AbookAddressbook.h
++++ src/AbookAddressbook/AbookAddressbook.h
+@@ -25,6 +25,7 @@
+ #ifndef ABOOK_ADDRESSBOOK
+ #define ABOOK_ADDRESSBOOK
+ 
++#include <QObject>
+ #include <QPair>
+ #include "Gui/AbstractAddressbook.h"
+ 
+--- src/Imap/Model/MailboxMetadata.cpp
++++ src/Imap/Model/MailboxMetadata.cpp
+@@ -20,6 +20,7 @@
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+ #include "MailboxMetadata.h"
++#include <QDataStream>
+ 
+ namespace Imap
+ {



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