diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-17 14:54:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-17 14:54:57 +0000 |
commit | 967671dd0b067ee716d0cd330e97fda9467046c8 (patch) | |
tree | f51bf3e430c2453c58d723adb232b28f520f123d /archivers | |
parent | c42c332ac9244250ef1d33d8b15b7f9bc7c0cb06 (diff) | |
download | pkgsrc-967671dd0b067ee716d0cd330e97fda9467046c8.tar.gz |
Finish a compound statement properly to make this package build on
Darwin-8.x.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/fastjar/distinfo | 3 | ||||
-rw-r--r-- | archivers/fastjar/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
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); |