summaryrefslogtreecommitdiff
path: root/net/ktorrent
diff options
context:
space:
mode:
authorjoerg <joerg>2012-12-22 20:02:36 +0000
committerjoerg <joerg>2012-12-22 20:02:36 +0000
commit411322cd4808451e37ebd9c94dc5d5d0d2c15eaf (patch)
tree77c539f26cf6f7af2c17ef1cd0ffe90632690b6d /net/ktorrent
parent425d74b5639b70a07e3fe0e383f86883874aaf30 (diff)
downloadpkgsrc-411322cd4808451e37ebd9c94dc5d5d0d2c15eaf.tar.gz
Don't forward declare a type that is pulled in via using.
Diffstat (limited to 'net/ktorrent')
-rw-r--r--net/ktorrent/distinfo4
-rw-r--r--net/ktorrent/patches/patch-ktorrent_view_view.h12
-rw-r--r--net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h12
3 files changed, 27 insertions, 1 deletions
diff --git a/net/ktorrent/distinfo b/net/ktorrent/distinfo
index ef955be837e..7d58a23f81f 100644
--- a/net/ktorrent/distinfo
+++ b/net/ktorrent/distinfo
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.15 2012/09/03 10:14:44 marino Exp $
+$NetBSD: distinfo,v 1.16 2012/12/22 20:02:36 joerg Exp $
SHA1 (ktorrent-4.2.1.tar.bz2) = 3f52c4a10011a49d304c08a3bb1290a022e0c53f
RMD160 (ktorrent-4.2.1.tar.bz2) = 571bbd2aec23fcb5e37e7e83b4e67260f9c460bc
Size (ktorrent-4.2.1.tar.bz2) = 3082436 bytes
+SHA1 (patch-ktorrent_view_view.h) = d24b5b738542eb245b13a90786c1b2f4b468c38c
+SHA1 (patch-libktcore_groups_torrentgroup.h) = 32486c7850a8ce1a8779ca90b0781ac9d362233e
SHA1 (patch-plugins_webinterface_httpresponseheader.cpp) = e9a32ad9af676a329079fb6cff3510baffacbf5e
SHA1 (patch-plugins_webinterface_httpresponseheader.h) = f89ff3151b0153cf6bc58d379aa3a2981e760d9b
diff --git a/net/ktorrent/patches/patch-ktorrent_view_view.h b/net/ktorrent/patches/patch-ktorrent_view_view.h
new file mode 100644
index 00000000000..0933c461202
--- /dev/null
+++ b/net/ktorrent/patches/patch-ktorrent_view_view.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-ktorrent_view_view.h,v 1.1 2012/12/22 20:02:37 joerg Exp $
+
+--- ktorrent/view/view.h.orig 2012-12-22 19:35:16.000000000 +0000
++++ ktorrent/view/view.h
+@@ -40,7 +40,6 @@ namespace kt
+ class ViewSelectionModel;
+ class ViewDelegate;
+ class Group;
+- class TorrentInterface;
+
+ class View : public QTreeView
+ {
diff --git a/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h b/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h
new file mode 100644
index 00000000000..a012dc5ac97
--- /dev/null
+++ b/net/ktorrent/patches/patch-libktcore_groups_torrentgroup.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-libktcore_groups_torrentgroup.h,v 1.1 2012/12/22 20:02:37 joerg Exp $
+
+--- libktcore/groups/torrentgroup.h.orig 2012-12-22 19:31:00.000000000 +0000
++++ libktcore/groups/torrentgroup.h
+@@ -29,7 +29,6 @@ namespace kt
+ {
+
+ class QueueManager;
+- class TorrentInterface;
+
+ /**
+ @author Joris Guisson <joris.guisson@gmail.com>