pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/hanterm Make hanterm compile on -current again. Pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca1547122ece
branches: trunk
changeset: 462951:ca1547122ece
user: junyoung <junyoung%pkgsrc.org@localhost>
date: Mon Oct 20 08:17:17 2003 +0000
description:
Make hanterm compile on -current again. Patch from Min Sik Kim.
diffstat:
x11/hanterm/distinfo | 3 ++-
x11/hanterm/patches/patch-aa | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 8218b836ab56 -r ca1547122ece x11/hanterm/distinfo
--- a/x11/hanterm/distinfo Mon Oct 20 03:40:40 2003 +0000
+++ b/x11/hanterm/distinfo Mon Oct 20 08:17:17 2003 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2002/11/02 14:06:02 junyoung Exp $
+$NetBSD: distinfo,v 1.7 2003/10/20 08:17:17 junyoung Exp $
SHA1 (hanterm-3.1.6.tar.gz) = df2ff9ca8ddcee41baeaa8544a9983a1534e8b30
Size (hanterm-3.1.6.tar.gz) = 323736 bytes
+SHA1 (patch-aa) = 809fe405147b1acf9bc612ef529bebfa2368439f
SHA1 (patch-ab) = 8b861979eeffc3e9763f4a2162c0e007c61f1a6c
SHA1 (patch-ac) = 4c6b6efc12f2e1fba6eb577c65c94d701574353b
SHA1 (patch-ad) = e6bf91a30c1b318c2f60ac8590e4842d9e8bab12
diff -r 8218b836ab56 -r ca1547122ece x11/hanterm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/hanterm/patches/patch-aa Mon Oct 20 08:17:17 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2003/10/20 08:17:17 junyoung Exp $
+
+--- misc.c.orig 2003-10-05 16:23:49.000000000 -0500
++++ misc.c
+@@ -913,7 +913,6 @@ char *SysErrorMsg (n)
+ extern char *sys_errlist[];
+ #endif
+ #endif
+- extern int sys_nerr;
+
+ return ((n >= 0 && n < sys_nerr) ? sys_errlist[n] : "unknown error");
+ }
Home |
Main Index |
Thread Index |
Old Index