Skip to content

Commit

Permalink
openjdk{11,17}: match earmv[67]hf
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed May 25, 2022
1 parent 48a03f5 commit e38447f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lang/openjdk11/bootstrap.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bootstrap.mk,v 1.7 2022/05/25 19:53:26 tnn Exp $
# $NetBSD: bootstrap.mk,v 1.8 2022/05/25 20:00:56 tnn Exp $

.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000
PKG_FAIL_REASON+= "Only supports NetBSD >= 8"
Expand Down Expand Up @@ -35,7 +35,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64}
ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf
BOOT.nb8-earmv6hf= bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz
SITES.${BOOT.nb8-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk11/}
.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo)
.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) || make(distinfo)
DISTFILES+= ${BOOT.nb8-earmv6hf}
EXTRACT_ONLY+= ${BOOT.nb8-earmv6hf}
.endif
Expand Down
4 changes: 2 additions & 2 deletions lang/openjdk17/bootstrap.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bootstrap.mk,v 1.6 2022/05/25 19:41:49 tnn Exp $
# $NetBSD: bootstrap.mk,v 1.7 2022/05/25 20:00:56 tnn Exp $

.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000
PKG_FAIL_REASON+= "Only supports NetBSD >= 9"
Expand Down Expand Up @@ -35,7 +35,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64}
ONLY_FOR_PLATFORM+= NetBSD-*-earmv[67]hf
BOOT.nb9-earmv6hf= bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz
SITES.${BOOT.nb9-earmv6hf}= ${MASTER_SITE_LOCAL:=openjdk17/}
.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo)
.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) || make(distinfo)
DISTFILES+= ${BOOT.nb9-earmv6hf}
EXTRACT_ONLY+= ${BOOT.nb9-earmv6hf}
.endif
Expand Down

0 comments on commit e38447f

Please sign in to comment.