From 967671dd0b067ee716d0cd330e97fda9467046c8 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 17 May 2005 14:54:57 +0000 Subject: Finish a compound statement properly to make this package build on Darwin-8.x. --- archivers/fastjar/distinfo | 3 ++- archivers/fastjar/patches/patch-ac | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 archivers/fastjar/patches/patch-ac diff --git a/archivers/fastjar/distinfo b/archivers/fastjar/distinfo index bc97d1cf3b9..91a3b8fa2b6 100644 --- a/archivers/fastjar/distinfo +++ b/archivers/fastjar/distinfo @@ -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 --git a/archivers/fastjar/patches/patch-ac b/archivers/fastjar/patches/patch-ac new file mode 100644 index 00000000000..64315ab04aa --- /dev/null +++ b/archivers/fastjar/patches/patch-ac @@ -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); -- cgit v1.2.3