Date: Fri, 5 Jan 2024 21:04:59 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6eabb320b14c - main - lang/ocaml: drop ELFv1 support Message-ID: <202401052104.405L4x4v012758@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6eabb320b14cbbc314f2d882e317d142a3e03059 commit 6eabb320b14cbbc314f2d882e317d142a3e03059 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-05 18:30:18 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2024-01-05 21:04:00 +0000 lang/ocaml: drop ELFv1 support --- lang/ocaml/Makefile | 4 ---- ...{extra-patch-asmcomp_power_arch.ml => patch-asmcomp_power_arch.ml} | 0 2 files changed, 4 deletions(-) diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 699a1e55e47f..13eea849dbb2 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -95,10 +95,6 @@ PLIST_SUB+= PROF="@comment " PLIST_SUB+= PROF="" .endif -.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-asmcomp_power_arch.ml -.endif - post-patch: @${REINPLACE_CMD} \ -e '\|MKLIB=|s|ar rc|${AR} rc|' \ diff --git a/lang/ocaml/files/extra-patch-asmcomp_power_arch.ml b/lang/ocaml/files/patch-asmcomp_power_arch.ml similarity index 100% rename from lang/ocaml/files/extra-patch-asmcomp_power_arch.ml rename to lang/ocaml/files/patch-asmcomp_power_arch.ml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052104.405L4x4v012758>