Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2003 09:08:25 +0200
From:      CARTER Anthony <a.carter@cordis.lu>
To:        Joel Rees <joel@alpsgiken.gr.jp>, freebsd-questions@freebsd.org
Subject:   Re: latest version of ports
Message-ID:  <200304010908.25486.a.carter@intrasoft.lu>
In-Reply-To: <20030401145501.F8EE.JOEL@alpsgiken.gr.jp>
References:  <20030401145501.F8EE.JOEL@alpsgiken.gr.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
they go in /usr/ports/distfiles

use cvsupit (/usr/ports/net/cvsupit) to update ALL for 5.0-CURRENT.

when updating, do a portupgrade -rRa (you have to install portupgrade from 
ports) to update all your progs...

easy 123

For fresh OS, read /usr/src/UPDATING but, in brief:

cd /usr/src
make buildworld KERNCONF=YOURKERNELFILE
make buildkernal KERNCONF=YOURKERNELFILE
make installkernal KERNCONF=YOURKERNELFILE

reboot to single user mode (hit key at prompt, type boot -s)

mergemaster -p
mount -u /
mount -a
cd /usr/src
make installworld KERNCONF=YOURKERNELFILE
mergemaster

But please read the file mentioned above first...


Anthony Carter

On Tuesday 01 April 2003 08:00, Joel Rees wrote:
> I'm sure I'll get a RTFM on this one, but I'd appreciate it, since my
> search skills don't get me to the right place.
>
> What's the standard thing to do when installing the latest/greatest,
> fressh from the ssource of ports (like freebsd 4.3)? Is it reasonable to
> unpack the tarball in the ports directory? Or is that more liable to
> confuse things later, and is it therefore preferable to put them
> someplace like /usr/local, where they tend to want to go anyway?



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