From owner-freebsd-questions@FreeBSD.ORG Sat Jul 16 20:05:16 2005 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 D5B8616A41C for ; Sat, 16 Jul 2005 20:05:16 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 663F543D45 for ; Sat, 16 Jul 2005 20:05:16 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from fusemail.com by fuse1.fusemail.net with asmtp (FuseMail extSMTP) id 1DtsuJ-0008AG-Ry; Sat, 16 Jul 2005 15:05:07 -0500 Message-ID: <42D95A69.4010700@fusemail.com> Date: Sat, 16 Jul 2005 14:05:13 -0500 From: Brian John User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050715) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Igor Robul References: <59794.71.36.156.210.1121374495.fusewebmail-19592@webmail.fusemail.com > <42D75DE2.6070204@speechpro.com> In-Reply-To: <42D75DE2.6070204@speechpro.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Cannot use cvsup 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: Sat, 16 Jul 2005 20:05:17 -0000 Igor Robul wrote: > Brian John wrote: > >> Hello, >> I can't use cvsup for some reason. I just tried upgrading from 5.3 to >> 5.4. When I try to use cvsup, it says this: >> su-2.05b# cvsup >> /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, required by >> "cvsup" >> >> > If you dont have X11 on this machine, then you need > "cvsup-without-gui" package > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > i think what is happening is cvsup is not getting the makefiles for some reason. if i go into all of my ports, there are no makefiles. how could this have happened? i added these lines to ports-supfile, is this correct? *default host=cvsup14.us.freebsd.org *default base=/var/db *default prefix=/usr *default release=cvs *default delete use-rel-suffix *default tag=RELENG_5_4 src=all ports-all tag=. doc-all thanks /Brian