. Remove references to the defunct java/jdk16 port and replace with

java/openjdk6 as appropriate.

PR:		179801
Submitted by:	jgh@
This commit is contained in:
Greg Lewis 2013-07-05 00:47:11 +00:00
parent f1732bb52e
commit 597f8c4e9a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42154
2 changed files with 2 additions and 12 deletions

View file

@ -6982,8 +6982,8 @@ USE_QT4= moc_build qmake_build rcc_build uic_build</programlisting>
<para>There are several JDKs in the ports collection, from
various vendors, and in several versions. If your port must
use one of these versions, you can define which one. The
most current version is <filename
role="package">java/jdk16</filename>.</para>
most current version, and &os; default is <filename
role="package">java/openjdk6</filename>.</para>
<table frame="none">
<title>Variables Which May be Set by Ports That Use

View file

@ -23,16 +23,6 @@ different Java Development Kits:</p>
<br/>make install clean
</code></p>
<h3><a name="jdk">Oracle JDK on FreeBSD</a></h3>
<p>This is the effort of the Java FreeBSD porting project.
By the use of patchsets and the JDK source code released by Oracle,
this port builds a native JDK for FreeBSD.</p>
<p><code>cd /usr/ports/java/jdk16
<br/>make install clean
</code></p>
<h3><a name="linux-sun-jdk">Oracle JDK for Linux</a></h3>
<p>This port installs the Java Development Kit from Oracle which was built for Linux. It will run under FreeBSD using the Linux compatibility.</p>