From 52741592a6c17d1bb975373531abf9b4dfb73df3 Mon Sep 17 00:00:00 2001 From: Paul Guyot Date: Wed, 1 Jul 2026 07:08:11 +0200 Subject: [PATCH] ocaml-cudf: bump revision to rebuild against current OCaml The ocaml-cudf subport was missed by both the OCaml 5.4.1 and 5.5.0 cascade revbumps (4c8893022ea, a776172ef66), 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 --- devel/libCUDF/Portfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/libCUDF/Portfile b/devel/libCUDF/Portfile index 3946b15875d..31274b7a274 100644 --- a/devel/libCUDF/Portfile +++ b/devel/libCUDF/Portfile @@ -38,6 +38,8 @@ post-patch { subport ocaml-cudf { PortGroup ocaml 1.1 + revision 1 + ocaml.build_type dune depends_lib-append port:ocaml-extlib