From owner-freebsd-questions@FreeBSD.ORG Thu May 24 20:07:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 710C516A469 for ; Thu, 24 May 2007 20:07:37 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4922613C455 for ; Thu, 24 May 2007 20:07:37 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 8625F5191F for ; Thu, 24 May 2007 16:07:35 -0400 (EDT) Date: Thu, 24 May 2007 21:07:32 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070524210732.6c6e40b0@gumby.homeunix.com.> In-Reply-To: <4655E8C1.5080905@setonhome.org> References: <4655E8C1.5080905@setonhome.org> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: difficulty using pkg_add on 6.0 system 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: Thu, 24 May 2007 20:07:37 -0000 On Thu, 24 May 2007 15:34:25 -0400 Lewis Kapell wrote: > Greetings, > > Sorry if this has been asked before, I did search the archives but > couldn't find the information I need. > > I have a 6.0 system that was installed with the minimum of optional > packages. I want to install cvsup so that I can update my ports > tree. Trying to use pkg_add to install cvsup, I get the following > message: ... Note that there is a utility called csup in the base system, which is a drop-in replacement for the no-gui version of cvsup. It's a rewrite in C to avoid cvsup's modula2 compiler dependency.