Stephen Montgomery-Smith wrote:
> While we are on the subject, what exactly is the difference between
> make install and make reinstall?
see /usr/ports/Mk/port.bsd.mk (l. 303) :
# install - Install the results of a build.
# reinstall - Install the results of a build, ignoring "already
installed"
# flag.
# deinstall - Remove the installation.
>
> "H. Wade Minter" wrote:
> >
> > This is probably a braindead question, but what is the accepted way to
> > upgrade a port? I tried a "make reinstall", but ended up with both the
> > old and new versions of the ports listed in "pkg_info".
> >
> > --Wade
> >
before doing 'make reinstall' you have to do a 'pkg_delete' of the port, or
use the script given by 'pkg_version -c'
ex:
# pkg_version -c > UpdateMyPorts.sh
# vi UpdateMyPorts.sh (for tuning)
# sh UpdateMyPorts.sh
cam.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message