Coolio, but I've gotten myself into portupgrade hell several times. It wants to rebuild everything for every port. :-( I think on a machine that you run it consistently on and follow through with, everything should be copacetic.
Thanks for the tips though. I have a machine that is fairly clean now, so it should be doable. | [reply] |
the better choice is to update all ports for a nice system, (and if you are concern about security just install portaudit),, but you can FORCE for only update what you want.
#portupgrade -f PORTNAME
but COOLIEST :D is to have a jail to build packages and then deploy to other machines
| [reply] |
Two additions to your portupgrade sequence, for the benefit of others:
- add FORCE_PKG_REGISTER=yes to the make install clean
- rehash only exists as a builtin in csh
It's chuffing away now... :D | [reply] |
Yep, thats true :D in some machines i dont install other shell than the standard, so sometimes i forget to "un_rehash" my comments;)
thanks :P
the last tip is the best one :D
#man 7 ports
many people forget this manpage exist :D,, i did learn in here!
| [reply] |
Those extra BSD manpages ARE really helpful. FreeBSD ROX! Thanx for all the tips, include! :D
| [reply] |