Changeset 98501


Ignore:
Timestamp:
Oct 7, 2012, 1:49:54 PM (12 years ago)
Author:
mww@…
Message:

camlp5: fix compatibility with ocaml 4.00.1

Location:
trunk/dports/lang/camlp5
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/camlp5/Portfile

    r98499 r98501  
    55name                camlp5
    66version             6.06
    7 revision            2
     7revision            3
    88categories          lang ml
    99license             BSD
     
    3131depends_build       port:ocaml
    3232extract.suffix      .tgz
     33post-extract {
     34    file rename ${worksrcpath}/ocaml_stuff/4.01.0 ${worksrcpath}/ocaml_stuff/4.00.1
     35    file rename ${worksrcpath}/ocaml_src/lib/versdep/4.01.0.ml ${worksrcpath}/ocaml_src/lib/versdep/4.00.1.ml
     36}
     37patchfiles          patch-ocaml_stuff-4.00.1-utils-pconfig.ml.diff
    3338configure.pre_args  --prefix "${prefix}" \
    3439                    --mandir "${prefix}/share/man"
Note: See TracChangeset for help on using the changeset viewer.