Disclaimer: I am not a pkg tools expert, so if somebody comes along
and correct me (especially espie@) then they are right.
2010/4/10 Andreas Gerdd <kryptosnet@gmail.com>:
This message is pkg_add searching for package matches in $PKG_PATH and
not finding any that are newer than the one installed.
Note that once a match for the package stem is found (the tiff- part)
then the search stops at that point and it won't look for matches in
the rest of the $PKG_PATH. So if you want to put your -stable ports
along with a -release mirror you need to put
/usr/ports/packages/i386/all first in the $PKG_PATH.
Normally, as long as you do not use -F <something> as an option to
pkg_add, everything you do with it is safe. (caveat: sometimes there
are major upgrades, like for postgresql that require extra actions,
but those are when you change releases)
Arnaud