From owner-freebsd-questions@FreeBSD.ORG Wed Apr 12 12:31:35 2006 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 CDA3416A400 for ; Wed, 12 Apr 2006 12:31:35 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A6143D48 for ; Wed, 12 Apr 2006 12:31:35 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so1030529wxc for ; Wed, 12 Apr 2006 05:31:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V8xKJaeTM6K38eYQDaj4yhXqM+hJ43CLDRFUYTLv6VE/g61vbBKYThGn3Cdzj/skg+UjJnQnagaIljCoMG0mPl84p0k1uCAhLYlGjOClWbdANvj7yEiuZVCMC519Yc4ioLPw64E31uAk4V3XCxYowtPDjBunXos+0Z/buVB21GA= Received: by 10.70.27.2 with SMTP id a2mr1390943wxa; Wed, 12 Apr 2006 05:31:34 -0700 (PDT) Received: by 10.70.75.7 with HTTP; Wed, 12 Apr 2006 05:31:34 -0700 (PDT) Message-ID: <80f4f2b20604120531w2e7832c3sa287debd0166aa84@mail.gmail.com> Date: Wed, 12 Apr 2006 08:31:34 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <80f4f2b20604120445t77b2b683w69d3193135f6dc1d@mail.gmail.com> Subject: Re: I think I butchered my supfile - can anyone tell me why I get this result? 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: Wed, 12 Apr 2006 12:31:35 -0000 Thanks, I'll try that again, however, when I've tried to do that, it has refused to update. On 4/12/06, David Stanford wrote: > Jim, > > You currently have your default tag set to RELENG_6 (which is correct), b= ut > when you place "tag=3D." next to your src, ports, and doc entries, you > override the default setting of RELENG_6. Remove the "tag=3D." next to yo= ur > src, ports, and doc entires, cvsup again, and your sources should be upda= ted > with 6 STABLE. > > -David > > > On 4/12/06, Jim Stapleton wrote: > > > I used the examples as a basis, and a little trial and error if things > didn't work, so I eventually got a working supfile. However, it did > some weird stuff, even though this should be downloading 6.0 stable > (from what I can tell), I get errors in port builds (even without > optimisation flags). > > On top of that, I tried to build my kernel, and when all was said and > done, and it booted, it said 7.0 current. Is there a problem in my > supfile, or is this just a "HTF did you manage that??" error? > > I ran: > $ cvsup -g -L 2 /etc/supfile > > /etc/supfile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > *default host=3Dcvsup13.us.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_6 > *default delete use-rel-suffix > *default date=3D2006.04.01.12.00.00 > > # 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 > > ## Main Source Tree. > # > # The easiest way to get the main source tree is to use the "src-all" > # mega-collection. It includes all of the individual "src-*" collections= . > src-all tag=3D. > ports-all tag=3D. > doc-all tag=3D. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Thanks, > -Jim > _______________________________________________ > 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" > >