graphics/gd seems to be broken

Ran into this hickup myself.

Do a pkg_delete -f on the gd package, go to /usr/ports/graphics/gd, do make clean && make distclean(probably not needed, but its what I always do), and a make install clean.

That should solve the problem, which is that it now will look for libjpeg.so.10 instead of .9
 
BTW apps depend on jpeg which were not minor-version-bumped
(at least here) ...
grep libjpeg /usr/local/bin* | hgrep Binary
(one of two) ... (from freebsd-questions) uncovered them
(the top-level ones, some of them, ) here.
Although if that command is done after updating as usual,
it would be tedious to go through the list if many ports are
installed.
Also, chances are a browser or two may fail silently
(error code 1, return to prompt in xterm etc) after
the upgrade til rebuilt.
 
Back
Top