diff options
author | wiz <wiz@pkgsrc.org> | 2012-09-14 13:10:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-09-14 13:10:48 +0000 |
commit | 93241e3a9e0ae238586297188a746025be4cd896 (patch) | |
tree | c862421c760bec95570e9c6a8c4c14b3dd5d0fee /archivers | |
parent | 0ca4d287963843cd3d028fbe19cbbf84414f2be2 (diff) | |
download | pkgsrc-93241e3a9e0ae238586297188a746025be4cd896.tar.gz |
Add comment to patch.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/distinfo | 4 | ||||
-rw-r--r-- | archivers/unzip/patches/patch-ac | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index 9deb6ccb79f..c535dfd7209 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2012/04/25 19:35:02 wiz Exp $ +$NetBSD: distinfo,v 1.21 2012/09/14 13:10:48 wiz Exp $ SHA1 (unzip60.tgz) = abf7de8a4018a983590ed6f5cbd990d4740f8a22 RMD160 (unzip60.tgz) = 48af66606e9472e45fbb94bc4e285da23d1b89ba Size (unzip60.tgz) = 1376845 bytes SHA1 (patch-aa) = d0bbfd14cae937f5c4170780dfcd1d46cc10d790 SHA1 (patch-ab) = 672635c469e0a53ac9808f8155ee38643a8acf69 -SHA1 (patch-ac) = 7891fad33d07746d1067e373bf955086489e0fee +SHA1 (patch-ac) = 27b91401d4d5ecc3842c91dc49c08f42c8646154 diff --git a/archivers/unzip/patches/patch-ac b/archivers/unzip/patches/patch-ac index 30e9d46fc0b..16fd05a80b3 100644 --- a/archivers/unzip/patches/patch-ac +++ b/archivers/unzip/patches/patch-ac @@ -1,4 +1,6 @@ -$NetBSD: patch-ac,v 1.2 2010/03/03 16:27:57 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2012/09/14 13:10:48 wiz Exp $ + +Fix build with -DFUNZIP. --- inflate.c.orig 2008-07-30 01:31:08.000000000 +0000 +++ inflate.c |