pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/libcomprex Fix an inconsistent prototype.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36191f055c4d
branches:  trunk
changeset: 500258:36191f055c4d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Oct 04 19:16:24 2005 +0000

description:
Fix an inconsistent prototype.

diffstat:

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

diffs (30 lines):

diff -r c9a5cb6cf4b1 -r 36191f055c4d archivers/libcomprex/distinfo
--- a/archivers/libcomprex/distinfo     Tue Oct 04 19:13:24 2005 +0000
+++ b/archivers/libcomprex/distinfo     Tue Oct 04 19:16:24 2005 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/08/08 09:00:00 adam Exp $
+$NetBSD: distinfo,v 1.6 2005/10/04 19:16:24 joerg Exp $
 
 SHA1 (libcomprex-0.3.3.tar.gz) = a1ccd214a67aea3863dda866391921b94f162dea
 RMD160 (libcomprex-0.3.3.tar.gz) = 1a4420ce23d88108e6678f6b3bfddad522dd159b
 Size (libcomprex-0.3.3.tar.gz) = 685822 bytes
 SHA1 (patch-aa) = 967fdbf14cf06ff1f483df16bfe45226a8b64e5c
 SHA1 (patch-ab) = f529232ae7bb809fda655735c15803a0913304c8
+SHA1 (patch-ac) = 0f7a3cfd0ecd8fecd5054738e407c40f9120f3de
diff -r c9a5cb6cf4b1 -r 36191f055c4d archivers/libcomprex/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libcomprex/patches/patch-ac     Tue Oct 04 19:16:24 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2005/10/04 19:16:24 joerg Exp $
+
+--- modules/archive/zip/header.h.orig  2005-10-04 21:12:18.000000000 +0200
++++ modules/archive/zip/header.h
+@@ -77,7 +77,7 @@ typedef enum
+ } ZipStatus;
+ 
+ 
+-CxStatus cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp);
++ZipStatus cxZipReadLocalHeader(ZipLocalHeader *header, CxFP *fp);
+ 
+ 
+ #endif  /* _MOD_HEADER_H_ */



Home | Main Index | Thread Index | Old Index