File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: bootstrap.mk,v 1.7 2022/05/25 19:53:26 tnn Exp $
1+ # $NetBSD: bootstrap.mk,v 1.8 2022/05/25 20:00:56 tnn Exp $
22
33.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 080000
44PKG_FAIL_REASON+ = "Only supports NetBSD >= 8"
@@ -35,7 +35,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64}
3535ONLY_FOR_PLATFORM+ = NetBSD-*-earmv[67]hf
3636BOOT.nb8-earmv6hf = bootstrap-jdk-1.11.0.15.10-netbsd-8-earmv6hf-20220525.tar.xz
3737SITES.${BOOT.nb8-earmv6hf} = ${MASTER_SITE_LOCAL:=openjdk11/}
38- .if !empty(MACHINE_PLATFORM :MNetBSD-* -earmv6hf ) || make(distinfo)
38+ .if !empty(MACHINE_PLATFORM :MNetBSD-* -earmv[67]hf ) || make(distinfo)
3939DISTFILES+ = ${BOOT.nb8-earmv6hf}
4040EXTRACT_ONLY+ = ${BOOT.nb8-earmv6hf}
4141.endif
Original file line number Diff line number Diff line change 1- # $NetBSD: bootstrap.mk,v 1.6 2022/05/25 19:41:49 tnn Exp $
1+ # $NetBSD: bootstrap.mk,v 1.7 2022/05/25 20:00:56 tnn Exp $
22
33.if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000
44PKG_FAIL_REASON+ = "Only supports NetBSD >= 9"
@@ -35,7 +35,7 @@ EXTRACT_ONLY+= ${BOOT.nb9-aarch64}
3535ONLY_FOR_PLATFORM+ = NetBSD-*-earmv[67]hf
3636BOOT.nb9-earmv6hf = bootstrap-jdk-1.17.0.3.7-netbsd-9-earmv6hf-20220525.tar.xz
3737SITES.${BOOT.nb9-earmv6hf} = ${MASTER_SITE_LOCAL:=openjdk17/}
38- .if !empty(MACHINE_PLATFORM :MNetBSD-* -earmv6hf ) || make(distinfo)
38+ .if !empty(MACHINE_PLATFORM :MNetBSD-* -earmv[67]hf ) || make(distinfo)
3939DISTFILES+ = ${BOOT.nb9-earmv6hf}
4040EXTRACT_ONLY+ = ${BOOT.nb9-earmv6hf}
4141.endif
You can’t perform that action at this time.
0 commit comments