From owner-freebsd-doc@FreeBSD.ORG Thu Aug 11 16:40:10 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18F2A1065676 for ; Thu, 11 Aug 2011 16:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E3D7B8FC21 for ; Thu, 11 Aug 2011 16:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7BGe96Z000769 for ; Thu, 11 Aug 2011 16:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7BGe9lY000768; Thu, 11 Aug 2011 16:40:09 GMT (envelope-from gnats) Resent-Date: Thu, 11 Aug 2011 16:40:09 GMT Resent-Message-Id: <201108111640.p7BGe9lY000768@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4404E106564A for ; Thu, 11 Aug 2011 16:37:18 +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 223648FC1D for ; Thu, 11 Aug 2011 16:37:18 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 095DF6FD47A; Thu, 11 Aug 2011 09:37:18 -0700 (PDT) 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 FCPIAkAPb2WR; Thu, 11 Aug 2011 09:37:17 -0700 (PDT) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id D79B26FD478; Thu, 11 Aug 2011 09:37:17 -0700 (PDT) Received: (nullmailer pid 75368 invoked by uid 1001); Thu, 11 Aug 2011 16:36:34 -0000 Message-Id: <1313080594.082286.75367.nullmailer@experts-exchange.com> Date: Thu, 11 Aug 2011 09:36:34 -0700 From: Jason Helfman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ports@FreeBSD.org Subject: docs/159694: [patch] book/porters-handbook: sync handbook with bsd.java.mk X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Helfman List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 16:40:10 -0000 >Number: 159694 >Category: docs >Synopsis: [patch] book/porters-handbook: sync handbook with bsd.java.mk >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: Thu Aug 11 16:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 8.2-RELEASE i386 >Organization: Experts Exchange, LLC. >Environment: System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Email from Edward Sutton, III to doc@ 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. With this patch, sgml renders fine, and builds with no issue. >How-To-Repeat: >Fix: Index: books/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 --- books/porters-handbook/book.sgml 20 Jul 2011 04:26:06 -0000 1.1113 +++ books/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'). >Release-Note: >Audit-Trail: >Unformatted: