diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-20 02:19:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-20 02:19:22 +0000 |
commit | b214060a53922c2b9bca5df0909c47ae3fe315cd (patch) | |
tree | e11d462764158d5efa11ee14d2f0c3caf7aedd19 /misc/siag | |
parent | 6a0857266fd032cb9592d30014a1ba994dcf0687 (diff) | |
download | pkgsrc-b214060a53922c2b9bca5df0909c47ae3fe315cd.tar.gz |
Fix errno.
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/distinfo | 5 | ||||
-rw-r--r-- | misc/siag/patches/patch-ac | 13 | ||||
-rw-r--r-- | misc/siag/patches/patch-ad | 13 | ||||
-rw-r--r-- | misc/siag/patches/patch-ae | 13 |
4 files changed, 43 insertions, 1 deletions
diff --git a/misc/siag/distinfo b/misc/siag/distinfo index d147da645a8..42d3291220c 100644 --- a/misc/siag/distinfo +++ b/misc/siag/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.8 2005/12/28 16:37:59 reed Exp $ +$NetBSD: distinfo,v 1.9 2006/01/20 02:19:22 joerg Exp $ SHA1 (siag-3.5.7.tar.gz) = 007030eb29fc1a4d3a0d78f9d93893cf40b6b84b RMD160 (siag-3.5.7.tar.gz) = 41f20210e4b5b4704ecd0f539cbcf1d409bb9a1a Size (siag-3.5.7.tar.gz) = 1653929 bytes SHA1 (patch-aa) = d50549158fd83afb0a8cc9cb6ba607161ea45ff9 SHA1 (patch-ab) = 564a906957521afae681662d0e19fc06996682ac +SHA1 (patch-ac) = e037d16bada6730dfc02890c317d7365a314eb99 +SHA1 (patch-ad) = ffcf23d86942253eea4965af4241f62f73e490f4 +SHA1 (patch-ae) = 25d31c562a492395b10d680df9e8eabe6aa85603 SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad diff --git a/misc/siag/patches/patch-ac b/misc/siag/patches/patch-ac new file mode 100644 index 00000000000..1cd8269caa9 --- /dev/null +++ b/misc/siag/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2006/01/20 02:19:22 joerg Exp $ + +--- xcommon/Ghostview.c.orig 2006-01-20 01:58:50.000000000 +0000 ++++ xcommon/Ghostview.c +@@ -57,8 +57,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/misc/siag/patches/patch-ad b/misc/siag/patches/patch-ad new file mode 100644 index 00000000000..3bcc98d63a8 --- /dev/null +++ b/misc/siag/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.3 2006/01/20 02:19:22 joerg Exp $ + +--- plugins/clipart.c.orig 2006-01-20 02:00:41.000000000 +0000 ++++ plugins/clipart.c +@@ -37,8 +37,6 @@ + #include <math.h> + + #include <errno.h> +-/* BSD 4.3 errno.h does not declare errno */ +-extern int errno; + #ifdef VMS + #include <perror.h> + #else diff --git a/misc/siag/patches/patch-ae b/misc/siag/patches/patch-ae new file mode 100644 index 00000000000..3725a062c08 --- /dev/null +++ b/misc/siag/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.4 2006/01/20 02:19:22 joerg Exp $ + +--- gvu/misc.c.orig 2006-01-20 02:04:26.000000000 +0000 ++++ gvu/misc.c +@@ -57,8 +57,6 @@ + #include <X11/Xmu/StdCmap.h> + + #include <errno.h> +-/* BSD 4.3 errno.h does not declare errno */ +-extern int errno; + #ifdef VMS + #include <perror.h> + #endif |