svn commit: r479239 - head/net-im/psi/files

Jason E. Hale jhale at FreeBSD.org
Sat Sep 8 09:23:50 UTC 2018


Author: jhale
Date: Sat Sep  8 09:23:49 2018
New Revision: 479239
URL: https://svnweb.freebsd.org/changeset/ports/479239

Log:
  Fix build with Qt 5.11
  
  PR:		230884

Added:
  head/net-im/psi/files/patch-git_4b838c0   (contents, props changed)

Added: head/net-im/psi/files/patch-git_4b838c0
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/psi/files/patch-git_4b838c0	Sat Sep  8 09:23:49 2018	(r479239)
@@ -0,0 +1,15 @@
+From 4b838c04fa90ab56974bc4c57aaf7d4e80b8fff8 Mon Sep 17 00:00:00 2001
+From: Vitozz <thetvg at gmail.com>
+Date: Mon, 28 May 2018 20:45:04 +0300
+Subject: [PATCH] Try to fix build with qt-5.11
+
+--- src/accountmanagedlg.cpp.orig
++++ src/accountmanagedlg.cpp
+@@ -28,6 +28,7 @@
+ #include <QTimer>
+ #include <QHeaderView>
+ #include <QDropEvent>
++#include <QButtonGroup>
+ 
+ #include "psicon.h"
+ #include "psiaccount.h"


More information about the svn-ports-head mailing list