You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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 (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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user