pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/konversation Remove extra qualifier to fix build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8eb3d25827c6
branches:  trunk
changeset: 515327:8eb3d25827c6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 30 21:46:53 2006 +0000

description:
Remove extra qualifier to fix build with gcc4.

diffstat:

 chat/konversation/distinfo         |   3 ++-
 chat/konversation/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 1f843f30f19c -r 8eb3d25827c6 chat/konversation/distinfo
--- a/chat/konversation/distinfo        Fri Jun 30 18:59:34 2006 +0000
+++ b/chat/konversation/distinfo        Fri Jun 30 21:46:53 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/18 21:49:31 adrianp Exp $
+$NetBSD: distinfo,v 1.2 2006/06/30 21:46:53 wiz Exp $
 
 SHA1 (konversation-0.19.tar.bz2) = d4463fc8413f6a6c35448ab9e600da6464bd6adf
 RMD160 (konversation-0.19.tar.bz2) = c260ca76b4fee1f7dec460caaea52c17f11e45ef
 Size (konversation-0.19.tar.bz2) = 5452000 bytes
 SHA1 (patch-aa) = 1143627dbe906f77a8d16195b403653e1ab2d232
+SHA1 (patch-ab) = 18564bd353515954df4c0c936fb7b84b60990007
diff -r 1f843f30f19c -r 8eb3d25827c6 chat/konversation/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/konversation/patches/patch-ab        Fri Jun 30 21:46:53 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/06/30 21:46:53 wiz Exp $
+
+--- konversation/src/searchbar.h.orig  2006-01-30 08:43:47.000000000 +0000
++++ konversation/src/searchbar.h
+@@ -55,7 +55,7 @@ class SearchBar : public QHBox
+ 
+         void focusInEvent(QFocusEvent* e);
+         virtual void showEvent(QShowEvent* e);
+-        bool SearchBar::focusedChild();
++        bool focusedChild();
+     public slots:
+ 
+         virtual void hide();



Home | Main Index | Thread Index | Old Index