diff options
-rw-r--r-- | archivers/macutil/distinfo | 3 | ||||
-rw-r--r-- | archivers/macutil/patches/patch-ab | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/archivers/macutil/distinfo b/archivers/macutil/distinfo index f27c3a513e9..1be383d664b 100644 --- a/archivers/macutil/distinfo +++ b/archivers/macutil/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 14:45:24 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/31 04:42:38 minskim Exp $ SHA1 (macutil2.0b3.shar.Z) = 820e4dd278fe8d043306134aaafccab10b832218 RMD160 (macutil2.0b3.shar.Z) = 5cf3b22d8bdd3a8fa61211e7a0d598ebac9bbfe4 Size (macutil2.0b3.shar.Z) = 167565 bytes SHA1 (patch-aa) = 418d0cdd57a0d378902b653cd4ddb8279ff0e0e8 +SHA1 (patch-ab) = a731ae3a6d796206a8f27d5a93f35e054bf87cc6 diff --git a/archivers/macutil/patches/patch-ab b/archivers/macutil/patches/patch-ab new file mode 100644 index 00000000000..58df0e1c4ec --- /dev/null +++ b/archivers/macutil/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2005/10/31 04:42:38 minskim Exp $ + +--- macunpack/lzh.h.orig 2005-10-30 20:35:22.000000000 -0800 ++++ macunpack/lzh.h +@@ -57,11 +57,3 @@ typedef struct fileHdr { /* 58 bytes */ + #define lz4 6 + #define lz5 7 + #define lzs 8 +- +-extern char *lzh_pointer; +-extern char *lzh_data; +-extern char *lzh_finfo; +-extern int lzh_fsize; +-extern int lzh_kind; +-extern char *lzh_file; +- |