pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/kdebase3 Add post 3.5.10 patch from KDE subversion...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5cc3285a4305
branches: trunk
changeset: 394147:5cc3285a4305
user: hasso <hasso%pkgsrc.org@localhost>
date: Sat Jun 06 04:59:50 2009 +0000
description:
Add post 3.5.10 patch from KDE subversion repo to make fish copy reliable.
Bump PKGREVISION.
diffstat:
x11/kdebase3/Makefile | 4 ++--
x11/kdebase3/distinfo | 3 ++-
x11/kdebase3/patches/patch-ae | 15 +++++++++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
diffs (49 lines):
diff -r b19fe447d8ba -r 5cc3285a4305 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile Sat Jun 06 00:48:39 2009 +0000
+++ b/x11/kdebase3/Makefile Sat Jun 06 04:59:50 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.148 2009/05/26 21:41:06 rillig Exp $
+# $NetBSD: Makefile,v 1.149 2009/06/06 04:59:50 hasso Exp $
DISTNAME= kdebase-${_KDE_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
COMMENT= Base modules for the KDE 3 integrated X11 desktop
diff -r b19fe447d8ba -r 5cc3285a4305 x11/kdebase3/distinfo
--- a/x11/kdebase3/distinfo Sat Jun 06 00:48:39 2009 +0000
+++ b/x11/kdebase3/distinfo Sat Jun 06 04:59:50 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.108 2008/08/27 12:05:02 markd Exp $
+$NetBSD: distinfo,v 1.109 2009/06/06 04:59:50 hasso Exp $
SHA1 (Daemon.README) = eb1e6af52adc02ded77af17e8953134b7e60d23b
RMD160 (Daemon.README) = 39edd92ed4314397080f32a8caff0ac3f716ecf4
@@ -16,6 +16,7 @@
SHA1 (patch-ab) = 353de4dfb9f465ad5c3349f65854726fdb52dbed
SHA1 (patch-ac) = 8be0f15be839f4f01d3e079501b83e27f1fab2eb
SHA1 (patch-ad) = 031e5622acb376ce1867d08b35c55bce101e8855
+SHA1 (patch-ae) = 6047be3b046e3ca9a847dac281f7b582cd54d074
SHA1 (patch-af) = bf23bacbca7e5e5e85c64ee89acfadddce473eb4
SHA1 (patch-ag) = c2d1318f7f0d539b976fa1c1e2b234ef45056cb3
SHA1 (patch-ah) = 828fd2c11b466b9fe3b09346dc713a969a5f280f
diff -r b19fe447d8ba -r 5cc3285a4305 x11/kdebase3/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kdebase3/patches/patch-ae Sat Jun 06 04:59:50 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.10 2009/06/06 04:59:50 hasso Exp $
+
+http://websvn.kde.org/?view=rev&revision=911492
+
+--- kioslave/fish/fish.cpp.orig 2009-01-16 11:09:18 +0200
++++ kioslave/fish/fish.cpp 2009-01-16 11:10:38 +0200
+@@ -1430,7 +1430,7 @@ void fishProtocol::run() {
+ sent();
+ }
+ }
+- if (FD_ISSET(childFd,&rfds)) {
++ else if (FD_ISSET(childFd,&rfds)) {
+ rc = read(childFd,buf+offset,32768-offset);
+ //myDebug( << "read " << rc << " bytes" << endl);
+ if (rc > 0) {
Home |
Main Index |
Thread Index |
Old Index