pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/arc Make this package build with gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07f60095ae9e
branches:  trunk
changeset: 493511:07f60095ae9e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 08 05:45:42 2005 +0000

description:
Make this package build with gcc-4.

diffstat:

 archivers/arc/distinfo         |   3 ++-
 archivers/arc/patches/patch-ad |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 41e622236821 -r 07f60095ae9e archivers/arc/distinfo
--- a/archivers/arc/distinfo    Sun May 08 03:16:48 2005 +0000
+++ b/archivers/arc/distinfo    Sun May 08 05:45:42 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 14:45:22 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/05/08 05:45:42 minskim Exp $
 
 SHA1 (arc521e.pl8.tar.Z) = 34210f9aeaac39a15b34e6aa400b38127b6a2a20
 RMD160 (arc521e.pl8.tar.Z) = 1fcd823b93b4e633244797ed231318c5bc741965
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 62324f346559b2997eba56698b1c0c1c29a328c3
 SHA1 (patch-ab) = 64fba2f0b5d03f26e427ecddc70e2a9b6b2fc521
 SHA1 (patch-ac) = 64d87af431c6bc0ded0b26167782309a7bfadd8a
+SHA1 (patch-ad) = 6f82d17b8eb2f2353d7ebfffaec1d52673acc7a0
diff -r 41e622236821 -r 07f60095ae9e archivers/arc/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/arc/patches/patch-ad    Sun May 08 05:45:42 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ad,v 1.1 2005/05/08 05:45:42 minskim Exp $
+
+--- marc.c.orig        1992-04-14 17:59:21.000000000 -0500
++++ marc.c
+@@ -42,12 +42,13 @@ char srcname[STRLEN];                     /* source 
+ static char **lst;                   /* files list */
+ static int lnum;                     /* length of files list */
+ 
++char *makefnam(char*, char*, char*);   /* filename fixup routine */
++
+ int
+ main(nargs,arg)                              /* system entry point */
+ int nargs;                           /* number of arguments */
+ char *arg[];                         /* pointers to arguments */
+ {
+-    char *makefnam();                /* filename fixup routine */
+     char *envfind();
+ #if   !_MTS
+     char *arctemp2, *mktemp();                /* temp file stuff */



Home | Main Index | Thread Index | Old Index