From cd3c142fe56be14fd17018caf193c2287267e665 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 10 Jun 2026 22:53:25 +0000 Subject: [PATCH] update ocamlbuild to 0.14.3 for ocaml 5 support --- devel/ocaml-ocamlbuild/Makefile | 2 +- devel/ocaml-ocamlbuild/distinfo | 4 ++-- devel/ocaml-ocamlbuild/patches/patch-Makefile | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/ocaml-ocamlbuild/Makefile b/devel/ocaml-ocamlbuild/Makefile index 715802d03d8..db86de044e9 100644 --- a/devel/ocaml-ocamlbuild/Makefile +++ b/devel/ocaml-ocamlbuild/Makefile @@ -3,7 +3,7 @@ CATEGORIES = devel GH_ACCOUNT = ocaml GH_PROJECT = ocamlbuild -GH_TAGNAME = 0.14.1 +GH_TAGNAME = 0.14.3 # LGPLv2.1+ PERMIT_PACKAGE = Yes diff --git a/devel/ocaml-ocamlbuild/distinfo b/devel/ocaml-ocamlbuild/distinfo index 6e57d973b9e..3da20ce2ce9 100644 --- a/devel/ocaml-ocamlbuild/distinfo +++ b/devel/ocaml-ocamlbuild/distinfo @@ -1,2 +1,2 @@ -SHA256 (ocamlbuild-0.14.1.tar.gz) = ThJ5/w74DIYuqlIHp3Ag10HonvlPDkqSo3xBiNvwglY= -SIZE (ocamlbuild-0.14.1.tar.gz) = 199103 +SHA256 (ocamlbuild-0.14.3.tar.gz) = zhUb/SFBq8buCz8lumCemJ/1ZKSL95XW+nE4pNsPwuE= +SIZE (ocamlbuild-0.14.3.tar.gz) = 199357 diff --git a/devel/ocaml-ocamlbuild/patches/patch-Makefile b/devel/ocaml-ocamlbuild/patches/patch-Makefile index 39df5b7a0b1..346851008c8 100644 --- a/devel/ocaml-ocamlbuild/patches/patch-Makefile +++ b/devel/ocaml-ocamlbuild/patches/patch-Makefile @@ -2,11 +2,11 @@ Index: Makefile --- Makefile.orig +++ Makefile @@ -93,7 +93,7 @@ INSTALL_LIB=\ - src/ocamlbuildlib.cma \ - src/ocamlbuild.cmo \ + plugin-lib/ocamlbuildlib.cma \ + bin/ocamlbuild.cmo \ src/ocamlbuild_pack.cmi \ - $(EXTRA_CMO:.cmo=.cmi) + $(EXTRA_CMO) $(EXTRA_CMO:.cmo=.cmi) INSTALL_LIB_OPT=\ - src/ocamlbuildlib.cmxa src/ocamlbuildlib$(EXT_LIB) \ + plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib$(EXT_LIB) \