pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdad38d77963
branches:  trunk
changeset: 500142:bdad38d77963
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 11:17:23 2005 +0000

description:
Depend on errno.h to provide errno.

diffstat:

 archivers/fastjar/distinfo         |  3 ++-
 archivers/fastjar/patches/patch-ad |  9 +++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r a7d7101e3508 -r bdad38d77963 archivers/fastjar/distinfo
--- a/archivers/fastjar/distinfo        Mon Oct 03 11:15:55 2005 +0000
+++ b/archivers/fastjar/distinfo        Mon Oct 03 11:17:23 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2005/05/17 14:54:57 minskim Exp $
+$NetBSD: distinfo,v 1.7 2005/10/03 11:17:23 joerg Exp $
 
 SHA1 (fastjar-0.93.tgz) = 74acc8e8a920ea6da18a180cd0a691c5d7c4699f
 RMD160 (fastjar-0.93.tgz) = 1627f2316cc7bca6a477011d1b812b140900d987
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 12cc5397a89c18d239164caa3955121ca6d01de0
 SHA1 (patch-ab) = c13f46e1a3e60a3bbe656af609a5c9fb047a4ca3
 SHA1 (patch-ac) = ce8eefb978a93d0043f8b98fbf4049f022ce663c
+SHA1 (patch-ad) = 9763404e115d38b400e43d20aaf8ce8652aae5c0
diff -r a7d7101e3508 -r bdad38d77963 archivers/fastjar/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fastjar/patches/patch-ad        Mon Oct 03 11:17:23 2005 +0000
@@ -0,0 +1,9 @@
+--- jartool.c.orig     2005-07-22 14:15:00.000000000 +0000
++++ jartool.c  2005-07-22 14:15:09.000000000 +0000
+@@ -171,6 +171,4 @@
+ 
+-extern int errno;
+-
+ void usage(char*);
+ void add_entry(struct zipentry *);
+ void init_headers();



Home | Main Index | Thread Index | Old Index