pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/kdeadmin3 Re-add (part of) this patch - solaris s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/90b5ec9bd31e
branches: trunk
changeset: 461068:90b5ec9bd31e
user: markd <markd%pkgsrc.org@localhost>
date: Wed Sep 10 12:31:55 2003 +0000
description:
Re-add (part of) this patch - solaris still needs it.
diffstat:
misc/kdeadmin3/distinfo | 3 ++-
misc/kdeadmin3/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 60b0ecebaa7c -r 90b5ec9bd31e misc/kdeadmin3/distinfo
--- a/misc/kdeadmin3/distinfo Wed Sep 10 12:13:19 2003 +0000
+++ b/misc/kdeadmin3/distinfo Wed Sep 10 12:31:55 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2003/07/30 14:08:42 markd Exp $
+$NetBSD: distinfo,v 1.11 2003/09/10 12:31:56 markd Exp $
SHA1 (kdeadmin-3.1.3.tar.bz2) = f1364ea225cba21b9c83e0b4565097cf3effe1f3
Size (kdeadmin-3.1.3.tar.bz2) = 1557695 bytes
+SHA1 (patch-aa) = 84c7fd5c9e9eb868f0c34d9d96dcde6d8c9a7ed1
SHA1 (patch-ab) = fc8bbc150fd692be3e31d626439963899b0e5519
diff -r 60b0ecebaa7c -r 90b5ec9bd31e misc/kdeadmin3/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdeadmin3/patches/patch-aa Wed Sep 10 12:31:55 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2003/09/10 12:31:55 markd Exp $
+
+--- kuser/mnt.cpp.orig 2003-07-14 07:22:05.000000000 +1200
++++ kuser/mnt.cpp
+@@ -98,7 +98,7 @@ Mounts::Mounts() {
+ if (!CORRECT_FSTYPE((const char *)mt->mnt_fstype))
+ continue;
+
+- quotafilename = QString("%1%2%3")
++ quotafilename = QString::fromLatin1("%1%2%3")
+ .arg(QString::fromLatin1(mt->mnt_mountp))
+ .arg(QString::fromLatin1((mt->mnt_mountp[strlen(mt->mnt_mountp) - 1] == '/') ? "" : "/"))
+ .arg(QString::fromLatin1(_KU_QUOTAFILENAME));
Home |
Main Index |
Thread Index |
Old Index