pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xwpe Depend on ncurses to provide prototypes f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5226be0e450a
branches: trunk
changeset: 505563:5226be0e450a
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Jan 04 21:43:44 2006 +0000
description:
Depend on ncurses to provide prototypes for tparm and tgoto.
At least the former creates a conflict between K&R style variable
arguments and ISO C style elipses.
diffstat:
editors/xwpe/distinfo | 3 ++-
editors/xwpe/patches/patch-ab | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 85cbd2a834a5 -r 5226be0e450a editors/xwpe/distinfo
--- a/editors/xwpe/distinfo Wed Jan 04 21:22:06 2006 +0000
+++ b/editors/xwpe/distinfo Wed Jan 04 21:43:44 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 17:15:13 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/04 21:43:44 joerg Exp $
SHA1 (xwpe-1.5.29a.tar.gz) = 87b5045cff63225a310a0f4148bb04c46660c253
RMD160 (xwpe-1.5.29a.tar.gz) = da718bb9b14a26ea868f88a02233984c4d2943cd
Size (xwpe-1.5.29a.tar.gz) = 307545 bytes
SHA1 (patch-aa) = ae0dabc0e22a651d0ea3c86b101efaa16468ee2c
+SHA1 (patch-ab) = 2c2f4ef7c9a870956e6ae9468743443157dd7643
diff -r 85cbd2a834a5 -r 5226be0e450a editors/xwpe/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xwpe/patches/patch-ab Wed Jan 04 21:43:44 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/01/04 21:43:44 joerg Exp $
+
+--- we_debug.c.orig 2006-01-04 21:40:11.000000000 +0000
++++ we_debug.c
+@@ -52,8 +52,6 @@ extern BUFFER *e_p_w_buffer;
+ extern char *att_no;
+ extern char *e_tmp_dir;
+
+-char *tparm();
+-char *tgoto();
+ #ifdef DEFTPUTS
+ int tputs();
+ #endif
Home |
Main Index |
Thread Index |
Old Index