[73770] trunk/dports/devel/xml-light

ryandesign at macports.org ryandesign at macports.org
Wed Nov 24 16:04:51 PST 2010


Revision: 73770
          http://trac.macports.org/changeset/73770
Author:   ryandesign at macports.org
Date:     2010-11-24 16:04:47 -0800 (Wed, 24 Nov 2010)
Log Message:
-----------
xml-light: apply a patch to turn off debug output as requested in #27365

Modified Paths:
--------------
    trunk/dports/devel/xml-light/Portfile

Added Paths:
-----------
    trunk/dports/devel/xml-light/files/patch-dtd.ml.diff

Modified: trunk/dports/devel/xml-light/Portfile
===================================================================
--- trunk/dports/devel/xml-light/Portfile	2010-11-24 23:05:23 UTC (rev 73769)
+++ trunk/dports/devel/xml-light/Portfile	2010-11-25 00:04:47 UTC (rev 73770)
@@ -4,7 +4,7 @@
 
 name                xml-light
 version             2.2
-revision            1
+revision            2
 categories          devel textproc
 maintainers         recoil.org:anil
 description         Objective Caml interface for XML parsing and printing
@@ -22,6 +22,9 @@
 build.target        all opt
 checksums           md5 7658985cfdaeeb94b579b932eeaa3e00
 depends_lib         port:ocaml
+
+patchfiles          patch-dtd.ml.diff
+
 set instdir         ${destroot}${prefix}/lib/ocaml/site-lib/xml-light
 destroot.args       INSTALLDIR=${instdir}
 pre-destroot {

Added: trunk/dports/devel/xml-light/files/patch-dtd.ml.diff
===================================================================
--- trunk/dports/devel/xml-light/files/patch-dtd.ml.diff	                        (rev 0)
+++ trunk/dports/devel/xml-light/files/patch-dtd.ml.diff	2010-11-25 00:04:47 UTC (rev 73770)
@@ -0,0 +1,11 @@
+--- dtd.ml.orig	2010-11-21 15:35:54.000000000 -0800
++++ dtd.ml	2010-11-21 15:36:18.000000000 -0800
+@@ -267,7 +267,7 @@
+ exception TmpResult of dtd_result
+ 
+ let prove_child dtd tag = 
+-	trace dtd tag;
++	(* trace dtd tag; *)
+ 	match dtd.current with
+ 	| DTDEmpty -> raise (Prove_error EmptyExpected)
+ 	| DTDAny -> ()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101124/e6d8f82a/attachment.html>


More information about the macports-changes mailing list