pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/rtorrent Fix a bug in the tab-completion. When the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b796d06fd1b
branches: trunk
changeset: 499499:9b796d06fd1b
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Sep 26 07:49:06 2005 +0000
description:
Fix a bug in the tab-completion. When the prefix is not unique, rtorrent
would have hit an internal assertion later. The patch is a merge from
the unstable tree as suggested by the author.
Bump revision to 1.
diffstat:
net/rtorrent/Makefile | 3 ++-
net/rtorrent/distinfo | 3 ++-
net/rtorrent/patches/patch-aa | 14 ++++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r 09f38ba0efed -r 9b796d06fd1b net/rtorrent/Makefile
--- a/net/rtorrent/Makefile Mon Sep 26 01:04:10 2005 +0000
+++ b/net/rtorrent/Makefile Mon Sep 26 07:49:06 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/22 22:28:08 adam Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/26 07:49:06 joerg Exp $
DISTNAME= rtorrent-0.3.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
diff -r 09f38ba0efed -r 9b796d06fd1b net/rtorrent/distinfo
--- a/net/rtorrent/distinfo Mon Sep 26 01:04:10 2005 +0000
+++ b/net/rtorrent/distinfo Mon Sep 26 07:49:06 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/22 22:28:08 adam Exp $
+$NetBSD: distinfo,v 1.2 2005/09/26 07:49:06 joerg Exp $
SHA1 (rtorrent-0.3.0.tar.gz) = f9872d0112918f16d386e97149fb09e509a08af0
RMD160 (rtorrent-0.3.0.tar.gz) = a26936d013b795ec8606c407fe02c8cf02e997ce
Size (rtorrent-0.3.0.tar.gz) = 194518 bytes
+SHA1 (patch-aa) = 4938f4f38c52f72b64d348c52c02f29f3217846b
diff -r 09f38ba0efed -r 9b796d06fd1b net/rtorrent/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rtorrent/patches/patch-aa Mon Sep 26 07:49:06 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2005/09/26 07:49:06 joerg Exp $
+
+--- src/ui/element_string_list.cc.orig 2005-09-25 19:07:46.000000000 +0200
++++ src/ui/element_string_list.cc
+@@ -43,7 +43,8 @@
+
+ namespace ui {
+
+-ElementStringList::ElementStringList() {
++ElementStringList::ElementStringList():
++ m_window(NULL) {
+ m_list.push_back("Test string 1");
+ m_list.push_back("Test string 2");
+ }
Home |
Main Index |
Thread Index |
Old Index