Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/transmission transmission: revert new patches, pro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/526a93e07ff3
branches:  trunk
changeset: 435979:526a93e07ff3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 22 13:43:12 2020 +0000

description:
transmission: revert new patches, probably a newer gcc is required

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, 1 insertions(+), 47 deletions(-)

diffs (70 lines):

diff -r 5edd1f811313 -r 526a93e07ff3 net/transmission/distinfo
--- a/net/transmission/distinfo Wed Jul 22 13:36:52 2020 +0000
+++ b/net/transmission/distinfo Wed Jul 22 13:43:12 2020 +0000
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.17 2020/07/22 13:25:40 wiz Exp $
+$NetBSD: distinfo,v 1.18 2020/07/22 13:43:12 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 5edd1f811313 -r 526a93e07ff3 net/transmission/patches/patch-qt_TorrentDelegate.h
--- a/net/transmission/patches/patch-qt_TorrentDelegate.h       Wed Jul 22 13:36:52 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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 5edd1f811313 -r 526a93e07ff3 net/transmission/patches/patch-qt_TorrentFilter.cc
--- a/net/transmission/patches/patch-qt_TorrentFilter.cc        Wed Jul 22 13:36:52 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$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 5edd1f811313 -r 526a93e07ff3 net/transmission/patches/patch-qt_TorrentModel.h
--- a/net/transmission/patches/patch-qt_TorrentModel.h  Wed Jul 22 13:36:52 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$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