pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2005Q3]: pkgsrc/archivers/macutil Pullup ticket 871 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3f57948b6f1
branches:  pkgsrc-2005Q3
changeset: 499674:c3f57948b6f1
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Nov 15 09:52:15 2005 +0000

description:
Pullup ticket 871 - requested by Min Sik Kim
portability fix for macutil

Revisions pulled up:
- pkgsrc/archivers/macutil/distinfo             1.5
- pkgsrc/archivers/macutil/patches/patch-ab     1.1

   Module Name:         pkgsrc
   Committed By:        minskim
   Date:                Mon Oct 31 04:42:38 UTC 2005

   Modified Files:
        pkgsrc/archivers/macutil: distinfo
   Added Files:
        pkgsrc/archivers/macutil/patches: patch-ab

   Log Message:
   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 8b70fe32ad37 -r c3f57948b6f1 archivers/macutil/distinfo
--- a/archivers/macutil/distinfo        Sat Nov 05 20:18:53 2005 +0000
+++ b/archivers/macutil/distinfo        Tue Nov 15 09:52:15 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 14:45:24 agc Exp $
+$NetBSD: distinfo,v 1.4.6.1 2005/11/15 09:52:15 salo 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 8b70fe32ad37 -r c3f57948b6f1 archivers/macutil/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/macutil/patches/patch-ab        Tue Nov 15 09:52:15 2005 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1.2.2 2005/11/15 09:52:15 salo 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