> I'm learning how the FreeBSD upgrade process works. I've got cvsup
> working and can grabe 4-stable.
>
> What I don't understand is the ports tree. Does it get updated when I do
> make buildworld etc...?

Nope. Look for a file "ports-supfile" on your system. You can make a copy
e.g. to /root and then run it with

# pkg_add -r cvsup-without-gui
# cvsup ports-supfile

Be sure to install the Port "portupgrade" and read it's manpage. It is a
great tool!

# pkg_add -r portupgrade

With portupgrade you can even upgrade all ports at once:

# portupgrade -rRPv \*

Have fun!

P.S.: Chapter 4 of the FreeBSD handbook.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to