diff -Nur xml-light.orig/Portfile xml-light/Portfile
old
|
new
|
|
4 | 4 | |
5 | 5 | name xml-light |
6 | 6 | version 2.2 |
7 | | revision 1 |
| 7 | revision 2 |
8 | 8 | categories devel textproc |
9 | 9 | maintainers recoil.org:anil |
10 | 10 | description Objective Caml interface for XML parsing and printing |
… |
… |
|
24 | 24 | depends_lib port:ocaml |
25 | 25 | set instdir ${destroot}${prefix}/lib/ocaml/site-lib/xml-light |
26 | 26 | destroot.args INSTALLDIR=${instdir} |
| 27 | patchfiles patch-dtd.ml.diff |
27 | 28 | pre-destroot { |
28 | 29 | file mkdir ${instdir} |
29 | 30 | } |
diff -Nur xml-light.orig/files/patch-dtd.ml.diff xml-light/files/patch-dtd.ml.diff
old
|
new
|
|
| 1 | --- dtd.ml.orig 2010-11-21 15:35:54.000000000 -0800 |
| 2 | +++ dtd.ml 2010-11-21 15:36:18.000000000 -0800 |
| 3 | @@ -267,7 +267,7 @@ |
| 4 | exception TmpResult of dtd_result |
| 5 | |
| 6 | let prove_child dtd tag = |
| 7 | - trace dtd tag; |
| 8 | + (* trace dtd tag; *) |
| 9 | match dtd.current with |
| 10 | | DTDEmpty -> raise (Prove_error EmptyExpected) |
| 11 | | DTDAny -> () |