From owner-svn-ports-head@freebsd.org Thu Jan 21 14:43:51 2016 Return-Path: Delivered-To: svn-ports-head@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 6A53AA8B2D6; Thu, 21 Jan 2016 14:43:51 +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 3BF191CB0; Thu, 21 Jan 2016 14:43:51 +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 u0LEhohs054495; Thu, 21 Jan 2016 14:43:50 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0LEhogt054494; Thu, 21 Jan 2016 14:43:50 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601211443.u0LEhogt054494@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 14:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406858 - head/net/quiterss/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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 14:43:51 -0000 Author: rakuco Date: Thu Jan 21 14:43:50 2016 New Revision: 406858 URL: https://svnweb.freebsd.org/changeset/ports/406858 Log: Add upstream patch to fix the build with the upcoming Qt 5.5.1. Added: head/net/quiterss/files/ head/net/quiterss/files/patch-git_798c831b (contents, props changed) Added: head/net/quiterss/files/patch-git_798c831b ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/quiterss/files/patch-git_798c831b Thu Jan 21 14:43:50 2016 (r406858) @@ -0,0 +1,26 @@ +Fixes the build with Qt 5.5.1. + +From 798c831ba1f1c3e4c2d382fad017aed94f8aff8c Mon Sep 17 00:00:00 2001 +From: Shilyaev Egor +Date: Sun, 30 Aug 2015 14:59:40 +0500 +Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B5=D0=B4=D1=83=D0=BF?= + =?UTF-8?q?=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20Qt?= + =?UTF-8?q?=205.5?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + 3rdparty/qtsingleapplication/qtlocalpeer.cpp | 1 + + 1 file changed, 1 insertion(+) + +--- 3rdparty/qtsingleapplication/qtlocalpeer.cpp ++++ 3rdparty/qtsingleapplication/qtlocalpeer.cpp +@@ -41,6 +41,7 @@ + + #include "qtlocalpeer.h" + #include ++#include + #include + + #if defined(Q_OS_WIN)