[74140] trunk/dports/math/orpie
Revision: 74140 http://trac.macports.org/changeset/74140 Author: brett@macports.org Date: 2010-12-05 17:09:20 -0800 (Sun, 05 Dec 2010) Log Message: ----------- update orpie for ocaml 3.12 Modified Paths: -------------- trunk/dports/math/orpie/Portfile Added Paths: ----------- trunk/dports/math/orpie/files/ trunk/dports/math/orpie/files/patch-Makefile.in.diff Modified: trunk/dports/math/orpie/Portfile =================================================================== --- trunk/dports/math/orpie/Portfile 2010-12-06 00:11:38 UTC (rev 74139) +++ trunk/dports/math/orpie/Portfile 2010-12-06 01:09:20 UTC (rev 74140) @@ -20,3 +20,4 @@ depends_lib port:gsl depends_build port:ocaml configure.args --mandir=${prefix}/share/man +patchfiles patch-Makefile.in.diff Added: trunk/dports/math/orpie/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/math/orpie/files/patch-Makefile.in.diff (rev 0) +++ trunk/dports/math/orpie/files/patch-Makefile.in.diff 2010-12-06 01:09:20 UTC (rev 74140) @@ -0,0 +1,19 @@ +--- Makefile.in.orig 2007-09-14 05:31:23.000000000 +0200 ++++ Makefile.in 2009-09-03 00:21:43.000000000 +0200 +@@ -24,12 +24,12 @@ + MANDIR = $(DESTDIR)/@mandir@ + + # other variables set by ./configure +-OCAMLC = @OCAMLC@ +-OCAMLOPT = @OCAMLOPT@ ++OCAMLC = ocamlc ++OCAMLOPT = no + OCAMLDEP = @OCAMLDEP@ + OCAMLLIB = @OCAMLLIB@ +-OCAMLBEST = @OCAMLBEST@ +-OCAMLLEX = @OCAMLLEX@ ++OCAMLBEST = byte ++OCAMLLEX = ocamllex + OCAMLYACC = @OCAMLYACC@ + OCAMLVERSION = @OCAMLVERSION@ + OCAMLWIN32 = @OCAMLWIN32@
participants (1)
-
brett@macports.org