pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openjdk17: Add NetBSD/i386 9 bootstrap kit



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Mon May 9 22:53:19 2022 +0900
Changeset:	64aade4bdc01056907f671353a860802cbd05ad9

Modified Files:
	openjdk17/bootstrap.mk
	openjdk17/distinfo

Log Message:
openjdk17: Add NetBSD/i386 9 bootstrap kit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=64aade4bdc01056907f671353a860802cbd05ad9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openjdk17/bootstrap.mk | 15 ++++++++-------
 openjdk17/distinfo     |  3 +++
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs:
diff --git a/openjdk17/bootstrap.mk b/openjdk17/bootstrap.mk
index 2824fc0ad5..f78ebc7af1 100644
--- a/openjdk17/bootstrap.mk
+++ b/openjdk17/bootstrap.mk
@@ -1,13 +1,14 @@
 # $NetBSD: bootstrap.mk,v 1.4 2020/05/09 00:55:44 tnn Exp $
 
 
-#ONLY_FOR_PLATFORM+=		NetBSD-*-i386
-#BOOT.nb7-i386=			bootstrap-jdk-1.11.0.5.8-netbsd-7-i386-20190928.tar.xz
-#SITES.${BOOT.nb7-i386}=		${MASTER_SITE_LOCAL:=openjdk11/}
-#.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo)
-#DISTFILES+=			${BOOT.nb7-i386}
-#EXTRACT_ONLY+=			${BOOT.nb7-i386}
-#.endif
+ONLY_FOR_PLATFORM+=		NetBSD-*-i386
+BOOT.nb9-i386=			bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz
+#SITES.${BOOT.nb9-i386}=		${MASTER_SITE_LOCAL:=openjdk17/}
+SITES.${BOOT.nb9-i386}=		https://www.ryoon.net/~ryoon/
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo)
+DISTFILES+=			${BOOT.nb9-i386}
+EXTRACT_ONLY+=			${BOOT.nb9-i386}
+.endif
 
 ONLY_FOR_PLATFORM+=		NetBSD-9.[0-8]*-x86_64
 BOOT.nb9-amd64=			bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz
diff --git a/openjdk17/distinfo b/openjdk17/distinfo
index 321a41f375..2a618fdc57 100644
--- a/openjdk17/distinfo
+++ b/openjdk17/distinfo
@@ -6,6 +6,9 @@ Size (bootstrap-jdk-1.17.0.2.8-netbsd-10-amd64-20220401.tar.xz) = 320259572 byte
 BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 8a805fb72760eed42d76b12e6fd655e5af73d6825eb7aeb3acd2201d21f43575
 SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 8878e31782352316a2777aeb7262c6e01e994b9ec5d73b9d155bfa015dfc14b15e9cbace127e361778e3aec09b4995a35b9df448a94bf50eb2860469396b7b9e
 Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-amd64-20220408.tar.xz) = 288701712 bytes
+BLAKE2s (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c7468a1619819ac0fa387e011a2b5b8547c4f93b39728a3194f827a2121e1e55
+SHA512 (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = c687698cdd8d593e7f4a791b8f8abd85eee61b8800ad819e8d71b8fa4c44485bf4351459c56d933073c6af73cb915a284a3862df331f31659db9426bd163ed05
+Size (bootstrap-jdk-1.17.0.2.8-netbsd-9-i386-20220506.tar.xz) = 277103744 bytes
 BLAKE2s (jdk17u-jdk-17.0.2-8-1.tar.gz) = c642373e109255df6b29c91476c9afe3a0d23b88ec8ad559c432e21b1b51fdd3
 SHA512 (jdk17u-jdk-17.0.2-8-1.tar.gz) = a8127c6bd55ae5fff69209c7ed84803d411cd1660f3e48e95d8fd8fee73c54dbaaa8b5c31de51687a2f194c0c063f7e56b2426866dc926a0e02fd728ceea65b4
 Size (jdk17u-jdk-17.0.2-8-1.tar.gz) = 104857682 bytes


Home | Main Index | Thread Index | Old Index