git: f65e84304068 - main - Mk/Uses: Remove ONLY_FOR_ARCHS variables. these are defined on fpc/lazarus ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Sep 2024 09:26:07 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f65e84304068363ee5b8bc2ca131eef8858251fb
commit f65e84304068363ee5b8bc2ca131eef8858251fb
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-09-17 09:23:53 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-09-17 09:25:58 +0000
Mk/Uses: Remove ONLY_FOR_ARCHS variables. these are defined on fpc/lazarus ports
---
Mk/Uses/fpc.mk | 4 ----
Mk/Uses/lazarus.mk | 4 ----
2 files changed, 8 deletions(-)
diff --git a/Mk/Uses/fpc.mk b/Mk/Uses/fpc.mk
index 31b6151aeba4..7538914c2d48 100644
--- a/Mk/Uses/fpc.mk
+++ b/Mk/Uses/fpc.mk
@@ -52,12 +52,8 @@ PPNAME= ppc_not_yet_ported
. if (defined(WANT_FPC_DEVEL) && !empty(WANT_FPC_DEVEL)) || ${ARCH:Maarch64}
FPC_DEVELSUFFIX= -devel
-ONLY_FOR_ARCHS= i386 amd64 aarch64
-ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386, amd64 and aarch64
. else
FPC_DEVELSUFFIX= #
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386 and amd64
. endif
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils \
diff --git a/Mk/Uses/lazarus.mk b/Mk/Uses/lazarus.mk
index ca8cf5cf70b9..8def6ad69799 100644
--- a/Mk/Uses/lazarus.mk
+++ b/Mk/Uses/lazarus.mk
@@ -101,12 +101,8 @@ LAZARUS_PKGNAMESUFFIX= -${FLAVOR}
. if (defined(WANT_LAZARUS_DEVEL) && !empty(WANT_LAZARUS_DEVEL)) || ${ARCH:Maarch64}
LAZARUS_DEVELSUFFIX= -devel
-ONLY_FOR_ARCHS= i386 amd64 aarch64
-ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386, amd64 and aarch64
. else
LAZARUS_DEVELSUFFIX= #
-ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= not yet ported to anything other than i386 and amd64
. endif
. if ${lazarus_ARGS:Mgtk2} || ${FLAVOR} == gtk2