Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/psi psi: Fix Qt 5.15 fallout



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7232187cfe9
branches:  trunk
changeset: 434537:a7232187cfe9
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jun 18 13:55:15 2020 +0000

description:
psi: Fix Qt 5.15 fallout

diffstat:

 chat/psi/Makefile                                  |   4 ++--
 chat/psi/distinfo                                  |   5 ++++-
 chat/psi/patches/patch-src_avatars.cpp             |  14 ++++++++++++++
 chat/psi/patches/patch-src_contactlistdragview.cpp |  14 ++++++++++++++
 chat/psi/patches/patch-src_rosteravatarframe.cpp   |  14 ++++++++++++++
 5 files changed, 48 insertions(+), 3 deletions(-)

diffs (88 lines):

diff -r 80d4fe843d03 -r a7232187cfe9 chat/psi/Makefile
--- a/chat/psi/Makefile Thu Jun 18 13:48:54 2020 +0000
+++ b/chat/psi/Makefile Thu Jun 18 13:55:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2020/06/02 08:23:20 adam Exp $
+# $NetBSD: Makefile,v 1.99 2020/06/18 13:55:15 nia Exp $
 
 DISTNAME=      psi-1.4
 PKGREVISION=   8
@@ -17,7 +17,7 @@
 DISTFILES=     ${DEFAULT_DISTFILES}
 
 USE_TOOLS+=    gmake unzip pkg-config
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 HAS_CONFIGURE= yes
 
diff -r 80d4fe843d03 -r a7232187cfe9 chat/psi/distinfo
--- a/chat/psi/distinfo Thu Jun 18 13:48:54 2020 +0000
+++ b/chat/psi/distinfo Thu Jun 18 13:55:15 2020 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.28 2019/02/08 14:56:01 nia Exp $
+$NetBSD: distinfo,v 1.29 2020/06/18 13:55:15 nia Exp $
 
 SHA1 (psi-1.4/psi-1.4.tar.xz) = 55c61cc0c1e3990f5a97619dc79fbe320f778770
 RMD160 (psi-1.4/psi-1.4.tar.xz) = 2f047baa0e2af16c949f6bb33667124253e231e4
 SHA512 (psi-1.4/psi-1.4.tar.xz) = 9bb8da58809270e5387e024f5ea031e28441e66cde53cde219beebe7b46bfa5c41d0a86110d1936d0ac2e15483ffb947f8998cbeeb415f72553cb78b67c57ed1
 Size (psi-1.4/psi-1.4.tar.xz) = 2119840 bytes
 SHA1 (patch-src_accountmanagedlg.cpp) = ca40ab15b01121a327b4774fb9f6284341f055bd
+SHA1 (patch-src_avatars.cpp) = 0f96f4359f7a853725d9871b893d50d54009b013
+SHA1 (patch-src_contactlistdragview.cpp) = 542c027e91a0945a821a34aedd713834612d3672
 SHA1 (patch-src_options_opt__application.cpp) = b0ddccbd3ffec0d89daa85e92f0ef06bc2d7fe68
+SHA1 (patch-src_rosteravatarframe.cpp) = 34879bfa7d76c542d8882e762b6610059dbafa30
diff -r 80d4fe843d03 -r a7232187cfe9 chat/psi/patches/patch-src_avatars.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/psi/patches/patch-src_avatars.cpp    Thu Jun 18 13:55:15 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_avatars.cpp,v 1.1 2020/06/18 13:55:15 nia Exp $
+
+Fix Qt 5.15 build issues
+
+--- src/avatars.cpp.orig       2018-11-02 00:15:39.000000000 +0000
++++ src/avatars.cpp
+@@ -34,6 +34,7 @@
+ #include <QFile>
+ #include <QBuffer>
+ #include <QPainter>
++#include <QPainterPath>
+ 
+ #include "xmpp_xmlcommon.h"
+ #include "xmpp_vcard.h"
diff -r 80d4fe843d03 -r a7232187cfe9 chat/psi/patches/patch-src_contactlistdragview.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/psi/patches/patch-src_contactlistdragview.cpp        Thu Jun 18 13:55:15 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_contactlistdragview.cpp,v 1.1 2020/06/18 13:55:15 nia Exp $
+
+Fix Qt 5.15 build issues
+
+--- src/contactlistdragview.cpp.orig   2018-11-02 00:15:39.000000000 +0000
++++ src/contactlistdragview.cpp
+@@ -43,6 +43,7 @@
+ #include <QMimeData>
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QScrollBar>
+ #include <QMessageBox>
+ 
diff -r 80d4fe843d03 -r a7232187cfe9 chat/psi/patches/patch-src_rosteravatarframe.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/psi/patches/patch-src_rosteravatarframe.cpp  Thu Jun 18 13:55:15 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_rosteravatarframe.cpp,v 1.1 2020/06/18 13:55:15 nia Exp $
+
+Fix Qt 5.15 build issues
+
+--- src/rosteravatarframe.cpp.orig     2018-11-02 00:15:39.000000000 +0000
++++ src/rosteravatarframe.cpp
+@@ -22,6 +22,7 @@
+ #include "psioptions.h"
+ #include "iconset.h"
+ #include "qpainter.h"
++#include "qpainterpath.h"
+ 
+ 
+ RosterAvatarFrame::RosterAvatarFrame(QWidget *parent)



Home | Main Index | Thread Index | Old Index