From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 11:42:03 2004 Return-Path: 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 76E0916A550 for ; Wed, 25 Aug 2004 11:42:03 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC3C443D2D for ; Wed, 25 Aug 2004 11:42:02 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7PBfurC013610 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 25 Aug 2004 13:41:57 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i7PBfuxc013609; Wed, 25 Aug 2004 13:41:56 +0200 (CEST) (envelope-from karelj) Date: Wed, 25 Aug 2004 13:41:56 +0200 From: "Karel J. Bosschaart" To: Graham Bentley Message-ID: <20040825114156.GA13586@kayjay.xs4all.nl> References: <20040825040710.15F3416A4D2@hub.freebsd.org> <3.0.6.32.20040825123520.00804a30@mail.uk2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3.0.6.32.20040825123520.00804a30@mail.uk2.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Firefox woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 11:42:03 -0000 On Wed, Aug 25, 2004 at 12:35:20PM +0100, Graham Bentley wrote: > > Hi All, > > I wanted to upgrade my Firebord 0.7 to the latest > Firefox (0.9.3?) > > > I cvsuped port-all but still cant see any > > /usr/ports/www/firefox directory. > > This is my supfile > > *default host=cvsup.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_5_2 > *default delete use-rel-suffix > *default compress > ports-all > > Am I doing something wrong ? > > How do I get the latest ports folders / make files etc ? I'm afraid you effectively deleted your ports collection; try using "tag=." for ports-all instead of "tag=RELENG_5_2". Notice this section in the supfile: ############################################################################### # # DANGER! WARNING! LOOK OUT! VORSICHT! # # If you add any of the ports collections to this file, be sure to # specify them like this: # # ports-all tag=. # # If you leave out the "tag=." portion, CVSup will delete all of # the files in your ports tree. That is because the ports collections # do not use the same tags as the main part of the FreeBSD source tree. # ############################################################################### Good luck, Karel.