17 Jul
2007
17 Jul
'07
5:33 p.m.
On 7/17/07, Denis Bueno <denbuen@sandia.gov> wrote:
Is there a way for me to recover the ocaml 3.09 Portfile so I can install it alongside 3.10 (where alongside means, of course, only one is active at once).
First look up which macports changeset ocaml 3.09 corresponds to, for example by going to http://trac.macosforge.org/projects/macports/timeline/ Let's assume it's 20526. cd $myrepository # create this as an empty directory if you don't have one yet svn co --revision 20526 https://svn.macports.org/repository/macports/trunk/dports/lang/ocaml/ lang/ocaml/ portindex . sudo port deactivate ocaml sudo port install ocaml (Untested commands, use at your own risk.) Regards, Marc