pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/fastjar Finish a compound statement properly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f63f2b45ff21
branches:  trunk
changeset: 493957:f63f2b45ff21
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue May 17 14:54:57 2005 +0000

description:
Finish a compound statement properly to make this package build on
Darwin-8.x.

diffstat:

 archivers/fastjar/distinfo         |   3 ++-
 archivers/fastjar/patches/patch-ac |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 950737f076bc -r f63f2b45ff21 archivers/fastjar/distinfo
--- a/archivers/fastjar/distinfo        Tue May 17 13:42:09 2005 +0000
+++ b/archivers/fastjar/distinfo        Tue May 17 14:54:57 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 14:45:23 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/05/17 14:54:57 minskim Exp $
 
 SHA1 (fastjar-0.93.tgz) = 74acc8e8a920ea6da18a180cd0a691c5d7c4699f
 RMD160 (fastjar-0.93.tgz) = 1627f2316cc7bca6a477011d1b812b140900d987
 Size (fastjar-0.93.tgz) = 62419 bytes
 SHA1 (patch-aa) = 12cc5397a89c18d239164caa3955121ca6d01de0
 SHA1 (patch-ab) = c13f46e1a3e60a3bbe656af609a5c9fb047a4ca3
+SHA1 (patch-ac) = ce8eefb978a93d0043f8b98fbf4049f022ce663c
diff -r 950737f076bc -r f63f2b45ff21 archivers/fastjar/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/fastjar/patches/patch-ac        Tue May 17 14:54:57 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/05/17 14:54:57 minskim Exp $
+
+--- jargrep.c.orig     2001-01-11 02:38:15.000000000 -0600
++++ jargrep.c
+@@ -572,7 +572,7 @@ static void jargrep(regex_t *exp, regex_
+                                       floop = FALSE;
+                                       break;
+                               case 2:
+-                                      /* fall through continue */
++                                      ; /* fall through continue */
+                               }
+                       }
+               } while(floop);



Home | Main Index | Thread Index | Old Index