pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdebase4/patches patch-ab was old and shouldn't ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17a4857253d8
branches:  trunk
changeset: 565782:17a4857253d8
user:      markd <markd%pkgsrc.org@localhost>
date:      Sat Oct 10 10:31:25 2009 +0000

description:
patch-ab was old and shouldn't have been commited, remove it.

diffstat:

 x11/kdebase4/patches/patch-ab |  22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diffs (26 lines):

diff -r b24a286f57aa -r 17a4857253d8 x11/kdebase4/patches/patch-ab
--- a/x11/kdebase4/patches/patch-ab     Sat Oct 10 08:33:24 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/10/02 19:43:39 markd Exp $
-
---- apps/kinfocenter/base/info_netbsd.cpp.orig 2008-04-18 19:21:39.000000000 +1200
-+++ apps/kinfocenter/base/info_netbsd.cpp
-@@ -210,7 +210,7 @@ bool GetInfo_Sound(QTreeWidget* tree) {
- 
-               s = (*it)->text(0);
-               // The autoconf message is in form 'audio0 at auvia0: ...'
--              if (s.find("audio") == 0 && (pos = s.find(" at ")) > 0) {
-+              if (s.indexOf("audio") == 0 && (pos = s.indexOf(" at ")) > 0) {
-                       s2 = s.mid(pos+4); // skip " at "
-                       s2.remove(QRegExp("[:\n\t ].*"));
-                       dev = strdup(s2.toAscii().data());
-@@ -244,7 +244,7 @@ bool GetInfo_SCSI(QTreeWidget* tree) {
-               QString s = (*it)->text(0);
- 
-               if (s.contains("seconds for devices to settle")) {
--                      delete tree->takeItem( tree->indexOfTopLevelItem(*it) );
-+                      delete tree->takeTopLevelItem( tree->indexOfTopLevelItem(*it) );
-                       break;
-               }
- 



Home | Main Index | Thread Index | Old Index