summaryrefslogtreecommitdiff
path: root/emulators/ucon64
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-09 11:48:11 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-09 11:48:11 +0000
commit3a3fbe75381ce568da7b48a61c1ede186f8f4266 (patch)
treee280bbb7ac9ddbc202955a785c62ae551fc54335 /emulators/ucon64
parente8eca2673681870e1e27ee7b36703b18a9a7a01f (diff)
downloadpkgsrc-3a3fbe75381ce568da7b48a61c1ede186f8f4266.tar.gz
Fix errno.
Diffstat (limited to 'emulators/ucon64')
-rw-r--r--emulators/ucon64/distinfo5
-rw-r--r--emulators/ucon64/patches/patch-ad15
-rw-r--r--emulators/ucon64/patches/patch-ae14
-rw-r--r--emulators/ucon64/patches/patch-af14
4 files changed, 47 insertions, 1 deletions
diff --git a/emulators/ucon64/distinfo b/emulators/ucon64/distinfo
index 96b6e937525..9b0dd246f74 100644
--- a/emulators/ucon64/distinfo
+++ b/emulators/ucon64/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $
+$NetBSD: distinfo,v 1.2 2005/12/09 11:48:11 joerg Exp $
SHA1 (ucon64-2.0.0-src.tar.gz) = 8782bbc2bf5760fafe3fa4cd02b67991d984a973
RMD160 (ucon64-2.0.0-src.tar.gz) = c28921cfae1a010db917b96be542c089690b374c
@@ -6,3 +6,6 @@ Size (ucon64-2.0.0-src.tar.gz) = 1188488 bytes
SHA1 (patch-aa) = fd1543314b6ca6d432c6d88b8b7590085dfc51e9
SHA1 (patch-ab) = 25f5311844511674d5e64efe7c35cf86dacc34a9
SHA1 (patch-ac) = 9c7febe59e1c8e6959f56e34ced83a31fa54c294
+SHA1 (patch-ad) = c41895de15bc2a48bf5de1535f03d070ade79ea3
+SHA1 (patch-ae) = bfb38ecec2408deaaef881fa33943e2c45bccd4d
+SHA1 (patch-af) = 5fea372717e49f3d161c544e5ee01a8d23d688ba
diff --git a/emulators/ucon64/patches/patch-ad b/emulators/ucon64/patches/patch-ad
new file mode 100644
index 00000000000..782509a639b
--- /dev/null
+++ b/emulators/ucon64/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2005/12/09 11:48:11 joerg Exp $
+
+--- misc/file.c.orig 2005-12-09 11:37:31.000000000 +0000
++++ misc/file.c
+@@ -90,10 +90,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg
+ #define inline __inline
+ #endif
+
+-
+-extern int errno;
+-
+-
+ int
+ isfname (int c)
+ {
diff --git a/emulators/ucon64/patches/patch-ae b/emulators/ucon64/patches/patch-ae
new file mode 100644
index 00000000000..4f7b6f2e183
--- /dev/null
+++ b/emulators/ucon64/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2005/12/09 11:48:11 joerg Exp $
+
+--- misc/misc.c.orig 2005-12-09 11:41:00.000000000 +0000
++++ misc/misc.c
+@@ -88,9 +88,6 @@ typedef struct termios tty_t;
+ #endif // MAXBUFSIZE
+ #define MAXBUFSIZE 32768
+
+-
+-extern int errno;
+-
+ typedef struct st_func_node
+ {
+ void (*func) (void);
diff --git a/emulators/ucon64/patches/patch-af b/emulators/ucon64/patches/patch-af
new file mode 100644
index 00000000000..e00b7f6237b
--- /dev/null
+++ b/emulators/ucon64/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2005/12/09 11:48:11 joerg Exp $
+
+--- misc/archive.c.orig 2005-12-09 11:42:47.000000000 +0000
++++ misc/archive.c
+@@ -48,9 +48,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg
+ #define MAXBUFSIZE 32768
+
+
+-extern int errno;
+-
+-
+ int
+ fsizeof (const char *filename)
+ // If USE_ZLIB is defined this function is very slow. Please avoid to use