From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 15:51:19 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E8037B443 for ; Wed, 6 Aug 2003 15:51:09 -0700 (PDT) Received: from email4free.org (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1B244061 for ; Wed, 6 Aug 2003 15:50:49 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 761622316 for ; Wed, 6 Aug 2003 15:50:48 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id R1nDlLsx for ; Wed, 6 Aug 2003 15:50:44 -0700 (PDT) Received: by email4free.org (Postfix, from userid 1001) id 849B52315; Wed, 6 Aug 2003 15:50:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id 820DA2305 for ; Wed, 6 Aug 2003 15:50:43 -0700 (PDT) Date: Wed, 6 Aug 2003 15:50:43 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: freebsd-current@freebsd.org In-Reply-To: <1060210078.95208.25.camel@borges> Message-ID: <20030806154724.A65569@cheshire.cat.pdx.edu> References: <20030806085137.W47031@cheshire.cat.pdx.edu> <20030806153607.U65087@cheshire.cat.pdx.edu> <1060210078.95208.25.camel@borges> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: Re: ntop broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 22:51:20 -0000 On Wed, 6 Aug 2003, Scott R. wrote: > On Wed, 2003-08-06 at 22:39, Charlie Schluting wrote: > > 5BOn Wed, 6 Aug 2003, Kris Kennaway wrote: > > > > > On Wed, Aug 06, 2003 at 08:57:53AM -0700, Charlie Schluting wrote: > > > > > > > > Howdy, > > > > Running 5.0. > > > > > > cvsup to 5.1 and retry. The package currently builds on a clean 5.1 system. > > > > > > Kris > > > > Interesting. So, I tried, and it deleted all my ports. I was using this: > > Any ideas? Thanks a bunch :) > > Yes. Your tag for ports should be '.', so: > > *default tag=. > > not > > *default tag=RELENG_5_1 > > There is no such animal and that is why it deleted all of your ports > instead of updating them. In addition, specifying 'ports-all' is > sufficient ('ports-base' is not needed unless you are only cvsup'ing > individual collections). > > -Scott Well, that's what I had before. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html says that RELENG_5_1 is valid. So, if I used *default tag=. previously, that means the previous poster was wrong? Or was he saying I needed to do the whole make buildworld thing? --Charlie