Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/transmission transmission-qt: build fix for NetBSD 8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/306ec9c686cd
branches:  trunk
changeset: 435977:306ec9c686cd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 22 13:25:40 2020 +0000

description:
transmission-qt: build fix for NetBSD 8.

Problem reported by spz.

diffstat:

 net/transmission/distinfo                           |   5 ++++-
 net/transmission/patches/patch-qt_TorrentDelegate.h |  15 +++++++++++++++
 net/transmission/patches/patch-qt_TorrentFilter.cc  |  14 ++++++++++++++
 net/transmission/patches/patch-qt_TorrentModel.h    |  14 ++++++++++++++
 4 files changed, 47 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r a03a93d73d1b -r 306ec9c686cd net/transmission/distinfo
--- a/net/transmission/distinfo Wed Jul 22 10:27:11 2020 +0000
+++ b/net/transmission/distinfo Wed Jul 22 13:25:40 2020 +0000
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.16 2020/07/13 13:01:01 wiz Exp $
+$NetBSD: distinfo,v 1.17 2020/07/22 13:25:40 wiz Exp $
 
 SHA1 (transmission-3.00.tar.xz) = fd6bd78cfe5a612b422a49e8193d82df2486a3c4
 RMD160 (transmission-3.00.tar.xz) = 5286c3e183474cba6ed1c6cfc022f4f5afab4fda
 SHA512 (transmission-3.00.tar.xz) = eeaf7fe46797326190008776a7fa641b6341c806b0f1684c2e7326c1284832a320440013e42a37acda9fd0ee5dca695f215d6263c8acb39188c5d9a836104a61
 Size (transmission-3.00.tar.xz) = 3329220 bytes
+SHA1 (patch-qt_TorrentDelegate.h) = 232da13b8442c1cfbd8b1c0a404505b42a4ca30c
+SHA1 (patch-qt_TorrentFilter.cc) = f1abc98bffb80d0412843fd465fe239f3175fbb3
+SHA1 (patch-qt_TorrentModel.h) = 2f87d7c7e9460207e59b343d90237a985df3a8ad
 SHA1 (patch-qt_qtr.pro) = e29629fada5bbb34e3b05b47092dba655b9d8265
diff -r a03a93d73d1b -r 306ec9c686cd net/transmission/patches/patch-qt_TorrentDelegate.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/transmission/patches/patch-qt_TorrentDelegate.h       Wed Jul 22 13:25:40 2020 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-qt_TorrentDelegate.h,v 1.1 2020/07/22 13:25:40 wiz Exp $
+
+Remove unneeded header that breaks build on NetBSD 8.
+
+--- qt/TorrentDelegate.h.orig  2020-05-22 11:04:23.458805360 +0000
++++ qt/TorrentDelegate.h
+@@ -8,8 +8,6 @@
+ 
+ #pragma once
+ 
+-#include <optional>
+-
+ #include <QStyledItemDelegate>
+ 
+ class QStyle;
diff -r a03a93d73d1b -r 306ec9c686cd net/transmission/patches/patch-qt_TorrentFilter.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/transmission/patches/patch-qt_TorrentFilter.cc        Wed Jul 22 13:25:40 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-qt_TorrentFilter.cc,v 1.1 2020/07/22 13:25:40 wiz Exp $
+
+Remove unneeded header that breaks build on NetBSD 8.
+
+--- qt/TorrentFilter.cc.orig   2020-05-22 11:04:23.458805360 +0000
++++ qt/TorrentFilter.cc
+@@ -7,7 +7,6 @@
+  */
+ 
+ #include <algorithm>
+-#include <optional>
+ 
+ #include "Filters.h"
+ #include "Prefs.h"
diff -r a03a93d73d1b -r 306ec9c686cd net/transmission/patches/patch-qt_TorrentModel.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/transmission/patches/patch-qt_TorrentModel.h  Wed Jul 22 13:25:40 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-qt_TorrentModel.h,v 1.1 2020/07/22 13:25:40 wiz Exp $
+
+Remove unneeded header that breaks build on NetBSD 8.
+
+--- qt/TorrentModel.h.orig     2020-05-22 11:04:23.458805360 +0000
++++ qt/TorrentModel.h
+@@ -8,7 +8,6 @@
+ 
+ #pragma once
+ 
+-#include <optional>
+ #include <vector>
+ 
+ #include <QAbstractListModel>



Home | Main Index | Thread Index | Old Index