pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/ucon64 Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8740ad4a1700
branches:  trunk
changeset: 504329:8740ad4a1700
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 09 11:48:11 2005 +0000

description:
Fix errno.

diffstat:

 emulators/ucon64/distinfo         |   5 ++++-
 emulators/ucon64/patches/patch-ad |  15 +++++++++++++++
 emulators/ucon64/patches/patch-ae |  14 ++++++++++++++
 emulators/ucon64/patches/patch-af |  14 ++++++++++++++
 4 files changed, 47 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r d67e7af6c779 -r 8740ad4a1700 emulators/ucon64/distinfo
--- a/emulators/ucon64/distinfo Fri Dec 09 10:56:47 2005 +0000
+++ b/emulators/ucon64/distinfo Fri Dec 09 11:48:11 2005 +0000
@@ -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 @@
 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 -r d67e7af6c779 -r 8740ad4a1700 emulators/ucon64/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/ucon64/patches/patch-ad Fri Dec 09 11:48:11 2005 +0000
@@ -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 -r d67e7af6c779 -r 8740ad4a1700 emulators/ucon64/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/ucon64/patches/patch-ae Fri Dec 09 11:48:11 2005 +0000
@@ -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 -r d67e7af6c779 -r 8740ad4a1700 emulators/ucon64/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/ucon64/patches/patch-af Fri Dec 09 11:48:11 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index