pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lha Depend on errno.h to provide errno.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93b14491cdaa
branches:  trunk
changeset: 500144:93b14491cdaa
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 11:20:55 2005 +0000

description:
Depend on errno.h to provide errno.

diffstat:

 archivers/lha/distinfo         |   3 ++-
 archivers/lha/patches/patch-al |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 9248745e5c43 -r 93b14491cdaa archivers/lha/distinfo
--- a/archivers/lha/distinfo    Mon Oct 03 11:18:40 2005 +0000
+++ b/archivers/lha/distinfo    Mon Oct 03 11:20:55 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 14:45:24 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/10/03 11:20:55 joerg Exp $
 
 SHA1 (lha-114i.tar.gz) = 79e35271f2cf783f946db3f22e304fef72dbac99
 RMD160 (lha-114i.tar.gz) = c561e0758b467a61f45d287582effc53df29f01d
@@ -11,3 +11,4 @@
 SHA1 (patch-ai) = d988b7d048656080d14bfad1da89c9888c9ddf90
 SHA1 (patch-aj) = 6331fce7f55eef1c2003e693f165dd0565e7172e
 SHA1 (patch-ak) = fa6de630a7414b73dec8b75be0bfbb3493c4192f
+SHA1 (patch-al) = c6e5a9f4101d9e15dcb033b6c64ecc9903342df3
diff -r 9248745e5c43 -r 93b14491cdaa archivers/lha/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lha/patches/patch-al    Mon Oct 03 11:20:55 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2005/10/03 11:20:55 joerg Exp $
+
+--- src/lha_macro.h.orig       2005-07-22 14:26:32.000000000 +0000
++++ src/lha_macro.h
+@@ -68,7 +68,6 @@ extern char    *realloc();
+ #endif
+ 
+ /* external variables */
+-extern int      errno;
+ 
+ #define       FALSE                   0
+ #define TRUE                  1



Home | Main Index | Thread Index | Old Index