pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/abcl Requires pre-JDK11 Java, so restrict to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58a63cb8b544
branches:  trunk
changeset: 427164:58a63cb8b544
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 12 19:39:11 2020 +0000

description:
Requires pre-JDK11 Java, so restrict to the older JVMs.

diffstat:

 lang/abcl/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2ddbbdbe33e9 -r 58a63cb8b544 lang/abcl/Makefile
--- a/lang/abcl/Makefile        Sun Apr 12 19:36:26 2020 +0000
+++ b/lang/abcl/Makefile        Sun Apr 12 19:39:11 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index