On 2022/12/30 11:22, Volker Schlecht wrote:
> Findlib needs devel/ocamlbuild AFAICT
It has built OK without it during a _lot_ of bulk builds by now..
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/findlib/Makefile,v
> retrieving revision 1.43
> diff -u -p -r1.43 Makefile
> --- Makefile 11 Mar 2022 19:57:25 -0000 1.43
> +++ Makefile 20 Sep 2022 18:33:08 -0000
> @@ -1,7 +1,7 @@
> COMMENT= OCaml package manager
> CATEGORIES= sysutils
> DISTNAME= findlib-1.8.1
> -REVISION= 4
> +REVISION= 5
>
> MASTER_SITES= http://download.camlcity.org/download/
>
> @@ -15,7 +15,8 @@ MODULES+= x11/tk
>
> WANTLIB += c m
> RUN_DEPENDS += lang/ocaml
> -BUILD_DEPENDS += lang/ocaml
> +BUILD_DEPENDS += lang/ocaml \
> + devel/ocaml-ocamlbuild
>
> CONFIGURE_STYLE=simple
> CONFIGURE_ARGS= -no-custom \
No comments:
Post a Comment