Received: by mail.netbsd.org (Postfix, from userid 605) id 728B684DBC; Sun, 12 Apr 2020 19:56:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7881D84D90 for ; Sun, 12 Apr 2020 19:39:12 +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 m1Jw8pnzd17D for ; Sun, 12 Apr 2020 19:39:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D71C484D8B for ; Sun, 12 Apr 2020 19:39:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1937FB27; Sun, 12 Apr 2020 19:39:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586720351121920" MIME-Version: 1.0 Date: Sun, 12 Apr 2020 19:39:11 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/lang/abcl To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200412193911.D1937FB27@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. --_----------=_1586720351121920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Apr 12 19:39:11 UTC 2020 Modified Files: pkgsrc/lang/abcl: Makefile Log Message: Requires pre-JDK11 Java, so restrict to the older JVMs. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/abcl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1586720351121920 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/abcl/Makefile diff -u pkgsrc/lang/abcl/Makefile:1.14 pkgsrc/lang/abcl/Makefile:1.15 --- pkgsrc/lang/abcl/Makefile:1.14 Sun Jan 26 17:31:26 2020 +++ pkgsrc/lang/abcl/Makefile Sun Apr 12 19:39:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/01/26 17:31:26 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2020/04/12 19:39:11 joerg Exp $ DISTNAME= abcl-src-1.5.0 PKGNAME= ${DISTNAME:C/-src//} @@ -9,6 +9,8 @@ MAINTAINER= asau@inbox.ru HOMEPAGE= https://abcl.org/ COMMENT= Armed Bear Common Lisp +PKG_JVMS_ACCEPTED= openjdk8 oracle-jdk8 openjdk7 sun-jdk7 jdk16 jdk15 kaffe + BUILD_DEPENDS= apache-ant>=1.7.1:../../devel/apache-ant INSTALLATION_DIRS= bin lib/abcl --_----------=_1586720351121920--