svn commit: r543248 - in head: cad/sweethome3d java/java3d

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jul 24 15:24:41 UTC 2020


Author: danfe
Date: Fri Jul 24 15:24:40 2020
New Revision: 543248
URL: https://svnweb.freebsd.org/changeset/ports/543248

Log:
  Lock these ports down to OpenJDK version 8, they do not build with neither
  7 nor 11+.
  
  PR:	248169

Modified:
  head/cad/sweethome3d/Makefile
  head/java/java3d/Makefile

Modified: head/cad/sweethome3d/Makefile
==============================================================================
--- head/cad/sweethome3d/Makefile	Fri Jul 24 15:17:00 2020	(r543247)
+++ head/cad/sweethome3d/Makefile	Fri Jul 24 15:24:40 2020	(r543248)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	java3d>=0:java/java3d
 USES=		zip
 NO_ARCH=	yes
 USE_ANT=	yes
-USE_JAVA=	yes
+USE_JAVA=	8
 
 ALL_TARGET=	jarExecutable
 JARNAME=	SweetHome3D-${PORTVERSION}.jar

Modified: head/java/java3d/Makefile
==============================================================================
--- head/java/java3d/Makefile	Fri Jul 24 15:17:00 2020	(r543247)
+++ head/java/java3d/Makefile	Fri Jul 24 15:24:40 2020	(r543248)
@@ -18,7 +18,7 @@ BROKEN_armv6=		fails to compile: build.xml: Compile fa
 BROKEN_armv7=		fails to compile: build.xml: Compile failed; see the compiler error output for details
 
 USES=		gl tar:bzip2 xorg
-USE_JAVA=	yes
+USE_JAVA=	8
 USE_GL=		gl
 USE_XORG=	xt
 JAVA_VENDOR=	openjdk


More information about the svn-ports-all mailing list