From owner-freebsd-doc@FreeBSD.ORG Mon Mar 28 07:10:09 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 AE0741065673 for ; Mon, 28 Mar 2011 07:10:09 +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 6AEDF8FC16 for ; Mon, 28 Mar 2011 07:10: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 p2S7A9af080476 for ; Mon, 28 Mar 2011 07:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2S7A9IC080475; Mon, 28 Mar 2011 07:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 28 Mar 2011 07:10:09 GMT Resent-Message-Id: <201103280710.p2S7A9IC080475@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, Beat Gätzi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCC3D1065672 for ; Mon, 28 Mar 2011 07:02:33 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 614F88FC1C for ; Mon, 28 Mar 2011 07:02:32 +0000 (UTC) Received: from _HOSTNAME_ (global277.lnk.telstra.net [203.45.62.136]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id p2S72QH5013748 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Mon, 28 Mar 2011 07:02:30 GMT (envelope-from beat@FreeBSD.org) Received: by _HOSTNAME_ (sSMTP sendmail emulation); Mon, 28 Mar 2011 09:02:20 +0200 Message-Id: <201103280702.p2S72QH5013748@marvin.chruetertee.ch> Date: Mon, 28 Mar 2011 09:02:20 +0200 From: Beat Gätzi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/155986: [PATCH] Add Firefox 4.0 to the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beat Gätzi List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2011 07:10:09 -0000 >Number: 155986 >Category: docs >Synopsis: [PATCH] Add Firefox 4.0 to the handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Mar 28 07:10:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Beat Gätzi >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD daedalus.network.local 9.0-CURRENT FreeBSD 9.0-CURRENT #5 r217615M: Thu Jan 20 01:02:35 CET 2011 root@daedalus.network.local:/usr/obj/usr/src/sys/GENERIC i386 >Description: - Firefox 4.0 has been committed to the ports tree. Attached patch updates the desktop chapter of the handbook with the information for Firefox 4.0. >How-To-Repeat: >Fix: --- firefox-4.0-handbook.patch begins here --- Index: en_US.ISO8859-1/books/handbook/desktop/chapter.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v retrieving revision 1.104 diff -u -r1.104 chapter.sgml --- en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 27 Mar 2011 17:33:23 -0000 1.104 +++ en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 28 Mar 2011 01:21:17 -0000 @@ -182,8 +182,13 @@ &prompt.root; pkg_add -r firefox - This will install Firefox 3.6, - if you want to run Firefox 3.5, + This will install Firefox 4.0, + if you want to run Firefox 3.6, + use instead: + + &prompt.root; pkg_add -r firefox36 + + If you want to run Firefox 3.5, use instead: &prompt.root; pkg_add -r firefox35 @@ -194,9 +199,10 @@ &prompt.root; cd /usr/ports/www/firefox &prompt.root; make install clean - For Firefox 3.5, in the + For Firefox 3.6, in the previous command replace firefox with - firefox35. + firefox36. For Firefox + 3.5 use firefox35 instead. @@ -275,7 +281,7 @@ - For Firefox 3.6 + For Firefox 3.6 and 4.0 Install OpenJDK 6 through the Ports Collection by typing: --- firefox-4.0-handbook.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: