From jgh@FreeBSD.org  Fri Jun 21 07:20:42 2013
Return-Path: <jgh@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id A86CB84B;
	Fri, 21 Jun 2013 07:20:42 +0000 (UTC)
	(envelope-from jgh@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87])
	by mx1.freebsd.org (Postfix) with ESMTP id 812581E34;
	Fri, 21 Jun 2013 07:20:42 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5L7KgVL054080;
	Fri, 21 Jun 2013 07:20:42 GMT
	(envelope-from jgh@freefall.freebsd.org)
Received: (from jgh@localhost)
	by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5L7KgF9054079;
	Fri, 21 Jun 2013 07:20:42 GMT
	(envelope-from jgh)
Message-Id: <201306210720.r5L7KgF9054079@freefall.freebsd.org>
Date: Fri, 21 Jun 2013 07:20:42 GMT
From: Jason Helfman <jgh@FreeBSD.org>
Reply-To: Jason Helfman <jgh@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: java@FreeBSD.org, glewis@FreeBSD.org
Subject: [patch] jdk16 is deprecated, reflect within documentation
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         179801
>Category:       docs
>Synopsis:       [patch] jdk16 is deprecated, reflect within documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 07:30:00 UTC 2013
>Closed-Date:    Fri Jul 05 00:50:02 UTC 2013
>Last-Modified:  Fri Jul  5 01:00:00 UTC 2013
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252008: Wed Jun 19 21:39:58 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
java/jdk16 is gone
>How-To-Repeat:
	
>Fix:
Index: en_US.ISO8859-1/htdocs/java/install.xml
===================================================================
--- en_US.ISO8859-1/htdocs/java/install.xml	(revision 41991)
+++ en_US.ISO8859-1/htdocs/java/install.xml	(working copy)
@@ -23,16 +23,6 @@
 <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>
Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/book.xml	(revision 41991)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml	(working copy)
@@ -6981,8 +6981,8 @@
 	<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
>Release-Note:
>Audit-Trail:

From: Mark Linimon <linimon@lonesome.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/179801: [patch] jdk16 is deprecated, reflect within
 documentation
Date: Sun, 23 Jun 2013 00:52:12 -0500

 ----- Forwarded message from Allan Jude <freebsd-docs@allanjude.com> -----
 
 Date: Fri, 21 Jun 2013 12:16:12 -0400
 From: Allan Jude <freebsd-docs@allanjude.com>
 To: freebsd-doc@freebsd.org
 Cc: java@freebsd.org
 Subject: Re: docs/179801: [patch] jdk16 is deprecated, reflect within documentation
 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Thunderbird/20.0
 
 Oracle has EOL'd Java6 http://java.com/en/download/faq/java_6.xml
 The update they released this Tuesday, Java 6u51 is only available to
 enterprise customers with support contracts.
 
 ----- End forwarded message -----

From: Eitan Adler <lists@eitanadler.com>
To: Jason Helfman <jgh@freebsd.org>
Cc: bug-followup <bug-followup@freebsd.org>, java@freebsd.org, glewis@freebsd.org
Subject: Re: docs/179801: [patch] jdk16 is deprecated, reflect within documentation
Date: Mon, 24 Jun 2013 22:22:46 +0200

 On Fri, Jun 21, 2013 at 9:20 AM, Jason Helfman <jgh@freebsd.org> wrote:
 >
 >>Number:         179801
 >>Category:       docs
 >>Synopsis:       [patch] jdk16 is deprecated, reflect within documentation
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       low
 >>Responsible:    freebsd-doc
 >>State:          open
 >>Quarter:
 >>Keywords:
 >>Date-Required:
 >>Class:          change-request
 >>Submitter-Id:   current-users
 >>Arrival-Date:   Fri Jun 21 07:30:00 UTC 2013
 >>Closed-Date:
 >>Last-Modified:
 >>Originator:     Jason Helfman
 >>Release:        FreeBSD 10.0-CURRENT amd64
 >>Organization:
 >>Environment:
 > System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252008: Wed Jun 19 21:39:58 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64
 >
 >
 >
 >>Description:
 > java/jdk16 is gone
 >>How-To-Repeat:
 >
 >>Fix:
 > Index: en_US.ISO8859-1/htdocs/java/install.xml
 > ===================================================================
 > --- en_US.ISO8859-1/htdocs/java/install.xml     (revision 41991)
 > +++ en_US.ISO8859-1/htdocs/java/install.xml     (working copy)
 > @@ -23,16 +23,6 @@
 >  <br/>make install clean
 >  </code></p>
 >
 > -<h3><a name="jdk">Oracle JDK on FreeBSD</a></h3>
 
 Shouldn't the Linux part also be dropped?  If so, that makes this page
 mostly useless.
 
 
 -- 
 Eitan Adler

From: Jason Helfman <jgh@FreeBSD.org>
To: Eitan Adler <lists@eitanadler.com>
Cc: bug-followup <bug-followup@freebsd.org>, java@freebsd.org, 
	Greg Lewis <glewis@freebsd.org>
Subject: Re: docs/179801: [patch] jdk16 is deprecated, reflect within documentation
Date: Mon, 24 Jun 2013 17:04:28 -0700

 --e89a8ff24881d97e1604dfef4581
 Content-Type: text/plain; charset=ISO-8859-1
 
 > Shouldn't the Linux part also be dropped?  If so, that makes this page
 > mostly useless.
 >
 >
 > --
 > Eitan Adler
 >
 >
 Perhaps this is an opportunity to document installing openjdk7 and
 encourage users to
 use it, while openjdk6 is more than likely on deprecation path.
 
 -jgh
 
 -- 
 --
 Jason Helfman          | FreeBSD Committer
 jgh@FreeBSD.org     | http://people.freebsd.org/~jgh  | The Power to Serve
 
 --e89a8ff24881d97e1604dfef4581
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr"><br><div class=3D"gmail_extra"><div class=3D"gmail_quote">=
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">Shouldn&#39;t the Linux part also be dropped=
 ? =A0If so, that makes this page<br>
 
 mostly useless.<br>
 <span class=3D"HOEnZb"><font color=3D"#888888"><br>
 <br>
 --<br>
 Eitan Adler<br>
 <br>
 </font></span></blockquote></div><br></div><div class=3D"gmail_extra">Perha=
 ps this is an opportunity to document installing openjdk7 and encourage use=
 rs to<br>use it, while openjdk6 is more than likely on deprecation path.<br=
 >
 <br></div><div class=3D"gmail_extra">-jgh<br clear=3D"all"></div><div class=
 =3D"gmail_extra"><br>-- <br>--<br>Jason Helfman=A0=A0=A0=A0=A0=A0 =A0=A0 | =
 FreeBSD Committer<br>jgh@FreeBSD.org=A0=A0=A0=A0 | <a href=3D"http://people=
 .freebsd.org/%7Ejgh" target=3D"_blank">http://people.freebsd.org/~jgh</a>=
 =A0 | The Power to Serve<br>
 
 </div></div>
 
 --e89a8ff24881d97e1604dfef4581--
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Fri Jul 5 00:47:38 UTC 2013 
State-Changed-Why:  
Committed, thanks. 

I agree there is more updating working to be done here.  Couple of notes: 

1. This gets rid of references to a removed port and likely also stops people 
from jumping through hoops and coming asking for the patchsets for it.  I 
think that alone is good enough to get this committed in its present state. 

2. The OpenJDK6 port may continue to be maintained by the community in terms 
of security patches even though Oracle has EOL'ed JDK6.  Not clear yet if that 
will happen, but the IcedTea people certainly have expressed some interest in 
doing that. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=179801 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/179801: commit references a PR
Date: Fri,  5 Jul 2013 00:47:19 +0000 (UTC)

 Author: glewis
 Date: Fri Jul  5 00:47:11 2013
 New Revision: 42154
 URL: http://svnweb.freebsd.org/changeset/doc/42154
 
 Log:
   . Remove references to the defunct java/jdk16 port and replace with
     java/openjdk6 as appropriate.
   
   PR:		179801
   Submitted by:	jgh@
 
 Modified:
   head/en_US.ISO8859-1/books/porters-handbook/book.xml
   head/en_US.ISO8859-1/htdocs/java/install.xml
 
 Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Thu Jul  4 22:34:09 2013	(r42153)
 +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Fri Jul  5 00:47:11 2013	(r42154)
 @@ -6982,8 +6982,8 @@ USE_QT4=	moc_build qmake_build rcc_build
  	<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
 
 Modified: head/en_US.ISO8859-1/htdocs/java/install.xml
 ==============================================================================
 --- head/en_US.ISO8859-1/htdocs/java/install.xml	Thu Jul  4 22:34:09 2013	(r42153)
 +++ head/en_US.ISO8859-1/htdocs/java/install.xml	Fri Jul  5 00:47:11 2013	(r42154)
 @@ -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>
 _______________________________________________
 svn-doc-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-doc-all
 To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
 
>Unformatted:
