- partially remove changes to a few of Gimp's Makefiles and instead modify
Gimp's autoconf script.
- few DESTDIR fixes for Gimp's Makefiles
- sort PLIST
installed for tiff; check for any previous version of the libraries
instead a specific major/minor, this is better, and will avoid problems
in the future.
- add message to warn if previous version of gimp 1.1.x is installed and
remind user to remove it
- lack of needed include directory in new gtk's gtk-config broke
compiling, add patches to fix compiling
2) change tiff/Makefile to spit out message saying to use tiff34
remove all tiff files, patches, and pkg data; they're no longer needed
3) install tiff34 as libtiff, tiff.h, and tiffio.h; add symbolic links
so the old names of libtiff34, tiff34.h, and tiffio34.h still work.
4) Change ImageMagick to use -ltiff, not -ltiff34; remove the patch
files and directory as they are no longer needed.
5) Change gimp to use -ltiff, not -ltiff34; remove the patch files and
directory as they are no longer needed.
NOTE: with these changes ImageMagick and gimp require the updated tiff34
port.