Date: Fri, 24 Jul 2020 15:24:41 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543248 - in head: cad/sweethome3d java/java3d Message-ID: <202007241524.06OFOfAe084877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007241524.06OFOfAe084877>