ImageMagick fails on ports update

When I run portstnap -a ImageMagick fails
Code:
configure: error: Package requirements ( gdk-pixbuf-2.0>= 2.20 glib-2.0 >= 2.12.0 gio-2.0 >= 2.24.0 libxml-2.0 >= 2.7.0
pangocairo >= 1.32.6 cairo >= 1.2.0 cairo-png >= 1.2.0 libcroco-0.6 >= 0.6.1) was not met
 
Ok. In that case try running portmaster --check-depends and if you get an error, please post that error here. If you get no errors and the command finishes successfully, again try running portmaster -a.
 
portsnap(8) by itself just updates the ports tree, it does not rebuild anything. Erasing database directories without good reason is not a good approach. Being in a hurry only makes the problems worse.

When you build from ports, it is necessary to check new additions to /usr/ports/UPDATING every time before adding or updating ports. Sometimes there are manual steps that must be taken. Please see Upgrading FreeBSD Ports for an overview.
 
There are no instructions about how update a port from the subject. And I have the problem to:

Code:
magick/distribute-cache.c:867:10: error: use of undeclared identifier
'HANDLER_RETURN_VALUE'
  return(HANDLER_RETURN_VALUE);
  ^
1 warning and 15 errors generated.
Makefile:8461: recipe for target 'magick/magick_libMagickCore_6_Q16_la-
distribute-cache.lo' failed
gmake[3]: *** [magick/magick_libMagickCore_6_Q16_la-distribute-cache.lo] Error
1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory
'/usr/ports/graphics/ImageMagick/work/ImageMagick-6.9.0-2'
Makefile:5150: recipe for target 'all' failed
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
'/usr/ports/graphics/ImageMagick/work/ImageMagick-6.9.0-2'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/ImageMagick
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/ImageMagick

===>>> make build failed for graphics/ImageMagick
===>>> Aborting update

===>>> Update for graphics/ImageMagick failed
===>>> Aborting update
 
Back
Top