pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqsh Fix errno.
details: https://anonhg.NetBSD.org/pkgsrc/rev/996d1b265351
branches: trunk
changeset: 506256:996d1b265351
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jan 13 13:44:13 2006 +0000
description:
Fix errno.
diffstat:
databases/sqsh/distinfo | 9 ++++++++-
databases/sqsh/patches/patch-af | 13 +++++++++++++
databases/sqsh/patches/patch-ag | 17 +++++++++++++++++
databases/sqsh/patches/patch-ah | 17 +++++++++++++++++
databases/sqsh/patches/patch-ai | 17 +++++++++++++++++
databases/sqsh/patches/patch-aj | 11 +++++++++++
databases/sqsh/patches/patch-ak | 17 +++++++++++++++++
databases/sqsh/patches/patch-al | 17 +++++++++++++++++
8 files changed, 117 insertions(+), 1 deletions(-)
diffs (157 lines):
diff -r def53ee5078c -r 996d1b265351 databases/sqsh/distinfo
--- a/databases/sqsh/distinfo Fri Jan 13 13:11:08 2006 +0000
+++ b/databases/sqsh/distinfo Fri Jan 13 13:44:13 2006 +0000
@@ -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-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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-af Fri Jan 13 13:44:13 2006 +0000
@@ -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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-ag Fri Jan 13 13:44:13 2006 +0000
@@ -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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-ah Fri Jan 13 13:44:13 2006 +0000
@@ -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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-ai
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-ai Fri Jan 13 13:44:13 2006 +0000
@@ -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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-aj
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-aj Fri Jan 13 13:44:13 2006 +0000
@@ -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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-ak Fri Jan 13 13:44:13 2006 +0000
@@ -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 -r def53ee5078c -r 996d1b265351 databases/sqsh/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/sqsh/patches/patch-al Fri Jan 13 13:44:13 2006 +0000
@@ -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__)
Home |
Main Index |
Thread Index |
Old Index