pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/macutil Do not declare static variables as n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96308f7ec586
branches: trunk
changeset: 501874:96308f7ec586
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Oct 31 04:42:38 2005 +0000
description:
Do not declare static variables as non-static. This makes the package
build with gcc-4.
diffstat:
archivers/macutil/distinfo | 3 ++-
archivers/macutil/patches/patch-ab | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 9c210ecf0e37 -r 96308f7ec586 archivers/macutil/distinfo
--- a/archivers/macutil/distinfo Mon Oct 31 04:32:10 2005 +0000
+++ b/archivers/macutil/distinfo Mon Oct 31 04:42:38 2005 +0000
@@ -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 -r 9c210ecf0e37 -r 96308f7ec586 archivers/macutil/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/macutil/patches/patch-ab Mon Oct 31 04:42:38 2005 +0000
@@ -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;
+-
Home |
Main Index |
Thread Index |
Old Index