Received: by mail.netbsd.org (Postfix, from userid 605) id 454DC84E70; Mon, 27 Jun 2022 06:29:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B5CC84DBF for ; Mon, 27 Jun 2022 06:29:29 +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 JwBTaANE0ZWU for ; Mon, 27 Jun 2022 06:29:29 +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 D185A84D28 for ; Mon, 27 Jun 2022 06:29:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94DACFB1A; Mon, 27 Jun 2022 06:31:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656311498282210" MIME-Version: 1.0 Date: Mon, 27 Jun 2022 06:31:38 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/snappy-java10 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220627063138.94DACFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656311498282210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Jun 27 06:31:38 UTC 2022 Modified Files: pkgsrc/devel/snappy-java10: Makefile Log Message: snappy-java: Needs a sufficiently old JVM for source version 6. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/snappy-java10/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656311498282210 Content-Disposition: inline Content-Length: 662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/snappy-java10/Makefile diff -u pkgsrc/devel/snappy-java10/Makefile:1.10 pkgsrc/devel/snappy-java10/Makefile:1.11 --- pkgsrc/devel/snappy-java10/Makefile:1.10 Wed Jul 1 05:03:39 2020 +++ pkgsrc/devel/snappy-java10/Makefile Mon Jun 27 06:31:38 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2020/07/01 05:03:39 yyamano Exp $ +# $NetBSD: Makefile,v 1.11 2022/06/27 06:31:38 nia Exp $ DISTNAME= snappy-java-${SNAPVER}${SNAPJVER} CATEGORIES= devel @@ -28,6 +28,8 @@ USE_TOOLS+= gmake USE_JAVA= yes USE_JAVA2= 6 +PKG_JVMS_ACCEPTED= openjdk8 + .include "../../mk/java-vm.mk" MAVEN_FLAGS+= -Duser.home=${FAKEHOMEDIR} --_----------=_1656311498282210--