Revision: 95978 https://trac.macports.org/changeset/95978 Author: mww@macports.org Date: 2012-07-27 02:37:52 -0700 (Fri, 27 Jul 2012) Log Message: ----------- ocaml-ansiterminal: rebuild build-system with oasis to fix compilation with OCaml 4.00; inc revision Modified Paths: -------------- trunk/dports/devel/ocaml-ansiterminal/Portfile Modified: trunk/dports/devel/ocaml-ansiterminal/Portfile =================================================================== --- trunk/dports/devel/ocaml-ansiterminal/Portfile 2012-07-27 09:36:06 UTC (rev 95977) +++ trunk/dports/devel/ocaml-ansiterminal/Portfile 2012-07-27 09:37:52 UTC (rev 95978) @@ -5,7 +5,7 @@ name ocaml-ansiterminal version 0.6 -revision 1 +revision 2 categories devel ml license LGPL-3 platforms darwin @@ -24,6 +24,12 @@ checksums rmd160 3cd49b82079a2e09d7ffd3aa97c9819ace5acb27 \ sha256 e2edb63c27508bf7a07da6a066cdaee4534c4ef480ecf38ea33089f2d538a27c +# re-building the build system is necessary for v0.6 with OCaml 4.00.0 -- remove asap +depends_build port:oasis +pre-configure { + system "cd ${worksrcpath} && ${prefix}/bin/oasis setup" +} + use_oasis yes use_oasis_doc yes
participants (1)
-
mww@macports.org