pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ja-gawk Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/940ba3c5ccce
branches:  trunk
changeset: 506300:940ba3c5ccce
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 13 21:51:06 2006 +0000

description:
Fix errno.

diffstat:

 lang/ja-gawk/distinfo         |   3 ++-
 lang/ja-gawk/patches/patch-ad |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 350d363578af -r 940ba3c5ccce lang/ja-gawk/distinfo
--- a/lang/ja-gawk/distinfo     Fri Jan 13 21:45:00 2006 +0000
+++ b/lang/ja-gawk/distinfo     Fri Jan 13 21:51:06 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:03:08 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/13 21:51:06 joerg Exp $
 
 SHA1 (gawk-3.0.4.tar.gz) = c22ab0ef08d80b6a4af821c8baffb9941b7f5e87
 RMD160 (gawk-3.0.4.tar.gz) = 57fb10dced133236922aa70530e09bd22b5b69bc
@@ -9,3 +9,4 @@
 SHA1 (patch-aa) = da52f4b7afc6597750ebf8e77d395d41e57d74a7
 SHA1 (patch-ab) = bae2a88656dee140972e283770e1864c6d78b672
 SHA1 (patch-ac) = 72a7fa6e616e441a6cd7b52f79359c534fd4f452
+SHA1 (patch-ad) = d604f0af916307fc6f1e7f647cbcae0b6cdcfec9
diff -r 350d363578af -r 940ba3c5ccce lang/ja-gawk/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ja-gawk/patches/patch-ad     Fri Jan 13 21:51:06 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2006/01/13 21:51:06 joerg Exp $
+
+--- io.c.orig  2006-01-13 21:48:53.000000000 +0000
++++ io.c
+@@ -1055,7 +1055,6 @@ int interesting; /* pid of interest, if 
+       int pid;
+       int status = 0;
+       struct redirect *redp;
+-      extern int errno;
+ 
+       hstat = signal(SIGHUP, SIG_IGN);
+       istat = signal(SIGINT, SIG_IGN);



Home | Main Index | Thread Index | Old Index