pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/cksfv Depend on errno.h to provide errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c8ead100fcf
branches:  trunk
changeset: 502906:4c8ead100fcf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 10 17:41:18 2005 +0000

description:
Depend on errno.h to provide errno.

diffstat:

 misc/cksfv/distinfo         |   3 ++-
 misc/cksfv/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 054a0bda9705 -r 4c8ead100fcf misc/cksfv/distinfo
--- a/misc/cksfv/distinfo       Thu Nov 10 17:31:47 2005 +0000
+++ b/misc/cksfv/distinfo       Thu Nov 10 17:41:18 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.13 2005/10/25 13:16:34 wiz Exp $
+$NetBSD: distinfo,v 1.14 2005/11/10 17:41:18 joerg Exp $
 
 SHA1 (cksfv-1.3.7.tar.bz2) = 4d91081404fab06f86f06efc04f469bcd1732687
 RMD160 (cksfv-1.3.7.tar.bz2) = d610324b5aa5dbcd129e4a5ed22f5a1703cedb88
 Size (cksfv-1.3.7.tar.bz2) = 22494 bytes
+SHA1 (patch-aa) = e520d00296ab1461084c87582a6d2c7201e25b8a
diff -r 054a0bda9705 -r 4c8ead100fcf misc/cksfv/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/cksfv/patches/patch-aa       Thu Nov 10 17:41:18 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2005/11/10 17:41:18 joerg Exp $
+
+--- src/crc32.c.orig   2005-11-10 17:33:13.000000000 +0000
++++ src/crc32.c
+@@ -21,8 +21,6 @@
+ 
+ #include "config.h"
+ 
+-extern int errno;
+-
+ #define BUFFERSIZE 16384   /* (16k) buffer size for reading from the file */
+ 
+ static const uint32_t crctable[256] = {



Home | Main Index | Thread Index | Old Index