pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mawk Interix fix: don't prototype setmode() diffe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df73fc4240a4
branches: trunk
changeset: 487868:df73fc4240a4
user: tv <tv%pkgsrc.org@localhost>
date: Fri Jan 21 12:55:11 2005 +0000
description:
Interix fix: don't prototype setmode() differently unless it'll actually
be used that way; #ifdef guard it.
diffstat:
lang/mawk/distinfo | 3 ++-
lang/mawk/patches/patch-ae | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 1975b49bf194 -r df73fc4240a4 lang/mawk/distinfo
--- a/lang/mawk/distinfo Fri Jan 21 12:49:36 2005 +0000
+++ b/lang/mawk/distinfo Fri Jan 21 12:55:11 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2003/09/30 21:47:14 seb Exp $
+$NetBSD: distinfo,v 1.6 2005/01/21 12:55:11 tv Exp $
SHA1 (mawk-1.3.3.tar.gz) = 314bcdb6543733f47ef4d9d9356b23f53d6a7f89
Size (mawk-1.3.3.tar.gz) = 209942 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ab) = b8faa90c98fac027b295336936a8e43c7087d972
SHA1 (patch-ac) = e6671c71b7fdc2c8ccc0866e530c38057a80d48f
SHA1 (patch-ad) = f74b16d155d3486e55b37485fe5d5c40ce5a4b56
+SHA1 (patch-ae) = 74d374a1f5b216543a748fbde4d259c6e9d6e401
diff -r 1975b49bf194 -r df73fc4240a4 lang/mawk/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/mawk/patches/patch-ae Fri Jan 21 12:55:11 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2005/01/21 12:55:11 tv Exp $
+
+--- fin.h.orig 2005-01-21 07:53:29.000000000 -0500
++++ fin.h
+@@ -52,5 +52,7 @@ unsigned PROTO ( fillbuff, (int, char *,
+ extern FIN *main_fin ; /* for the main input stream */
+ void PROTO( open_main, (void) ) ;
+
++#if MSDOS
+ void PROTO(setmode, (int,int)) ;
++#endif
+ #endif /* FIN_H */
Home |
Main Index |
Thread Index |
Old Index