From owner-freebsd-questions Mon Dec 3 7:18:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id A78BC37B405 for ; Mon, 3 Dec 2001 07:18:39 -0800 (PST) Received: from cybertron.tmfweb.nl ([213.10.151.186]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GNRX7101.Y3D; Mon, 3 Dec 2001 16:18:37 +0100 Message-ID: <3C0B97CC.8030100@cybertron.tmfweb.nl> Date: Mon, 03 Dec 2001 16:18:36 +0100 From: Alfatrion User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: nl, en-us, en MIME-Version: 1.0 To: Ray Seals Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cvs-supfile question References: <005401c17790$05bf3ea0$3401170a@htc.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ray Seals wrote: > I have just completed my first cvs source synch (From 4.4 RC to 4.4 > Release), build world and make world. Everything seems to have gone > well, but I have a couple of questions. > > My cvsup file has the following lines: > > Base=/usr > Prefix=/home/ncvs > > It downloaded all the new sources into /home/ncvs/src. After I do the > make buildworld and make installworld, does it copy the src directory > from /home/ncvs/src to /usr/src? Is this something I need to do > manually? It doen't copy it in to /usr/src. Thats the whole point of prefix. You can update in /usr/src by changing the prefix to /usr. > > Is that also true for the ports collection? The port collection is just like the src in the prefix directory. So yes. My supfile: (/root/supfile, in mycase) *default tag=RELENG_4_4 *default host=cvsup.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress src-all ports-all tag=. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message