From owner-freebsd-questions Wed Nov 6 18:47:21 2002 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 7D9FA37B401 for ; Wed, 6 Nov 2002 18:47:18 -0800 (PST) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984C543E75 for ; Wed, 6 Nov 2002 18:47:17 -0800 (PST) (envelope-from fozekizer@attbi.com) Received: from hume ([12.210.153.247]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20021107024716.NKVX20487.sccrmhc02.attbi.com@hume>; Thu, 7 Nov 2002 02:47:16 +0000 Message-ID: <018901c28607$6af4b3f0$32040101@hume> From: "Charles Pelletier" To: "paul beard" , , "Jud" References: <011b01c285f0$240e2ff0$32040101@hume> <3DC9AEB6.3060506@u.washington.edu> <013c01c285f1$d912dda0$32040101@hume> Subject: Re: regarding 4.7 stable Date: Wed, 6 Nov 2002 20:43:13 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 will the ports-supfile ONLY upgrade ports? Charles Pelletier Tech. Coordinator St Luke's School ----- Original Message ----- From: "Jud" To: "Charles Pelletier" ; "paul beard" ; Sent: Wednesday, November 06, 2002 7:25 PM Subject: Re: regarding 4.7 stable > On Wed, 6 Nov 2002 18:08:48 -0600, Charles Pelletier wrote: > > > > > > >> Charles Pelletier wrote: > >> > is there not a server around that has 4.7 stable? seems like most have > > only > >> > got 4.7R. > >> > >> I think you get stable via CVS/cvsup (since it's constantly > >> changing - stable is a snapshot just like current, as far as I > >> understand it). > >> > >> So you can install -RELEASE and then use your cvs tool of choice > >> to update. > > > > So, then, since I am going ahead and adding 4.7 R ports, do i need to > > rebuild everything via cvs or do i just run mergemaster or..? > > --charlie pelletier > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > CVS doesn't build anything, and mergemaster works on system (not ports) > files built from source code obtained via CVS. Mergemaster doesn't build > anything from source itself. It's a tool for comparing a file presently in > your filesystem with a version in a temporary directory newly built from > source. You can then choose to keep the old file, install the new file, > merge the two files taking bits from each, or just leave it 'til later. > > The sources for stable and the ports may be obtained by installing cvsup > (most folks like the cvsup-without-gui port - fewer dependencies, may build > quicker than "regular" cvsup); copying the ports-supfile and stable-supfile > from /usr/share/examples/cvsup to anywhere convenient and editing them as > you like; then running cvsup with appropriate flags against those - > supfiles. For instance, when not in X, and in the same directory as the - > supfiles: > > cvsup -g -L 2 stable-supfile > > then > > cvsup -g -L 2 ports-supfile > > Then make world, rebuild your kernel, use mergemaster using the steps set > out in the Handbook. > > You can upgrade a port after updating the ports sources with cvsup and > ports- supfile, without going through "make world." If it's a port you > haven't installed previously, just cd to the target port directory and: > > make install clean > > If you have already installed the port and have also installed the > portupgrade port, then wherever you are, just type > > portupgrade [port name] > > If you do not have portupgrade installed, cd to the target port directory > and > > make deinstall clean > > then > > make install clean > > Upgrading ports without updating the rest of your system entails some risk, > since the port build process will expect current versions of various files > and tools. If these are outdated, the application may not work properly > once built, or more likely will not build at all. > > -- > Jud > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message