summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-15 20:07:42 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-15 20:07:42 +0000
commitf0fe973f27c982dda6dbd08b68480cdb7d55d9ec (patch)
tree23831c526c1d0d9f41d8b86731356d30fddfc074 /print
parent896ff0017d8b262efa41495a1b06724758e8a7c0 (diff)
downloadpkgsrc-f0fe973f27c982dda6dbd08b68480cdb7d55d9ec.tar.gz
Fix errno.
Diffstat (limited to 'print')
-rw-r--r--print/gv/distinfo4
-rw-r--r--print/gv/patches/patch-ae13
-rw-r--r--print/gv/patches/patch-af13
3 files changed, 29 insertions, 1 deletions
diff --git a/print/gv/distinfo b/print/gv/distinfo
index a4dbd215db4..27ae933ff13 100644
--- a/print/gv/distinfo
+++ b/print/gv/distinfo
@@ -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-aa) = 2034f06c3297af89bc06b2eba10c1828168b1b33
SHA1 (patch-ab) = 1b97781ebbf51447d0cddd04f6bce30c42187294
SHA1 (patch-ac) = eb1007d4a10b7e9bfcfa22ecd19d2694914ab208
SHA1 (patch-ad) = 69378625f582e823e6ec0e68fce254f87f61b1d3
+SHA1 (patch-ae) = 6f88f095aa1ce011e6836b5e98602bf5c8825625
+SHA1 (patch-af) = f51ec8f50a08c83a48b3ecf0ded4dfca9d0f96f9
diff --git a/print/gv/patches/patch-ae b/print/gv/patches/patch-ae
new file mode 100644
index 00000000000..c9bd17c9c0f
--- /dev/null
+++ b/print/gv/patches/patch-ae
@@ -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 --git a/print/gv/patches/patch-af b/print/gv/patches/patch-af
new file mode 100644
index 00000000000..4471e193ed3
--- /dev/null
+++ b/print/gv/patches/patch-af
@@ -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 (