From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 05:01:20 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 ABDA716A420 for ; Sat, 25 Feb 2006 05:01:20 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: from smtp108.sbc.mail.re2.yahoo.com (smtp108.sbc.mail.re2.yahoo.com [68.142.229.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 9D8E343D6D for ; Sat, 25 Feb 2006 05:01:16 +0000 (GMT) (envelope-from duncan.fbsd@gmail.com) Received: (qmail 23767 invoked from network); 25 Feb 2006 05:01:15 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.211.89.144 with plain) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 25 Feb 2006 05:01:15 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 24 Feb 2006 23:01:03 -0600 User-Agent: KMail/1.9.1 References: <20060225043521.27585.qmail@web60017.mail.yahoo.com> In-Reply-To: <20060225043521.27585.qmail@web60017.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602242301.03799.duncan.fbsd@gmail.com> Cc: msoulier@digitaltorque.ca, Peter , Nikolas Britton Subject: Re: release in cvsup 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, 25 Feb 2006 05:01:20 -0000 On Friday 24 February 2006 22:35, Peter wrote: > --- Nikolas Britton wrote: > > On 2/24/06, Michael P. Soulier wrote: > > > Hey people, > > > > > > I notice that in my supfile, I have this: > > > > > > *default release=cvs tag=. > > > > > > I'm using FreeBSD 5.4. Should I change the tag to 5.4-RELEASE? I > > > don't > > > > want > > > > > ports that aren't going to work on 5.4. Is that a concern? > > > > No, but you need to have at least two cvsup files, one for the > > system and the other for ports > > Maybe I'm doing something wrong. I have only one file for > everything: > > *default host=cvsup1.ca.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_5 > *default delete use-rel-suffix > *default compress > > src-all > doc-all > ports-all tag=. > It works the way you have it. However,You can split that into three files. You're following 5-STABLE, there are times when you don't want to be downloading src, unless you're planning to run buildworld cycles a lot. Instead of cvsuping ports, you could use portsnap. Once it's run the first time, it's a lot, lot faster way to upgrade the ports tree than using cvsup. Don