Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 00:44:11 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: cvsup ?
Message-ID:  <20030216004411.GB73692@happy-idiot-talk.infracaninophi>
In-Reply-To: <200302160025.38230.g38@rdsbv.ro>
References:  <200302160025.38230.g38@rdsbv.ro>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 16, 2003 at 12:25:38AM +0200, Petre Bandac wrote:
> let me see if I got it ok
> 
> if I cvsup ports/www - then I shall have the latest releases
> 
> do I need to upgrade anything else ?
> 
> I mean the whole cvsup thing is to "cvsup -g -L 2 ports-supfile" and that's 
> all ?

After running cvsup, you'll have a collection of Makefiles, patches
etc. under /usr/ports all set up to download the source and build the
latest versions of any software you want to install.  Running cvsup is
just the preliminary to the whole process of updating any ports that
are out of date.  If you've installed portupgrade(1)
[ports/sysutils/portupgrade] bringing all your installed ports up to
date pretty much boils down to:

    cvsup -g -L 2 ports-supfile
    portsdb -Uu
    pkgdb -Fvu
    portupgrade -rRNia

[the last two commands are interactive as shown: they'll prompt you to
confirm any actions that modify your system]

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030216004411.GB73692>