Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2020 10:37:13 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536104 - head/net-im/psi/files
Message-ID:  <202005211037.04LAbDuN087340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May 21 10:37:13 2020
New Revision: 536104
URL: https://svnweb.freebsd.org/changeset/ports/536104

Log:
  net-im/psi: prepare for Qt5-5.15

Added:
  head/net-im/psi/files/patch-src_avatars.cpp   (contents, props changed)
  head/net-im/psi/files/patch-src_contactlistdragview.cpp   (contents, props changed)
  head/net-im/psi/files/patch-src_rosteravatarframe.cpp   (contents, props changed)
  head/net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp   (contents, props changed)

Added: head/net-im/psi/files/patch-src_avatars.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/psi/files/patch-src_avatars.cpp	Thu May 21 10:37:13 2020	(r536104)
@@ -0,0 +1,10 @@
+--- src/avatars.cpp.orig	2020-05-21 10:25:20 UTC
++++ src/avatars.cpp
+@@ -34,6 +34,7 @@
+ #include <QFile>
+ #include <QBuffer>
+ #include <QPainter>
++#include <QPainterPath>
+ 
+ #include "xmpp_xmlcommon.h"
+ #include "xmpp_vcard.h"

Added: head/net-im/psi/files/patch-src_contactlistdragview.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/psi/files/patch-src_contactlistdragview.cpp	Thu May 21 10:37:13 2020	(r536104)
@@ -0,0 +1,10 @@
+--- src/contactlistdragview.cpp.orig	2020-05-21 10:25:20 UTC
++++ src/contactlistdragview.cpp
+@@ -43,6 +43,7 @@
+ #include <QMimeData>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QScrollBar>
+ #include <QMessageBox>
+ 

Added: head/net-im/psi/files/patch-src_rosteravatarframe.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/psi/files/patch-src_rosteravatarframe.cpp	Thu May 21 10:37:13 2020	(r536104)
@@ -0,0 +1,10 @@
+--- src/rosteravatarframe.cpp.orig	2020-05-21 10:25:20 UTC
++++ src/rosteravatarframe.cpp
+@@ -22,6 +22,7 @@
+ #include "psioptions.h"
+ #include "iconset.h"
+ #include "qpainter.h"
++#include <QPainterPath>
+ 
+ 
+ RosterAvatarFrame::RosterAvatarFrame(QWidget *parent)

Added: head/net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/psi/files/patch-src_whiteboarding_wbnewpath.cpp	Thu May 21 10:37:13 2020	(r536104)
@@ -0,0 +1,10 @@
+--- src/whiteboarding/wbnewpath.cpp.orig	2020-05-21 10:25:20 UTC
++++ src/whiteboarding/wbnewpath.cpp
+@@ -23,6 +23,7 @@
+ #include "../sxe/sxesession.h"
+ 
+ #include <QGraphicsScene>
++#include <QPainterPath>
+ 
+ WbNewPath::WbNewPath(QGraphicsScene* s, QPointF startPos, int strokeWidth, const QColor &strokeColor, const QColor &fillColor) : WbNewItem(s) {
+ 	controlPoint_ = 0;



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