> I performed update in following way :  cd /usr/ports/archivers/unzip;
> make update; make clean;

If you have any problem building a port while an older version
is already installed, or libraries from an older version (see
/var/db/pkg/.libs*) are installed, you should try removing those
first.

Also check your base OS is fully up to date. And it's usually
best to make sure the build directory is clean before you start
(you can try "make clean && make repackage && make update-or-install")

> It is the port devel/gettext broken right now, or I made some mistake
> ? How to solve this situation correctly ?

gettext is definitely not broken right now.

> Another quick question - it is possible to update all outdated ports
> with one command ?

Not with ports. With packages it's easy:

# export PKG_PATH=ftp://some/mirror/snapshots/packages/`arch -s`/
# pkg_add -ui

Reply via email to