git: f33f5d47d8 - main - [phb]: Document JAVA versions 17 and 18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 May 2022 15:02:09 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=f33f5d47d8950de15016db5b7326f8d6e6c886be commit f33f5d47d8950de15016db5b7326f8d6e6c886be Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-05-23 10:27:48 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-23 14:59:43 +0000 [phb]: Document JAVA versions 17 and 18 Chase port change: https://cgit.freebsd.org/ports/commit/?id=76c61ad07349bd3202ee8782afc3e7e20c720a64 --- 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 a7ad7f9aad..f12830c179 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -2991,7 +2991,7 @@ If the port needs a Java(TM) Development Kit (JDK(TM)) to either build, run or e 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. +The most current version is package:java/openjdk18[], with package:java/openjdk17[], package:java/openjdk16[], 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 @@ -3004,7 +3004,7 @@ The most current version is package:java/openjdk16[], with package:java/openjdk1 |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[+] 16[+]`). +|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[+] 17[+] 18[+]`). |`JAVA_OS` |List of space-separated suitable JDK port operating systems for the port (allowed values: `native linux`).