1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add upstream patches to support java/openjdk8. Note OpenJDK8 is not

officially supported by the upstream and the next major release will drop
support for OpenJDK6.
This commit is contained in:
Jung-uk Kim 2014-05-16 00:01:02 +00:00
parent 86dcea5c7a
commit 3eb0319a7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354183
2 changed files with 1545 additions and 2 deletions

View File

@ -19,7 +19,6 @@ GNU_CONFIGURE= yes
USE_JAVA= yes
JAVA_OS= native
JAVA_VENDOR= openjdk
JAVA_VERSION= 1.6 1.7
USE_PERL5= build
USE_XORG= x11
USES= desktop-file-utils gmake perl5 pkgconfig shebangfix
@ -79,7 +78,9 @@ WEBPLUGIN_FILES=IcedTeaPlugin.so
.include <bsd.port.pre.mk>
.if ${JAVA_PORT_VERSION} == "1.6.0"
.if ${JAVA_PORT_VERSION} == "1.8.0"
EXTRA_PATCHES= ${PATCHDIR}/extrapatch-jdk8
.elif ${JAVA_PORT_VERSION} == "1.6.0"
pre-extract:
@${ECHO_MSG}
@${ECHO_MSG} "IMPORTANT: To build IcedTea-Web ${PORTVERSION}, you have to turn on 'ICEDTEA' option"

File diff suppressed because it is too large Load Diff