svn commit: r559332 - head/devel/libreadline-java
Greg Lewis
glewis at FreeBSD.org
Sun Dec 27 02:28:29 UTC 2020
Author: glewis
Date: Sun Dec 27 02:28:28 2020
New Revision: 559332
URL: https://svnweb.freebsd.org/changeset/ports/559332
Log:
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Modified:
head/devel/libreadline-java/Makefile
Modified: head/devel/libreadline-java/Makefile
==============================================================================
--- head/devel/libreadline-java/Makefile Sun Dec 27 01:26:33 2020 (r559331)
+++ head/devel/libreadline-java/Makefile Sun Dec 27 02:28:28 2020 (r559332)
@@ -22,6 +22,7 @@ PLIST_FILES= %%JAVAJARDIR%%/libreadline-java.jar \
PORTDOCS= README.1st README jython.sh JReadlineCompleter.py
USES= gmake libedit ncurses readline
USE_JAVA= yes
+JAVA_VERSION= 8
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_JOBS_UNSAFE= yes
More information about the svn-ports-all
mailing list