summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-19 00:06:47 +0000
committerjoerg <joerg>2005-12-19 00:06:47 +0000
commitefa3e0b198278f6b93027bb8a04ccc55271baba3 (patch)
treeb155540dfdb063a565a933821bd7cf40eb1068ad /converters
parent4cee56c845e1059db9d4ffe3d5979014696b643c (diff)
downloadpkgsrc-efa3e0b198278f6b93027bb8a04ccc55271baba3.tar.gz
Fix errno.
Diffstat (limited to 'converters')
-rw-r--r--converters/ish/distinfo6
-rw-r--r--converters/ish/patches/patch-ab12
-rw-r--r--converters/ish/patches/patch-ac16
3 files changed, 25 insertions, 9 deletions
diff --git a/converters/ish/distinfo b/converters/ish/distinfo
index af7a33b3d80..65c69197cac 100644
--- a/converters/ish/distinfo
+++ b/converters/ish/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/03/24 16:14:03 minskim Exp $
+$NetBSD: distinfo,v 1.6 2005/12/19 00:06:47 joerg Exp $
SHA1 (ish-1.11.tar.gz) = 99c182c685210179428d44cf1a80d96766cf3d3e
RMD160 (ish-1.11.tar.gz) = b3fd67f9ff579a865c269f0ba6db77060030fc97
Size (ish-1.11.tar.gz) = 13029 bytes
SHA1 (patch-aa) = 51dc6991eaa9b46c71a5c9f9b4e7cb862423d50d
-SHA1 (patch-ab) = 0a5e49eb17efacc8876d4d4de9971fcac085fcbe
-SHA1 (patch-ac) = 03adcba11719bc2d243dda1baee5f351d6333109
+SHA1 (patch-ab) = 64aec8b548fccd4ba5295cbd683cbff0304ae329
+SHA1 (patch-ac) = acdbba64306ba01f37cd1d8c601e146e520a1cdf
diff --git a/converters/ish/patches/patch-ab b/converters/ish/patches/patch-ab
index 33c5618aa0a..44c840491a5 100644
--- a/converters/ish/patches/patch-ab
+++ b/converters/ish/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2005/03/24 16:14:03 minskim Exp $
+$NetBSD: patch-ab,v 1.2 2005/12/19 00:06:47 joerg Exp $
---- decode.c.orig 1990-08-05 06:04:08.000000000 -0500
+--- decode.c.orig 1990-08-05 11:04:08.000000000 +0000
+++ decode.c
@@ -16,6 +16,9 @@
#include <time.h>
@@ -12,3 +12,11 @@ $NetBSD: patch-ab,v 1.1 2005/03/24 16:14:03 minskim Exp $
#ifdef __TURBOC__
#include <time.h>
#include <io.h>
+@@ -38,7 +41,6 @@ int type,dline;
+ unsigned char decbuf[LBUFLEN][LBUFLEN];
+
+ extern unsigned char *index();
+-extern int errno;
+
+ decode()
+ {
diff --git a/converters/ish/patches/patch-ac b/converters/ish/patches/patch-ac
index 14137679904..6a807253278 100644
--- a/converters/ish/patches/patch-ac
+++ b/converters/ish/patches/patch-ac
@@ -1,8 +1,16 @@
-$NetBSD: patch-ac,v 1.1 2005/03/24 16:14:03 minskim Exp $
+$NetBSD: patch-ac,v 1.2 2005/12/19 00:06:47 joerg Exp $
---- ish.c.orig 1990-08-05 06:04:08.000000000 -0500
+--- ish.c.orig 1990-08-05 11:04:08.000000000 +0000
+++ ish.c
-@@ -48,7 +48,7 @@ int path = 0, size;
+@@ -32,7 +32,6 @@
+ #define rindex strrchr
+ #endif
+
+-extern int errno;
+ extern char *rindex();
+
+ void help(), puttitle();
+@@ -48,7 +47,7 @@ int path = 0, size;
long lsize;
char *filename = "file.ish";
@@ -11,7 +19,7 @@ $NetBSD: patch-ac,v 1.1 2005/03/24 16:14:03 minskim Exp $
FILE *ipath;
char name[NAMLEN];
-@@ -69,6 +69,7 @@ char **argv;
+@@ -69,6 +68,7 @@ char **argv;
char *p;
FILE *fopen();