[38743] trunk/dports/devel/caml-ocamlnet/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Jul 29 20:05:14 PDT 2008


On Jul 29, 2008, at 20:39, landonf at macports.org wrote:

> Revision: 38743
>           http://trac.macosforge.org/projects/macports/changeset/38743
> Author:   landonf at macports.org
> 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?


-------------- next part --------------
A non-text attachment was scrubbed...
Name: caml-ocamlnet.diff
Type: application/octet-stream
Size: 531 bytes
Desc: not available
Url : http://lists.macosforge.org/pipermail/macports-dev/attachments/20080729/3b0f5c1a/attachment.obj 


More information about the macports-dev mailing list