From owner-svn-ports-all@freebsd.org Thu Jan 21 15:08:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43CE2A8BBAA; Thu, 21 Jan 2016 15:08:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 136021C2F; Thu, 21 Jan 2016 15:08:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0LF8IIT062137; Thu, 21 Jan 2016 15:08:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LF8IIH062136; Thu, 21 Jan 2016 15:08:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211508.u0LF8IIH062136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 21 Jan 2016 15:08:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406859 - head/mail/trojita/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 15:08:19 -0000 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 +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 + #include + #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 . + */ + #include "MailboxMetadata.h" ++#include + + namespace Imap + {