From owner-freebsd-questions@FreeBSD.ORG Mon May 8 17:06:41 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 E2F6016A447 for ; Mon, 8 May 2006 17:06:41 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AFFA43D70 for ; Mon, 8 May 2006 17:06:41 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k48H6dtR027455; Mon, 8 May 2006 12:06:40 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <445F7A9A.40607@daleco.biz> Date: Mon, 08 May 2006 12:06:34 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060426 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marty Landman References: <70063950605080944v4d0c673cm3611ca0d2966d777@mail.gmail.com> In-Reply-To: <70063950605080944v4d0c673cm3611ca0d2966d777@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions@freebsd.org 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, 08 May 2006 17:06:42 -0000 Marty Landman wrote: > I've just reinstalled FBSD 4.8 from the mini-iso on an old box (PII-133 > w/ 3 > GB on two hd's). The problem I'm running into is that my ports are looking > for old, outdated packages, I think. > > So going from > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.htmltried > > to install cvsup to do a port upgrade: > > mrwilhelm# pkg_add -r cvsup-without-gui > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz: > > File unavailable (e.g., file not found, no access) > pkg_add: unable to fetch ' > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.8-release/Latest/cvsup-without-gui.tgz' > > by URL > mrwilhelm# > > Same problem though, how can I tell my system where to get access to > the 4.8stuff? > Somewhere back in 2004? :-D Seriously, if you can find any package at all, I'd try it. I don't know that cvsup changes that much. You can use fetch or FTP to grab from a newer location and add the package directly, e.g. # cd # fetch ftp://ftp.freebsd.org/path/to/some/real.pkg.tbz # pkg_add real.pkg.tbz HTH, Kevin Kinsey -- Consultants are mystical people who ask a company for a number and then give it back to them.