On Jul 29, 2008, at 20:39, [EMAIL PROTECTED] wrote:
Revision: 38743 http://trac.macosforge.org/projects/macports/changeset/38743 Author: [EMAIL PROTECTED] Date: 2008-07-29 18:39:48 -0700 (Tue, 29 Jul 2008) Log Message: ----------- Fix breakage at index time. ocamlfind, you're killing me.Modified Paths: -------------- trunk/dports/devel/caml-ocamlnet/Portfile Modified: trunk/dports/devel/caml-ocamlnet/Portfile ===================================================================--- trunk/dports/devel/caml-ocamlnet/Portfile 2008-07-30 01:03:31 UTC (rev 38742) +++ trunk/dports/devel/caml-ocamlnet/Portfile 2008-07-30 01:39:48 UTC (rev 38743)@@ -44,7 +44,9 @@ pre-destroot { set ocaml_site_path [exec ocamlfind printconf destdir] file mkdir ${destroot}/${ocaml_site_path}/stublibs + } -destroot.env DESTDIR="${destroot}" \- OCAMLFIND_DESTDIR="${destroot}/[exec ${prefix}/ bin/ocamlfind printconf destdir]"+pre-destroot {+ destroot.args DESTDIR="${destroot}" OCAMLFIND_DESTDIR="$ {destroot}/[exec ${prefix}/bin/ocamlfind printconf destdir]"+}
How about the attached diff? Should be ok?
caml-ocamlnet.diff
Description: Binary data
_______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev