git: 6eabb320b14c - main - lang/ocaml: drop ELFv1 support

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 05 Jan 2024 21:04:59 UTC
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