svn commit: r49218 - head/en_US.ISO8859-1/books/porters-handbook/special
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wblock Date: Fri Aug 5 18:51:24 2016 New Revision: 49218 URL: https://svnweb.freebsd.org/changeset/doc/49218 Log: Fix Java versions in Porter's Handbook. Bug submitted by Bruce Cran <[email protected]>, patch submitted by Tim Moore <[email protected]>. PR: 201558 Submitted by: Tim Moore <[email protected]> Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D7425 Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Aug 5 12:56:43 2016 (r49217) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Aug 5 18:51:24 2016 (r49218) @@ -2866,9 +2866,12 @@ USE_QT4= moc_build qmake_build rcc_build <para>There are several <acronym>JDK</acronym>s in the ports collection, from various vendors, and in several versions. If - the port must use one of these versions, define which one. - The most current version, and &os; default is - <package role="port">java/openjdk6</package>.</para> + the port must use a particular version, specify it using the + <varname>JAVA_VERSION</varname> variable. + The most current version is + <package role="port">java/openjdk8</package>, with + <package role="port">java/openjdk6</package> and + <package role="port">java/openjdk7</package> also available.</para> <table frame="none" xml:id="using-java-variables"> <title>Variables Which May be Set by Ports That Use _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"