pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/swi-prolog-jpl
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 21 13:06:48 UTC 2022
Modified Files:
pkgsrc/lang/swi-prolog-jpl: Makefile
Log Message:
swi-prolog-jpl: limit JVMs
Configure script does not find JNI for newer versions.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/swi-prolog-jpl/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/swi-prolog-jpl/Makefile
diff -u pkgsrc/lang/swi-prolog-jpl/Makefile:1.7 pkgsrc/lang/swi-prolog-jpl/Makefile:1.8
--- pkgsrc/lang/swi-prolog-jpl/Makefile:1.7 Wed Mar 13 14:02:51 2019
+++ pkgsrc/lang/swi-prolog-jpl/Makefile Wed Dec 21 13:06:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/03/13 14:02:51 leot Exp $
+# $NetBSD: Makefile,v 1.8 2022/12/21 13:06:48 wiz Exp $
.include "../../lang/swi-prolog-lite/Makefile.common"
@@ -9,6 +9,9 @@ COMMENT= JPL package for SWI Prolog
USE_TOOLS+= pkg-config
+# does not find JNI for java>=11
+PKG_JVMS_ACCEPTED= kaffe openjdk8 sun-jdk7 oracle-jdk8
+
CMAKE_ARGS+= -DSWIPL_PACKAGES_JAVA=ON
CMAKE_ARGS+= -DINSTALL_PACKAGES=OFF
CMAKE_ARGS+= -DINSTALL_DOCUMENTATION=OFF
Home |
Main Index |
Thread Index |
Old Index