From owner-freebsd-questions@FreeBSD.ORG Mon Dec 19 22:11:02 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 D5AD816A41F for ; Mon, 19 Dec 2005 22:11:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CED43D4C for ; Mon, 19 Dec 2005 22:11:02 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1205199wra for ; Mon, 19 Dec 2005 14:11:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=FmotUHLotJUG3Anl/bl5uHAw6QodBwDXEgRWysuUSfJeT3de0RTOPnkh5ECsuh5PAqZEAuyKCN9HaXW7pOyNptfLeJ80jGrnT1Xc1PmvzN9XwsgWNQfRXkTsxoWTx0khNklqYsuORmkwnd4yLUYa0izzvZEYxMNvL6ozvrpalmw= Received: by 10.54.114.11 with SMTP id m11mr52842wrc; Mon, 19 Dec 2005 14:10:59 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 66sm6490872wra.2005.12.19.14.10.58; Mon, 19 Dec 2005 14:10:59 -0800 (PST) From: "Michael C. Shultz" To: steve lasiter Date: Mon, 19 Dec 2005 14:10:56 -0800 User-Agent: KMail/1.8.3 References: <20051219220016.99370.qmail@web34606.mail.mud.yahoo.com> <200512191404.03199.ringworm01@gmail.com> In-Reply-To: <200512191404.03199.ringworm01@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512191410.56762.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: upgrade then no ports 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, 19 Dec 2005 22:11:03 -0000 On Monday 19 December 2005 14:04, Michael C. Shultz wrote: > On Monday 19 December 2005 14:00, steve lasiter wrote: > > --- "Michael C. Shultz" wrote: > > > On Monday 19 December 2005 13:53, steve lasiter > > > > > > wrote: > > > > I have Freebsd 5.4 on all my servers. It had been > > > > > > a > > > > > > > while since the initial load so I decided to > > > > > > upgrade > > > > > > > all source code via cvsup and then ran make > > > > buildworld, make buildkernel, make installkernel. > > > > > > > > After all was said and done everything booted fine > > > > > > and > > > > > > > all was working well. When I went to install a new > > > > port I noticed that all my ports were gone. All > > > > > > that > > > > > > > is in my /usr/ports/ directory are the directories > > > > distfiles, and dns and a INDEX-5 file. I ran my > > > > ports-supfile for all-ports and it appeared to be > > > > installing but when it's done the /usr/ports/ > > > > directory is unchanged. When I went to install > > > > > > through > > > > > > > sysinstall evey ftp site gives me this: > > > > > > > > Warning: Can't find the '5.4-RELEASE-p8' > > > > > > distribution > > > > > > > on this FTP server. > > > > > > > > I still consider myself a Freebsd newbie and feel > > > > > > I've > > > > > > > probably missed something simple but I have had > > > > > > no > > > > > > > luck searching the net or bsd site. > > > > > > > > Thanks in advance, > > > > > > > > Steve L > > > > > > In your ports-sup file do you have this line? > > > > > > *default tag=. > > > > > > -Mike > > > > Michael, > > > > Yes, I have > > *default release=cvs tag=RELENG_5_4 > > Change it to *default release=cvs tag=. > see man cvsup (note the ".") > > -Mike Here is a better reference, the man page won't help you http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Warning: Be very careful to specify any tag= fields correctly. Some tags are valid only for certain collections of files. If you specify an incorrect or misspelled tag, CVSup will delete files which you probably do not want deleted. In particular, use only tag=. for the ports-* collections.