From owner-freebsd-questions@FreeBSD.ORG Sat Aug 18 19:58:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19DAF16A469 for ; Sat, 18 Aug 2007 19:58:23 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 9B5AA13C45E for ; Sat, 18 Aug 2007 19:58:22 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-10-135.bredband.comhem.se ([83.253.10.135]:49157 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IMURB-0001Kt-5P for freebsd-questions@freebsd.org; Sat, 18 Aug 2007 21:58:21 +0200 Received: (qmail 1884 invoked from network); 18 Aug 2007 21:58:18 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 18 Aug 2007 21:58:18 +0200 Received: (qmail 53872 invoked by uid 1001); 18 Aug 2007 21:58:18 +0200 Date: Sat, 18 Aug 2007 21:58:18 +0200 From: Erik Trulsson To: Manolis Kiagias Message-ID: <20070818195818.GA53822@owl.midgard.homeip.net> Mail-Followup-To: Manolis Kiagias , Pollywog , freebsd-questions@freebsd.org References: <200708181936.45025.lists-fbsd@shadypond.com> <46C74CC9.5000401@otenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46C74CC9.5000401@otenet.gr> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.10.135 X-Scan-Result: No virus found in message 1IMURB-0001Kt-5P. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IMURB-0001Kt-5P 3bafc87b3d36b90c048f938cb25b8111 Cc: Pollywog , freebsd-questions@freebsd.org Subject: Re: problem with supfile 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, 18 Aug 2007 19:58:23 -0000 On Sat, Aug 18, 2007 at 10:47:21PM +0300, Manolis Kiagias wrote: > Pollywog wrote: > > Someone please tell me why my supfile is not working. I think the problem is > > the tag but I am unsure why: > > > > *default host=cvsup2.FreeBSD.org > > *default base=/var/db > > *default prefix=/usr > > *default release=cvs tag=RELENG_6_2 > > *default delete use-rel-suffix > > > > # If you seem to be limited by CPU rather than network or disk bandwidth, try > > # commenting out the following line. (Normally, today's CPUs are fast enough > > # that you want to run compression.) > > *default compress > > > > # This collection retrieves the www/ tree of the FreeBSD repository > > #www > > ports-all > > _______________________________________________ > > 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" > > > > > > > Since this is obviously a ports-supfile, are you sure you want to cvsup > the RELENG_6_2 ports; > These refer to the ports tree at the exact point when 6.2 was released. > You already have them, you installed that ports tree from your CDROM > during installation. > Instead, you probably need a line like: > > *default release=cvs tag=. > > to get the latest available ports. And if the OP did want the ports tree that shipped with 6.2, then RELENG_6_2 would have been the wrong tag anyway (in that case the tag should have been RELEASE_6_2_0.) -- Erik Trulsson ertr1013@student.uu.se