summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-13 13:44:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-13 13:44:13 +0000
commit2c3b604cf0881416b4c3ced7d42cea9bc5d09bd1 (patch)
treed62d6ccca307b3328031bd7b9553285e599637c5 /databases
parent6349ed617f8c323e825437ffe63861672c3dc928 (diff)
downloadpkgsrc-2c3b604cf0881416b4c3ced7d42cea9bc5d09bd1.tar.gz
Fix errno.
Diffstat (limited to 'databases')
-rw-r--r--databases/sqsh/distinfo9
-rw-r--r--databases/sqsh/patches/patch-af13
-rw-r--r--databases/sqsh/patches/patch-ag17
-rw-r--r--databases/sqsh/patches/patch-ah17
-rw-r--r--databases/sqsh/patches/patch-ai17
-rw-r--r--databases/sqsh/patches/patch-aj11
-rw-r--r--databases/sqsh/patches/patch-ak17
-rw-r--r--databases/sqsh/patches/patch-al17
8 files changed, 117 insertions, 1 deletions
diff --git a/databases/sqsh/distinfo b/databases/sqsh/distinfo
index 78184719283..e706ee5a6b4 100644
--- a/databases/sqsh/distinfo
+++ b/databases/sqsh/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 16:33:10 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/13 13:44:13 joerg Exp $
SHA1 (sqsh-2.1-src.tar.gz) = 7bbdda5590262e465508c889b86107465f3a2b90
RMD160 (sqsh-2.1-src.tar.gz) = 9a76e661a10b79fd4c0d7f58878caf6e6349e590
@@ -8,3 +8,10 @@ SHA1 (patch-ab) = 1b2617e9b4f426780aac5989da21c2d5ddea7e56
SHA1 (patch-ac) = 8b1edf45f4513ce45f8236f6fb76088cec5a5b31
SHA1 (patch-ad) = 0448f23965e537e62d2b2d2e4c4567472cd6f886
SHA1 (patch-ae) = a9dfb588fd7a305327b5722d9d33cbca0ad9e2af
+SHA1 (patch-af) = 0400752950dc08a127fe599fd718be3718a5419e
+SHA1 (patch-ag) = 2c46ef8861f8329064d016d65ef94451a3a61017
+SHA1 (patch-ah) = ffb95e88c988d00ae4dcf4797f7b5c2232c8001a
+SHA1 (patch-ai) = 9d3686429ca1c3ab42a3e8d646bd8100cd44687a
+SHA1 (patch-aj) = 6f3f85360917394a7fe549aed297e8c1d4341183
+SHA1 (patch-ak) = 74df21529a38deaedb6463c896e37eea18b2546c
+SHA1 (patch-al) = a8f8dd483ab2529b8fb2e23bfdfae43af86da6e0
diff --git a/databases/sqsh/patches/patch-af b/databases/sqsh/patches/patch-af
new file mode 100644
index 00000000000..14ec84be0c5
--- /dev/null
+++ b/databases/sqsh/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/sqsh_config.h.orig 2006-01-12 17:37:59.000000000 +0000
++++ src/sqsh_config.h
+@@ -175,8 +175,6 @@
+ #include <errno.h>
+ #endif
+
+-extern int errno;
+-
+ #if !defined(HAVE_VOLATILE)
+ # define volatile
+ #endif
diff --git a/databases/sqsh/patches/patch-ag b/databases/sqsh/patches/patch-ag
new file mode 100644
index 00000000000..f1099200f29
--- /dev/null
+++ b/databases/sqsh/patches/patch-ag
@@ -0,0 +1,17 @@
+$NetBSD: patch-ag,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_bcp.c.orig 2006-01-12 17:39:07.000000000 +0000
++++ src/dsp_bcp.c
+@@ -24,4 +24,5 @@
+ */
+ #include <stdio.h>
++#include <errno.h>
+ #include <ctype.h>
+ #include "sqsh_config.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-ah b/databases/sqsh/patches/patch-ah
new file mode 100644
index 00000000000..ccd5ab826ff
--- /dev/null
+++ b/databases/sqsh/patches/patch-ah
@@ -0,0 +1,17 @@
+$NetBSD: patch-ah,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_horiz.c.orig 2006-01-12 17:39:41.000000000 +0000
++++ src/dsp_horiz.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-ai b/databases/sqsh/patches/patch-ai
new file mode 100644
index 00000000000..c7a4c7a04b6
--- /dev/null
+++ b/databases/sqsh/patches/patch-ai
@@ -0,0 +1,17 @@
+$NetBSD: patch-ai,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_html.c.orig 2006-01-12 17:40:20.000000000 +0000
++++ src/dsp_html.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-aj b/databases/sqsh/patches/patch-aj
new file mode 100644
index 00000000000..f159dff7e60
--- /dev/null
+++ b/databases/sqsh/patches/patch-aj
@@ -0,0 +1,11 @@
+$NetBSD: patch-aj,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_out.c.orig 2006-01-12 17:40:48.000000000 +0000
++++ src/dsp_out.c
+@@ -31,6 +31,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-ak b/databases/sqsh/patches/patch-ak
new file mode 100644
index 00000000000..26208cebd03
--- /dev/null
+++ b/databases/sqsh/patches/patch-ak
@@ -0,0 +1,17 @@
+$NetBSD: patch-ak,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_pretty.c.orig 2006-01-12 17:41:24.000000000 +0000
++++ src/dsp_pretty.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)
diff --git a/databases/sqsh/patches/patch-al b/databases/sqsh/patches/patch-al
new file mode 100644
index 00000000000..11b2b781cdf
--- /dev/null
+++ b/databases/sqsh/patches/patch-al
@@ -0,0 +1,17 @@
+$NetBSD: patch-al,v 1.1 2006/01/13 13:44:13 joerg Exp $
+
+--- src/dsp_vert.c.orig 2006-01-12 17:41:49.000000000 +0000
++++ src/dsp_vert.c
+@@ -25,4 +25,5 @@
+ #include <stdio.h>
+ #include <ctype.h>
++#include <errno.h>
+ #include "sqsh_config.h"
+ #include "sqsh_error.h"
+@@ -31,6 +32,4 @@
+ #include "dsp.h"
+
+-extern int errno;
+-
+ /*-- Current Version --*/
+ #if !defined(lint) && !defined(__LINT__)