[Bug 237054] java/openjdk11: Needs to be integrated into bsd.java.mk
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 26 03:46:53 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237054
--- Comment #17 from Tommy P <tommyhp2 at gmail.com> ---
Interestingly enough, the same make.conf used for apache-ant:
root at d-build-fbsd11:/usr/ports/devel/apache-ant # grep JAVA Makefile
USE_JAVA= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
root at d-build-fbsd11:/usr/ports/devel/apache-ant # make all-depends-list|grep
'jdk'
/poudriere/ports/default/java/openjdk6
/poudriere/ports/default/java/bootstrap-openjdk6
Then I changed the JAVA_VERSION=1.8
root at d-build-fbsd11:/usr/ports/devel/apache-ant # make all-depends-list | grep
'jdk'
/poudriere/ports/default/java/openjdk8
/poudriere/ports/default/java/bootstrap-openjdk8
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
More information about the freebsd-java
mailing list