From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 18:25:25 2005 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 E521B16A4CF for ; Thu, 7 Apr 2005 18:25:25 +0000 (GMT) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D1843D2D for ; Thu, 7 Apr 2005 18:25:25 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id C174360F4; Thu, 7 Apr 2005 13:25:24 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00690-07; Thu, 7 Apr 2005 13:25:20 -0500 (CDT) Received: by makeworld.com (Postfix, from userid 1001) id 9F20360F3; Thu, 7 Apr 2005 13:25:20 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 9826460E7; Thu, 7 Apr 2005 13:25:20 -0500 (CDT) Date: Thu, 7 Apr 2005 13:25:20 -0500 (CDT) From: Chris To: "Tetsuji \"Maverick\" Rai" In-Reply-To: <20050407132038.D744@makeworld.com> Message-ID: <20050407132326.S744@makeworld.com> References: <425574CE.8000105@vfemail.net> <20050407132038.D744@makeworld.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.1 (20041222) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: Cannot use cvsup with 5.3-release 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: Thu, 07 Apr 2005 18:25:26 -0000 On Thu, 7 Apr 2005, Chris wrote: > On Fri, 8 Apr 2005, Tetsuji "Maverick" Rai wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> I want to keep my ports up to date. in 5.3-release (i386) >> >> So I copied a sample ports-supfile and edit as follows (just changed >> my host) >> >> However I got this message and I cannot figure out what "Release" >> means. In >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-CONFIG-VERS >> Release is defined as "cvs." >> >> ==== >> su-3.00# cvsup -g -L 2 ports-suprile >> Parsing supfile "ports-supfile" >> Release not specified for collection "host=cvsup.jp.FreeBSD.org" >> ==== >> What am I doing wrong? >> >> Thanks in advance!! > > Sorry about that last one. Anyways, your ports-supfile should have nothing > more then this: > > *default host=cvsup3.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix ports-all > > I seen you had something that relates to src. Take that out. > > > Best regards, > Chris > > To know yourself is the ultimate form of aggression. > _______________________________________________ > 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" > Sorry again - properly formated... *default host=cvsup3.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix ports-all Best regards, Chris To know yourself is the ultimate form of aggression.