From owner-freebsd-questions@FreeBSD.ORG Mon May 1 07:32:11 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C0F16A40A for ; Mon, 1 May 2006 07:32:11 +0000 (UTC) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4415443D77 for ; Mon, 1 May 2006 07:31:54 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 14662 invoked by uid 510); 1 May 2006 08:39:23 +0100 Received: from 192.168.0.104 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.88/1261. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(192.168.0.104):SA:0(-4.4/5.0):. Processed in 2.294399 secs); 01 May 2006 07:39:23 -0000 X-Spam-Status: No, hits=-4.4 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(192.168.0.104):SA:0(-4.4/5.0):. Processed in 2.294399 secs Process 14655) Received: from usr003.bathnetworks.co.uk (HELO ubuntu.bathnetworks.local.bathnetworks.local) (bsd@bathnetworks.com@192.168.0.104) by lmail.bathnetworks.co.uk with SMTP; 1 May 2006 08:39:21 +0100 From: robert To: doug@safeport.com In-Reply-To: <20060501031001.I48345@pemaquid.safeport.com> References: <20060430221919.A37408@pemaquid.safeport.com> <20060501053336.GA27388@xor.obsecurity.org> <20060501031001.I48345@pemaquid.safeport.com> Content-Type: text/plain Date: Mon, 01 May 2006 08:31:49 +0100 Message-Id: <1146468709.9348.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pkg_add -r openoffice Error: FTP Unable to get ftp: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 07:32:11 -0000 On Mon, 2006-05-01 at 03:12 -0400, doug@safeport.com wrote: > Thanks but: > > pkg_add -r openoffice.org > pkg_add: can't stat package file 'openoffice.org' > > that was the logical and first thing I tried. > > > On Mon, 1 May 2006, Kris Kennaway wrote: > > > On Sun, Apr 30, 2006 at 11:04:32PM -0400, doug@safeport.com wrote: > > > > > pkg_add -r openoffice.org-2.0.2.tbz > > > > You don't use the full versioned package name, you use the name in the > > Latest/ directory, which is probably something like openoffice.org. > > > > > Error: FTP Unable to get > > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/openoffice.org-2.0.2.tbz: > > > > Kris > > > > _____ > Douglas Denault > http://www.safeport.com > doug@safeport.com > Voice: 301-469-8766 Doug, With open office, you need to chose the major revision, both 1.0 and 2.0 are listed. You may need to add the major version number ie pkg_add -r openoffice.org-2.0 may work. Rob