From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 04:47:18 2003 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 EA85937B401 for ; Thu, 24 Jul 2003 04:47:18 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A54A43F93 for ; Thu, 24 Jul 2003 04:47:18 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <20030724114716012001shhve>; Thu, 24 Jul 2003 11:47:16 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h6OBlGM1001707; Thu, 24 Jul 2003 07:47:16 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h6OBlFIj001704; Thu, 24 Jul 2003 07:47:15 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: marlon corleone References: <20030724014924.62100.qmail@web10002.mail.yahoo.com> From: Lowell Gilbert Date: 24 Jul 2003 07:47:15 -0400 In-Reply-To: <20030724014924.62100.qmail@web10002.mail.yahoo.com> Message-ID: <44lluocfjw.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: supfiles [was Re: hi] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 11:47:19 -0000 marlon corleone writes: > *default host=cvsup.sk.freebsd.org > *default base=/usr prefix=/usr > *default release=cvs tag=RELENG_5 There is no such tag yet. For -CURRENT, you want tag=. > *default delete use-rel-suffix compress > > src-all > ports-all tag=. > > > Akira# uname -a > FreeBSD Akira.Kurosawa.jp 5.1-RELEASE FreeBSD > 5.1-RELEASE #2: Tue Jul 22 19:12:00 PHT 2003 > dxy@Akira.Kurosawa.jp:/usr/src/sys/i386/compile/MARLON > i386 > > > this is my ports-supfile, is this config file correct? For ports, you don't want src-all in there at all. src-all gets you the base system sources. > is this entry applicable also to other supfiles, like > cvs-supfile, standard-supfile, stable-supfile. The tags are basically all that should differ between those.