Lock these ports down to OpenJDK version 8, they do not build with neither

7 nor 11+.

PR:	248169
This commit is contained in:
Alexey Dokuchaev 2020-07-24 15:24:40 +00:00
parent d603c20909
commit 4a7886d8b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543248
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ RUN_DEPENDS= java3d>=0:java/java3d
USES= zip USES= zip
NO_ARCH= yes NO_ARCH= yes
USE_ANT= yes USE_ANT= yes
USE_JAVA= yes USE_JAVA= 8
ALL_TARGET= jarExecutable ALL_TARGET= jarExecutable
JARNAME= SweetHome3D-${PORTVERSION}.jar JARNAME= SweetHome3D-${PORTVERSION}.jar

View file

@ -18,7 +18,7 @@ BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler err
BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details
USES= gl tar:bzip2 xorg USES= gl tar:bzip2 xorg
USE_JAVA= yes USE_JAVA= 8
USE_GL= gl USE_GL= gl
USE_XORG= xt USE_XORG= xt
JAVA_VENDOR= openjdk JAVA_VENDOR= openjdk