Created attachment 232896 [details] Upgrade to 1.11 This port could be built with OCaml 4.12, but an upgrade is required in order to be usable for math/alt-ergo, which must be upgraded.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a34c2f347e0a3bf0468b469d9ebb0135b818698a commit a34c2f347e0a3bf0468b469d9ebb0135b818698a Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-04-17 03:56:14 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-04-17 03:56:14 +0000 archivers/ocaml-zip: update the port to the latest version 1.11 - Project had been moved under Xavier's GitHub account - Remove ugly and (now) mostly useless `post-extract' target: installation is done via ``ocamlfind install'' which does the right thing by itself and passing ${CFLAGS} does not require in-place expansion and can be moved to the `patch-Makefile' - Drop dynamic `pkg-plist' generation in favor of static file PR: 263005 (modified) Submitted by: thierry Reported by: portscout (a while ago) archivers/ocaml-zip/Makefile | 28 ++++++++++------------------ archivers/ocaml-zip/distinfo | 6 +++--- archivers/ocaml-zip/files/META (gone) | 7 ------- archivers/ocaml-zip/files/patch-Makefile | 18 +++++++++--------- archivers/ocaml-zip/pkg-descr | 2 +- archivers/ocaml-zip/pkg-plist (new) | 23 +++++++++++++++++++++++ 6 files changed, 46 insertions(+), 38 deletions(-)
Committed with some modifications and simplifications (e.g. I didn't want to break existing version scheme), thank you!