Looks good to me on amd64, but I get
$ make port-lib-depends-check
ocamlbuild-0.14.2(devel/ocaml-ocamlbuild):
Extra: pthread.27
Can we remove pthread there?
otherwise ok.
On 9/12/23 04:42, Daniel Dickman wrote:
The latest ocamlbuild claims support for ocaml 5.x.
Reverse deps still build.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-ocamlbuild/Makefile,v
retrieving revision 1.14
diff -u -p -u -r1.14 Makefile
--- Makefile 24 Jul 2023 12:12:55 -0000 1.14
+++ Makefile 12 Sep 2023 02:39:51 -0000
@@ -3,8 +3,7 @@ CATEGORIES = devel
GH_ACCOUNT = ocaml
GH_PROJECT = ocamlbuild
-GH_TAGNAME = 0.14.0
-REVISION = 5
+GH_TAGNAME = 0.14.2
# LGPLv2.1+
PERMIT_PACKAGE = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ocaml-ocamlbuild/distinfo,v
retrieving revision 1.3
diff -u -p -u -r1.3 distinfo
--- distinfo 19 Jun 2019 09:18:18 -0000 1.3
+++ distinfo 12 Sep 2023 02:39:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (ocamlbuild-0.14.0.tar.gz) =
h7Kc6WlYCWwKGo7q/rYmgHey0R4b8rPeD168nPjULng=
-SIZE (ocamlbuild-0.14.0.tar.gz) = 198267
+SHA256 (ocamlbuild-0.14.2.tar.gz) =
YtLatgN3lMcCqDrFhKcGbQGM8WRTcNHz1XZMK0WHkbE=
+SIZE (ocamlbuild-0.14.2.tar.gz) = 199293
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-ocamlbuild/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 patch-Makefile
--- patches/patch-Makefile 11 Mar 2022 18:50:53 -0000 1.2
+++ patches/patch-Makefile 12 Sep 2023 02:39:51 -0000
@@ -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) \