You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
52741592a6
The ocaml-cudf subport was missed by both the OCaml 5.4.1 and 5.5.0 cascade revbumps (4c8893022e,a776172ef6), unlike its sibling subport libCUDF which was bumped in both. Its published archive is therefore still built against a pre-5.x OCaml, so libCUDF's build now fails linking against its stale .cmi files: Error: /opt/local/lib/ocaml/site-lib/cudf/cudf_parser.cmi is not a compiled interface for this version of OCaml. Fixes: https://trac.macports.org/ticket/74170 Signed-off-by: Paul Guyot <pguyot@kallisys.net>