From owner-freebsd-doc@FreeBSD.ORG Sun Feb 27 15:20:16 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91C816A4CE; Sun, 27 Feb 2005 15:20:15 +0000 (GMT) Received: from redqueen.evilcoder-services.org (redqueen.evilcoder-services.org [217.148.169.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3748943D49; Sun, 27 Feb 2005 15:20:15 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from localhost (localhost [127.0.0.1])7B9252954B4; Sun, 27 Feb 2005 16:20:14 +0100 (CET) Received: from redqueen.evilcoder-services.org ([127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 80219-10; Sun, 27 Feb 2005 16:20:14 +0100 (CET) Received: by redqueen.evilcoder-services.org (Postfix, from userid 1001) id 1BC2E2954B3; Sun, 27 Feb 2005 16:20:14 +0100 (CET) Date: Sun, 27 Feb 2005 16:20:14 +0100 From: Remko Lodder To: Marc Fonvieille Message-ID: <20050227152013.GG62049@elvandar.org> References: <200502271440.j1REeFta013299@freefall.freebsd.org> <20050227145956.GQ2309@nosferatu.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050227145956.GQ2309@nosferatu.blackend.org> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by the evilcoder-services.org maildomain cc: freebsd-doc@FreeBSD.org cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/76057: Handbook method for obtaining OpenOffice doesn't work X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 15:20:16 -0000 On Sun, Feb 27, 2005 at 03:59:56PM +0100, Marc Fonvieille wrote: > On Sun, Feb 27, 2005 at 02:40:15PM +0000, Remko Lodder wrote: > > The following reply was made to PR docs/76057; it has been noted by GNATS. > > > > From: Remko Lodder > > To: freebsd-gnats-submit@FreeBSD.org, john@starfire.mn.org > > Cc: > > Subject: Re: docs/76057: Handbook method for obtaining OpenOffice doesn't > > work > > Date: Sun, 27 Feb 2005 15:32:20 +0100 > > > > Hi guys, > > > > I created a patch that might solve this PR. > > > > Does anyone have suggestions in how i can do this better? > > > > the diff: > > > > Index: chapter.sgml > > =================================================================== > > RCS file: > > /home/ncvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v > > retrieving revision 1.50 > > diff -u -r1.50 chapter.sgml > > --- chapter.sgml 20 Feb 2005 12:51:33 -0000 1.50 > > +++ chapter.sgml 27 Feb 2005 14:05:28 -0000 > > @@ -631,9 +631,10 @@ > > Porting Team's web site. > > > > To install OpenOffice.org, > > - do: > > + download the appropriate package from the FreeBSD OpenOffice > > + Porting Team web site. Then install the package: > > > > - &prompt.root; pkg_add -r > > openoffice > > + &prompt.root; pkg_add > > openoffice_install.tgz > > > > If you run a -RELEASE the "remote package" exists. It should be more > interesting to keep the current text and add a note to point people (and > persons using something else than -RELEASE) on > http://porting.openoffice.org/freebsd/ for up to date packages. No need > to give the pkg_add(8) command line since the reader should be able to > adapt the previous example and since the package name may vary a lot > (look at > http://oootranslation.services.openoffice.org/pub/OpenOffice.org/ooomisc/FreeBSD/). > > Marc Hi Marc! Thanks for the feedback, i worked out your comments and this is the result: Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml,v retrieving revision 1.50 diff -u -r1.50 chapter.sgml --- chapter.sgml 20 Feb 2005 12:51:33 -0000 1.50 +++ chapter.sgml 27 Feb 2005 15:18:10 -0000 @@ -635,6 +635,14 @@ &prompt.root; pkg_add -r openoffice + + If you are not running a -RELEASE + version of &os; this might not work. You should then look on + the FreeBSD OpenOffice Porting Team web site and download the + appropriate package and install the package using + &man.pkg_add.1;. + + Once the package is installed, you must run the setup program and choose a . Run this command as the user who will use What do you think about that? -- Kind regards, Remko Lodder ** remko@elvandar.org Reporter DSINET ** remko@DSINet.org Founder Tienervaders ** remko@tienervaders.org FreeBSD Documentation Project ** remko@FreeBSD.org