pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/abcl
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.
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@localhost
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