pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gv Fix errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f59a7a98b93
branches:  trunk
changeset: 506424:4f59a7a98b93
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 15 20:07:42 2006 +0000

description:
Fix errno.

diffstat:

 print/gv/distinfo         |   4 +++-
 print/gv/patches/patch-ae |  13 +++++++++++++
 print/gv/patches/patch-af |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r feb672889530 -r 4f59a7a98b93 print/gv/distinfo
--- a/print/gv/distinfo Sun Jan 15 20:05:31 2006 +0000
+++ b/print/gv/distinfo Sun Jan 15 20:07:42 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/02/24 12:51:43 agc Exp $
+$NetBSD: distinfo,v 1.13 2006/01/15 20:07:42 joerg Exp $
 
 SHA1 (gv-3.6.1.tar.gz) = a094d019772e11c6003cc8682c945b7b9bc700b7
 RMD160 (gv-3.6.1.tar.gz) = d783a15f581eb32efc65981b693db44aed193de2
@@ -7,3 +7,5 @@
 SHA1 (patch-ab) = 1b97781ebbf51447d0cddd04f6bce30c42187294
 SHA1 (patch-ac) = eb1007d4a10b7e9bfcfa22ecd19d2694914ab208
 SHA1 (patch-ad) = 69378625f582e823e6ec0e68fce254f87f61b1d3
+SHA1 (patch-ae) = 6f88f095aa1ce011e6836b5e98602bf5c8825625
+SHA1 (patch-af) = f51ec8f50a08c83a48b3ecf0ded4dfca9d0f96f9
diff -r feb672889530 -r 4f59a7a98b93 print/gv/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/gv/patches/patch-ae Sun Jan 15 20:07:42 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.8 2006/01/15 20:07:42 joerg Exp $
+
+--- src/Ghostview.c.orig       2006-01-15 20:00:42.000000000 +0000
++++ src/Ghostview.c
+@@ -88,8 +88,6 @@ typedef char *XPointer;
+ #endif
+ 
+ #include <errno.h>
+-/* BSD 4.3 errno.h does not declare errno */
+-extern int errno;
+ /* Both error returns are checked for non-blocking I/O. */
+ /* Manufacture the other error code if only one exists. */
+ #if !defined(EWOULDBLOCK) && defined(EAGAIN)
diff -r feb672889530 -r 4f59a7a98b93 print/gv/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/gv/patches/patch-af Sun Jan 15 20:07:42 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.5 2006/01/15 20:07:42 joerg Exp $
+
+--- src/error.h.orig   2006-01-15 20:01:54.000000000 +0000
++++ src/error.h
+@@ -51,8 +51,6 @@
+ #   endif
+ #endif 
+ #   include <errno.h>
+-    /* BSD 4.3 errno.h does not declare errno */
+-    extern int errno;
+ #endif
+ 
+ extern char*                  open_fail_error (



Home | Main Index | Thread Index | Old Index