From owner-freebsd-doc@FreeBSD.ORG Thu Aug 11 05:42:22 2011 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA785106564A for ; Thu, 11 Aug 2011 05:42:22 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id C12588FC0C for ; Thu, 11 Aug 2011 05:42:22 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 740F46FD1FF; Wed, 10 Aug 2011 22:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= user-agent:organization:in-reply-to:content-disposition :content-type:content-type:mime-version:references:message-id :subject:subject:from:from:date:date:received:received:received; s=ee; t=1313041342; x=1314855742; bh=Qgkzht/5/vXbm4VKEeOTnYmTmx aSqWdsBfGRrjJAMBY=; b=XlM/Qq+0nrQM0oaE0dYsBDWGXp6Wc8BZxlqk2fdFpl CcTMXPlT8gpVkbEdrRSeXloXRpqsElXG/c3KU33GEYdTXp5or5mP04ny1V3nRgNb DQFv+pWqhOX6T3AU3jvarGOFz72Yfd4U2+ds7ikgVRA41m6P+0OJYkApPSt4AEOa Y= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3xV2ZCDW+rXv; Wed, 10 Aug 2011 22:42:22 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 4C80E6FD1FE; Wed, 10 Aug 2011 22:42:22 -0700 (PDT) Received: (nullmailer pid 51213 invoked by uid 1001); Thu, 11 Aug 2011 05:41:38 -0000 Date: Wed, 10 Aug 2011 22:41:38 -0700 From: Jason Helfman To: doc@freebsd.org Message-ID: <20110811054138.GA51132@eggman.experts-exchange.com> References: <201108101722.23847.mirror176@cox.net> <20110811050134.GA32787@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline In-Reply-To: <20110811050134.GA32787@eggman.experts-exchange.com> X-Operating-System: FreeBSD 8.2-RELEASE Organization: Experts-Exchange, LLC. http://www.experts-exchange.com X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "Edward Sanford Sutton, III" Subject: Re: Porter's handbook old java references X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 05:42:23 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline On Wed, Aug 10, 2011 at 10:01:34PM -0700, Jason Helfman thus spake: >On Wed, Aug 10, 2011 at 05:22:21PM -0700, Edward Sanford Sutton, III thus spake: >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html >>refers to blackdown as a JAVA_VENDOR, among now outdated versions being >>listed as choices and examples. >>Keep up the good work and thanks again, >>Edward Sutton, III > Attached is a more complete patch that updates older information for Java. I updated variables and paths for java/diablo-jdk16. Again, this renders with no issue. -jgh -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html E4AD 7CF1 1396 27F6 79DD 4342 5E92 AD66 8C8C FBA5 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="patch.txt" Index: porters-handbook/book.sgml =================================================================== RCS file: /home/jhelfman/ncvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.1113 diff -u -r1.1113 book.sgml --- porters-handbook/book.sgml 20 Jul 2011 04:26:06 -0000 1.1113 +++ porters-handbook/book.sgml 11 Aug 2011 05:37:06 -0000 @@ -6170,8 +6170,8 @@ List of space-separated suitable Java versions for the port. An optional "+" allows you to specify a range of versions (allowed values: - 1.1[+] 1.2[+] 1.3[+] 1.4[+] 1.5[+] - 1.6[+]). + 1.5[+] 1.6[+] 1.7[+] + ). @@ -6185,7 +6185,7 @@ JAVA_VENDOR List of space-separated suitable JDK port vendors for the port (allowed values: freebsd bsdjava sun - blackdown openjdk). + openjdk). @@ -6242,13 +6242,13 @@ JAVA_PORT The name of the JDK port (e.g. - 'java/jdk14'). + 'java/diablo-jdk16'). JAVA_PORT_VERSION The full version of the JDK port (e.g. - '1.4.2'). If you only need the first + '1.6.0'). If you only need the first two digits of this version number, use ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/}. @@ -6256,19 +6256,19 @@ JAVA_PORT_OS The operating system used by the JDK port (e.g. - 'linux'). + 'native'). JAVA_PORT_VENDOR The vendor of the JDK port (e.g. - 'sun'). + 'freebsd'). JAVA_PORT_OS_DESCRIPTION Description of the operating system used by the JDK port - (e.g. 'Linux'). + (e.g. 'Native'). @@ -6280,34 +6280,34 @@ JAVA_HOME Path to the installation directory of the JDK (e.g. - '/usr/local/jdk1.3.1'). + '/usr/local/diablo-jdk1.6.0'). JAVAC Path to the Java compiler to use (e.g. - '/usr/local/jdk1.3.1/bin/javac' or + '/usr/local/diablo-jdk1.6.0/bin/javac' or '/usr/local/bin/jikes'). JAR Path to the jar tool to use (e.g. - '/usr/local/jdk1.3.1/bin/jar' or + '/usr/local/diablo-jdk1.6.0/bin/jar' or '/usr/local/bin/fastjar'). APPLETVIEWER Path to the appletviewer utility (e.g. - '/usr/local/linux-jdk1.3.1/bin/appletviewer'). + '/usr/local/diablo-jdk1.6.0/bin/appletviewer'). JAVA Path to the java executable. Use this for executing Java programs (e.g. - '/usr/local/jdk1.3.1/bin/java'). + '/usr/local/diablo-jdk1.6.0/bin/java'). --8t9RHnE3ZwKMSgU+--