[95286] trunk/dports/devel/ocaml-extlib

mww at macports.org mww at macports.org
Sun Jul 8 11:47:38 PDT 2012


Revision: 95286
          https://trac.macports.org/changeset/95286
Author:   mww at macports.org
Date:     2012-07-08 11:47:36 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
ocaml-extlib: prepare for ocaml 4.0

Modified Paths:
--------------
    trunk/dports/devel/ocaml-extlib/Portfile

Added Paths:
-----------
    trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff

Modified: trunk/dports/devel/ocaml-extlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-extlib/Portfile	2012-07-08 18:22:44 UTC (rev 95285)
+++ trunk/dports/devel/ocaml-extlib/Portfile	2012-07-08 18:47:36 UTC (rev 95286)
@@ -20,6 +20,8 @@
 distname            extlib-${version}
 
 patchfiles          patch-install.ml
+# add this patch for ocaml 4.0:
+#patch-extHashtbl.mli.diff
 
 depends_lib         port:ocaml port:ocaml-findlib
 

Added: trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff
===================================================================
--- trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff	                        (rev 0)
+++ trunk/dports/devel/ocaml-extlib/files/patch-extHashtbl.mli.diff	2012-07-08 18:47:36 UTC (rev 95286)
@@ -0,0 +1,11 @@
+--- extHashtbl.mli	2011-08-06 16:56:39.000000000 +0200
++++ extHashtbl.mli	2012-07-08 20:43:01.000000000 +0200
+@@ -73,7 +73,7 @@
+ 		functions. (note : functor support removed to avoid code
+ 		duplication). *)
+ 
+-	val create : int -> ('a, 'b) t
++	val create : ?random:bool -> int -> ('a, 'b) t
+ 	val clear : ('a, 'b) t -> unit
+ 	val add : ('a, 'b) t -> 'a -> 'b -> unit
+ 	val copy : ('a, 'b) t -> ('a, 'b) t
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/ac188412/attachment.html>


More information about the macports-changes mailing list