svn commit: r559334 - head/devel/statcvs
Greg Lewis
glewis at FreeBSD.org
Sun Dec 27 02:31:07 UTC 2020
Author: glewis
Date: Sun Dec 27 02:31:05 2020
New Revision: 559334
URL: https://svnweb.freebsd.org/changeset/ports/559334
Log:
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Modified:
head/devel/statcvs/Makefile
Modified: head/devel/statcvs/Makefile
==============================================================================
--- head/devel/statcvs/Makefile Sun Dec 27 02:31:00 2020 (r559333)
+++ head/devel/statcvs/Makefile Sun Dec 27 02:31:05 2020 (r559334)
@@ -19,6 +19,7 @@ BROKEN_armv7= fails to compile: build.xml: compilatio
USES= zip
USE_JAVA= yes
+JAVA_VERSION= 8
USE_ANT= yes
NO_ARCH= yes
More information about the svn-ports-all
mailing list