pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/ocaml-zip/patches Remove obsolete patch (not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a805b25022c7
branches:  trunk
changeset: 349395:a805b25022c7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 07 06:27:17 2016 +0000

description:
Remove obsolete patch (not in distinfo).

diffstat:

 archivers/ocaml-zip/patches/patch-zlibstubs.c |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diffs (18 lines):

diff -r a7b0d5fa5b31 -r a805b25022c7 archivers/ocaml-zip/patches/patch-zlibstubs.c
--- a/archivers/ocaml-zip/patches/patch-zlibstubs.c     Wed Jul 06 21:00:04 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-zlibstubs.c,v 1.1 2016/05/05 11:27:47 jaapb Exp $
-
-Use proper definition of zlib crc32 function
---- zlibstubs.c.orig   2012-10-12 03:36:07.000000000 +0000
-+++ zlibstubs.c
-@@ -168,7 +168,7 @@ value camlzip_inflateEnd(value vzs)
- 
- value camlzip_update_crc32(value crc, value buf, value pos, value len)
- {
--  return caml_copy_int32(crc32((uint32) Int32_val(crc), 
-+  return caml_copy_int32(crc32((uLong) Int32_val(crc), 
-                           &Byte_u(buf, Long_val(pos)),
-                           Long_val(len)));
- }



Home | Main Index | Thread Index | Old Index