summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2006-07-22 04:34:48 +0000
committerminskim <minskim>2006-07-22 04:34:48 +0000
commit3c1b465a43d3368e8afe5059355dd5741c981ef4 (patch)
tree239d3aa4cad2261681a57c65293e150e46c952f7 /editors
parente5ee4e8e08ab43f9d755848464ae98fda2d3de7e (diff)
downloadpkgsrc-3c1b465a43d3368e8afe5059355dd5741c981ef4.tar.gz
Make this package build with gcc-4.
Diffstat (limited to 'editors')
-rw-r--r--editors/cooledit/distinfo3
-rw-r--r--editors/cooledit/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo
index 337633224a6..2a4d3dea045 100644
--- a/editors/cooledit/distinfo
+++ b/editors/cooledit/distinfo
@@ -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 --git a/editors/cooledit/patches/patch-aa b/editors/cooledit/patches/patch-aa
new file mode 100644
index 00000000000..f265ced38bc
--- /dev/null
+++ b/editors/cooledit/patches/patch-aa
@@ -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);