Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 03:46:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 237054] java/openjdk11: Needs to be integrated into bsd.java.mk
Message-ID:  <bug-237054-8522-25sl85xNPy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237054-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237054-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237054

--- Comment #17 from Tommy P <tommyhp2@gmail.com> ---
Interestingly enough, the same make.conf used for apache-ant:

root@d-build-fbsd11:/usr/ports/devel/apache-ant # grep JAVA Makefile
USE_JAVA=3D       yes
DATADIR=3D        ${JAVASHAREDIR}/${PORTNAME}

root@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=3D1.8

root@d-build-fbsd11:/usr/ports/devel/apache-ant # make all-depends-list | g=
rep
'jdk'
/poudriere/ports/default/java/openjdk8
/poudriere/ports/default/java/bootstrap-openjdk8

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237054-8522-25sl85xNPy>