mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+. PR: 248169
This commit is contained in:
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
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue