pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/cooledit Make this package build with gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ef5076fe65c
branches:  trunk
changeset: 516506:8ef5076fe65c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jul 22 04:34:48 2006 +0000

description:
Make this package build with gcc-4.

diffstat:

 editors/cooledit/distinfo         |   3 ++-
 editors/cooledit/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 28864313853b -r 8ef5076fe65c editors/cooledit/distinfo
--- a/editors/cooledit/distinfo Sat Jul 22 04:23:29 2006 +0000
+++ b/editors/cooledit/distinfo Sat Jul 22 04:34:48 2006 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.6 2005/10/19 10:53:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2006/07/22 04:34:48 minskim Exp $
 
 SHA1 (cooledit-3.17.17.tar.gz) = 73f9bffcb5e3e92f0a71d3f34fef19eb0287ee07
 RMD160 (cooledit-3.17.17.tar.gz) = 96ddde14fada220c381142d68147735ac5c75163
 Size (cooledit-3.17.17.tar.gz) = 1674273 bytes
+SHA1 (patch-aa) = e62beb9f69544e2d9a640ebecb2d0543e5076446
 SHA1 (patch-ab) = d85ef6100fe3f9dcecdb88af57d585a8ea0881ae
 SHA1 (patch-ad) = 09de32bf6e88b11136acf13756dbdc9a77003673
 SHA1 (patch-ae) = b5de0e395562effea6790be06b65d0d7265a4ea1
diff -r 28864313853b -r 8ef5076fe65c editors/cooledit/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/cooledit/patches/patch-aa Sat Jul 22 04:34:48 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2006/07/22 04:34:48 minskim Exp $
+
+--- widget/coollocal.h.orig    2005-04-04 13:47:45.000000000 -0700
++++ widget/coollocal.h
+@@ -49,7 +49,6 @@ CWidget *allocate_widget (Window newwin,
+ int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent);
+ void drawstring_xy (Window win, int x, int y, const char *text);
+ void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey);
+-int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent);
+ void process_external_focus (Window win, int type);
+ void focus_window (Window win);
+ void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton);



Home | Main Index | Thread Index | Old Index