pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml Fix for PR#37051. Please test.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41e5c7985e22
branches:  trunk
changeset: 533860:41e5c7985e22
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 04 05:19:16 2007 +0000

description:
Fix for PR#37051. Please test.

diffstat:

 lang/ocaml/distinfo         |   4 ++--
 lang/ocaml/patches/patch-ab |  13 ++++++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r d06ae9221ad3 -r 41e5c7985e22 lang/ocaml/distinfo
--- a/lang/ocaml/distinfo       Wed Oct 03 23:05:36 2007 +0000
+++ b/lang/ocaml/distinfo       Thu Oct 04 05:19:16 2007 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.39 2007/09/14 15:34:09 adam Exp $
+$NetBSD: distinfo,v 1.40 2007/10/04 05:19:16 adam Exp $
 
 SHA1 (ocaml-3.10.0.tar.bz2) = 5c7ee7dd5ac55bee2877ca0ace5ffb044df8efb5
 RMD160 (ocaml-3.10.0.tar.bz2) = 19615743230f0215135eb966f1f08a6a828f9aa4
 Size (ocaml-3.10.0.tar.bz2) = 2786012 bytes
 SHA1 (patch-aa) = 858f326fe4db7971a05b3b001c6aecc02ecb2903
-SHA1 (patch-ab) = 64ed5d08daff185cf6fd3baa89de496ae6e8246a
+SHA1 (patch-ab) = c6140f43fdb76c4f2d499f9d3beb714de3926460
 SHA1 (patch-ac) = efe8290b394f40d6675fc9d57557c49ddafdb239
 SHA1 (patch-ad) = f2c1dcc3c31db31e2484fdea1076692a63252a87
 SHA1 (patch-ag) = f1b751098d3693b92feb26cda87970426bffcaf1
diff -r d06ae9221ad3 -r 41e5c7985e22 lang/ocaml/patches/patch-ab
--- a/lang/ocaml/patches/patch-ab       Wed Oct 03 23:05:36 2007 +0000
+++ b/lang/ocaml/patches/patch-ab       Thu Oct 04 05:19:16 2007 +0000
@@ -1,15 +1,18 @@
-$NetBSD: patch-ab,v 1.5 2007/09/14 15:34:10 adam Exp $
+$NetBSD: patch-ab,v 1.6 2007/10/04 05:19:16 adam Exp $
 
---- otherlibs/dbm/cldbm.c.orig 2003-07-08 08:50:31.000000000 -0500
+--- otherlibs/dbm/cldbm.c.orig 2003-07-08 15:50:31.000000000 +0200
 +++ otherlibs/dbm/cldbm.c
-@@ -21,8 +21,8 @@
+@@ -21,10 +21,10 @@
  #include <fail.h>
  #include <callback.h>
  
 -#ifdef DBM_USES_GDBM_NDBM
 -#include <gdbm-ndbm.h>
+-#else
 +#ifdef DBM_USES_DB
-+#include <ndbm.h>
- #else
  #include <ndbm.h>
++#else
++#include <db.h>
  #endif
+ 
+ /* Quite close to sys_open_flags, but we need RDWR */



Home | Main Index | Thread Index | Old Index