pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/kdepim2 Correct a buglet in a function definition...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69282a016e4e
branches:  trunk
changeset: 476550:69282a016e4e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 13 21:15:55 2004 +0000

description:
Correct a buglet in a function definition, to make gcc 3.3 happy.

diffstat:

 misc/kdepim2/distinfo         |   3 ++-
 misc/kdepim2/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 0209803dfa83 -r 69282a016e4e misc/kdepim2/distinfo
--- a/misc/kdepim2/distinfo     Sun Jun 13 20:53:14 2004 +0000
+++ b/misc/kdepim2/distinfo     Sun Jun 13 21:15:55 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2003/05/13 20:02:50 jmc Exp $
+$NetBSD: distinfo,v 1.9 2004/06/13 21:15:55 kristerw Exp $
 
 SHA1 (kdepim-2.2.2.tar.bz2) = b33bd17cfabda2d447932a28084241006cb2edd5
 Size (kdepim-2.2.2.tar.bz2) = 2428768 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = 22c2ef81a5ef0b5746161f2fe2bfc63e1fcafd77
 SHA1 (patch-ad) = 121c3fdfcdb812cbbe02c90f2c16ce43007e0c89
 SHA1 (patch-ae) = 5214afa5145740d2ba02ba51f17306b20689d418
+SHA1 (patch-af) = b69d2612e6e21b4c734853c2860d984390619b3b
diff -r 0209803dfa83 -r 69282a016e4e misc/kdepim2/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kdepim2/patches/patch-af     Sun Jun 13 21:15:55 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/06/13 21:15:55 kristerw Exp $
+
+--- korganizer/calprinter.cpp.orig     2004-06-13 22:56:25.000000000 +0200
++++ korganizer/calprinter.cpp  2004-06-13 22:57:13.000000000 +0200
+@@ -412,7 +412,7 @@
+   p.end();
+ }
+ 
+-void CalPrinter::drawTodo(int count, Todo * item, QPainter &p,int level=0,QRect *r=0)
++void CalPrinter::drawTodo(int count, Todo * item, QPainter &p,int level,QRect *r)
+ {
+   QString outStr;
+   KLocale *local = KGlobal::locale();



Home | Main Index | Thread Index | Old Index