Date: Thu, 15 Apr 2021 17:25:51 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: aabcf8b7d4 - main - Update the list of available OpenJDK ports Message-ID: <202104151725.13FHPpi3083505@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=aabcf8b7d4fabdbffde895eb3cd396c0360e94bd commit aabcf8b7d4fabdbffde895eb3cd396c0360e94bd Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-15 17:23:34 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-15 17:23:34 +0000 Update the list of available OpenJDK ports Perhaps in the future we could document a one-liner that is able to print the supported versions of OpenJDK in the ports tree, e.g.: make -f `make -V PORTSDIR`/Mk/bsd.java.mk -D USE_JAVA -V __JAVA_VERSION_LIST --- documentation/content/en/books/porters-handbook/special/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 10598628bd..2db3f3b8f6 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -2782,7 +2782,7 @@ USE_LXQT= buildtools libfmqt If the port needs a Java(TM) Development Kit (JDK(TM)) to either build, run or even extract the distfile, then define `USE_JAVA`. -There are several JDKs in the ports collection, from various vendors, and in several versions. If the port must use a particular version, specify it using the `JAVA_VERSION` variable. The most current version is package:java/openjdk15[], with package:java/openjdk14[], package:java/openjdk13[], package:java/openjdk12[], package:java/openjdk11[], package:java/openjdk8[], and package:java/openjdk7[] also available. +There are several JDKs in the ports collection, from various vendors, and in several versions. If the port must use a particular version, specify it using the `JAVA_VERSION` variable. The most current version is package:java/openjdk16[], with package:java/openjdk15[], package:java/openjdk14[], package:java/openjdk13[], package:java/openjdk12[], package:java/openjdk11[], package:java/openjdk8[], and package:java/openjdk7[] also available. [[using-java-variables]] .Variables Which May be Set by Ports That Use Java [cols="1,1", frame="none", options="header"] @@ -2794,7 +2794,7 @@ There are several JDKs in the ports collection, from various vendors, and in sev |Define for the remaining variables to have any effect. |`JAVA_VERSION` -|List of space-separated suitable Java versions for the port. An optional `"+"` allows specifying a range of versions (allowed values: `7[+] 8[+] 11[+] 12[+] 13[+] 14[+] 15[+]`). +|List of space-separated suitable Java versions for the port. An optional `"+"` allows specifying a range of versions (allowed values: `7[+] 8[+] 11[+] 12[+] 13[+] 14[+] 15[+] 16[+]`). |`JAVA_OS` |List of space-separated suitable JDK port operating systems for the port (allowed values: `native linux`).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151725.13FHPpi3083505>