svn commit: r559308 - head/audio/gervill

Greg Lewis glewis at FreeBSD.org
Sat Dec 26 20:07:27 UTC 2020


Author: glewis
Date: Sat Dec 26 20:07:26 2020
New Revision: 559308
URL: https://svnweb.freebsd.org/changeset/ports/559308

Log:
  Restrict to Java 8, since this doesn't compile with Java 11
  
  PR:		251774

Modified:
  head/audio/gervill/Makefile

Modified: head/audio/gervill/Makefile
==============================================================================
--- head/audio/gervill/Makefile	Sat Dec 26 19:52:44 2020	(r559307)
+++ head/audio/gervill/Makefile	Sat Dec 26 20:07:26 2020	(r559308)
@@ -17,6 +17,7 @@ BROKEN_armv7=		fails to package: find: *: No such file
 
 USES=		zip
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list