This patch will download and extract a bootstrap jdk to the ${WRKSRC} if
a suitable jdk is not already installed on the system. This is a change
from before, where we would instead add the previous OpenJDK version as
a dependency.
This would cause the previous jdk to also be built and installed, which
in turn could mean that it's previous version would have to be built and
installed, etc.
Chaning this behaviour to only rely on the bootstrap jdk when builting
the port will save both on build time and install size.
Sponsored by: The FreeBSD Foundation