svn commit: r559403 - head/java/sigar
Greg Lewis
glewis at FreeBSD.org
Sun Dec 27 19:00:15 UTC 2020
Author: glewis
Date: Sun Dec 27 19:00:14 2020
New Revision: 559403
URL: https://svnweb.freebsd.org/changeset/ports/559403
Log:
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Modified:
head/java/sigar/Makefile
Modified: head/java/sigar/Makefile
==============================================================================
--- head/java/sigar/Makefile Sun Dec 27 18:56:42 2020 (r559402)
+++ head/java/sigar/Makefile Sun Dec 27 19:00:14 2020 (r559403)
@@ -26,6 +26,7 @@ GH_TAGNAME= b5af695
USES= perl5
USE_PERL5= build
USE_JAVA= yes
+JAVA_VERSION= 8
JAVA_RUN= yes
USE_GCC= any
NO_CCACHE= yes
More information about the svn-ports-all
mailing list