git: cda6f751c09c - main - java/bootstrap-openjdk11: simplify ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jan 2025 21:43:10 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cda6f751c09cb825524b7f8012e3ed7507f3f34d
commit cda6f751c09cb825524b7f8012e3ed7507f3f34d
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-09 01:16:48 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-12 21:36:44 +0000
java/bootstrap-openjdk11: simplify ONLY_FOR_ARCHS
---
java/bootstrap-openjdk11/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/java/bootstrap-openjdk11/Makefile b/java/bootstrap-openjdk11/Makefile
index f364e605e449..58dcdc149948 100644
--- a/java/bootstrap-openjdk11/Makefile
+++ b/java/bootstrap-openjdk11/Makefile
@@ -12,7 +12,7 @@ WWW= https://openjdk.java.net/
LICENSE= GPLv2
-ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
USES= tar:xz
@@ -29,9 +29,6 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
.include <bsd.port.pre.mk>
-# Support aarch64, armv6 and armv7 on FreeBSD 12 and up
-ONLY_FOR_ARCHS+=aarch64 armv6 armv7
-
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
DISTNAME= ${JDK_PORT}-${JDK_ARCH}-12-${PORTVERSION}
PLIST_SUB+= PPC64LE=""