Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 291547A173 for ; Tue, 6 Jun 2017 03:36:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F6EC84DE4; Tue, 6 Jun 2017 03:36:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FA7484DB4 for ; Tue, 6 Jun 2017 03:36:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id X8s74qNMf3cD for ; Tue, 6 Jun 2017 03:36:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9F3A084CE1 for ; Tue, 6 Jun 2017 03:36:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95BE6FAB0; Tue, 6 Jun 2017 03:36:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496720194268750" MIME-Version: 1.0 Date: Tue, 6 Jun 2017 03:36:34 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/openjdk8 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170606033634.95BE6FAB0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1496720194268750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Jun 6 03:36:34 UTC 2017 Modified Files: pkgsrc/lang/openjdk8: bootstrap.mk Log Message: Enable bootsrapping on NetBSD 8.99.1 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/openjdk8/bootstrap.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496720194268750 Content-Disposition: inline Content-Length: 2273 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/openjdk8/bootstrap.mk diff -u pkgsrc/lang/openjdk8/bootstrap.mk:1.9 pkgsrc/lang/openjdk8/bootstrap.mk:1.10 --- pkgsrc/lang/openjdk8/bootstrap.mk:1.9 Thu Mar 3 22:41:21 2016 +++ pkgsrc/lang/openjdk8/bootstrap.mk Tue Jun 6 03:36:34 2017 @@ -1,4 +1,4 @@ -# $NetBSD: bootstrap.mk,v 1.9 2016/03/03 22:41:21 tnn Exp $ +# $NetBSD: bootstrap.mk,v 1.10 2017/06/06 03:36:34 ryoon Exp $ # # This file contains a map of available binary bootstrap toolchains # and which kit to use for each supported platform. @@ -23,8 +23,8 @@ # All binary kits from now on MUST have an accompanying PGP signature from # the person who prepared the kit. Unsigned binaries on ftp will be purged. -ONLY_FOR_PLATFORM= NetBSD-[567].*-i386 NetBSD-[567].*-x86_64 -ONLY_FOR_PLATFORM+= NetBSD-7.*-sparc64 NetBSD-7.*-earmv[67]hf +ONLY_FOR_PLATFORM= NetBSD-[5-9].*-i386 NetBSD-[5-9].*-x86_64 +ONLY_FOR_PLATFORM+= NetBSD-[7-9].*-sparc64 NetBSD-[7-9].*-earmv[67]hf ONLY_FOR_PLATFORM+= DragonFly-[34].*-* SunOS-*-* FreeBSD-10.*-x86_64 BOOT.nb5-i386= bootstrap-jdk-1.7.76-netbsd-5-i386-20150301.tar.xz @@ -61,22 +61,22 @@ DISTFILES+= ${BOOT.nb6-amd64} EXTRACT_ONLY+= ${BOOT.nb6-amd64} .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-6.99*-i386) || !empty(MACHINE_PLATFORM:MNetBSD-7.*-i386) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-6.99*-i386) || !empty(MACHINE_PLATFORM:MNetBSD-[7-9].*-i386) || make(distinfo) DISTFILES+= ${BOOT.nb7-i386} EXTRACT_ONLY+= ${BOOT.nb7-i386} .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-6.99*-x86_64) || !empty(MACHINE_PLATFORM:MNetBSD-7.*-x86_64) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-6.99*-x86_64) || !empty(MACHINE_PLATFORM:MNetBSD-[7-9].*-x86_64) || make(distinfo) DISTFILES+= ${BOOT.nb7-amd64} EXTRACT_ONLY+= ${BOOT.nb7-amd64} .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-7.*-sparc64) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-[7-9].*-sparc64) || make(distinfo) DISTFILES+= ${BOOT.nb7-sparc64} EXTRACT_ONLY+= ${BOOT.nb7-sparc64} .endif -.if !empty(MACHINE_PLATFORM:MNetBSD-7.*-earmv[67]hf) || make(distinfo) +.if !empty(MACHINE_PLATFORM:MNetBSD-[7-9].*-earmv[67]hf) || make(distinfo) DISTFILES+= ${BOOT.nb7-earmv6hf} EXTRACT_ONLY+= ${BOOT.nb7-earmv6hf} .endif --_----------=_1496720194268750--