pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/transmission



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 22 13:25:40 UTC 2020

Modified Files:
        pkgsrc/net/transmission: distinfo
Added Files:
        pkgsrc/net/transmission/patches: patch-qt_TorrentDelegate.h
            patch-qt_TorrentFilter.cc patch-qt_TorrentModel.h

Log Message:
transmission-qt: build fix for NetBSD 8.

Problem reported by spz.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/transmission/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/transmission/patches/patch-qt_TorrentDelegate.h \
    pkgsrc/net/transmission/patches/patch-qt_TorrentFilter.cc \
    pkgsrc/net/transmission/patches/patch-qt_TorrentModel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/transmission/distinfo
diff -u pkgsrc/net/transmission/distinfo:1.16 pkgsrc/net/transmission/distinfo:1.17
--- pkgsrc/net/transmission/distinfo:1.16       Mon Jul 13 13:01:01 2020
+++ pkgsrc/net/transmission/distinfo    Wed Jul 22 13:25:40 2020
@@ -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

Added files:

Index: pkgsrc/net/transmission/patches/patch-qt_TorrentDelegate.h
diff -u /dev/null pkgsrc/net/transmission/patches/patch-qt_TorrentDelegate.h:1.1
--- /dev/null   Wed Jul 22 13:25:40 2020
+++ pkgsrc/net/transmission/patches/patch-qt_TorrentDelegate.h  Wed Jul 22 13:25:40 2020
@@ -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;
Index: pkgsrc/net/transmission/patches/patch-qt_TorrentFilter.cc
diff -u /dev/null pkgsrc/net/transmission/patches/patch-qt_TorrentFilter.cc:1.1
--- /dev/null   Wed Jul 22 13:25:40 2020
+++ pkgsrc/net/transmission/patches/patch-qt_TorrentFilter.cc   Wed Jul 22 13:25:40 2020
@@ -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"
Index: pkgsrc/net/transmission/patches/patch-qt_TorrentModel.h
diff -u /dev/null pkgsrc/net/transmission/patches/patch-qt_TorrentModel.h:1.1
--- /dev/null   Wed Jul 22 13:25:40 2020
+++ pkgsrc/net/transmission/patches/patch-qt_TorrentModel.h     Wed Jul 22 13:25:40 2020
@@ -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