svn commit: r406858 - head/net/quiterss/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Jan 21 14:43:51 UTC 2016


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 <egor.shilyaev at gmail.com>
+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 <QCoreApplication>
++#include <QDataStream>
+ #include <QTime>
+ 
+ #if defined(Q_OS_WIN)


More information about the svn-ports-all mailing list