summaryrefslogtreecommitdiff
path: root/graphics/tiff/files/config.site
AgeCommit message (Collapse)AuthorFilesLines
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-5/+5
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-4/+4
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-05-28Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to findjlam1-4/+4
the required headers and libraries for jpeg and zlib.
2000-12-06We have a ${PREFIX}/share/doc/html directory for HTML documentation, sojlam1-2/+2
use it.
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz1-1/+3
optional and controlled by USE_GIF in mk.conf, decompression is unchanged. Comment for USE_GIF in mk.conf has been updated. Some HTML documentation gets installed now, too. Changes: A Y2K bugfix in ras2tiff, removal of LZW compression, new Pixar tags, and Adobe ZIP support, as well as removal of some compiler warnings and minor fixes.
1999-10-08Update tiff to version 3.5.2.jlam1-10/+25
Changes in TIFF v3.5.1 * Support was added for IPTC Newsphoto metadata (TIFFTAGE_IPTCNEWSPHOTO) * Support was added for photoshop caption handling (TIFFTAG_PHOTOSHOP) Changes in TIFF v3.5.2 * Added TIFFReassignTagToIgnore() API on behalf of Bruce Cameron <cameron@petris.com>. Man page still pending. * Fixed problem with cvtcmap() in tif_getimage.c modifying the colormaps owned by the TIFF handle itself when trying to fixup wrong (eight bit) colormaps. Corrected by maintaining a private copy of the colormap. * Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in tif_getimage.c. * Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested by Christopher Lawton <clawton@mathworks.com> * Set O_BINARY for tif_unix.c open() ... used on cygwin for instance. * Applied Francois Dagand's patch to handle fax decompression bug. (sizes >= 65536 were failing)
1998-07-20Use libtool to create the shared library. Strip binaries usingtv1-0/+1
BSD_INSTALL_PROGRAM.
1997-12-01Incorporate Matthias Scheler's update to the tiff package with somehubertf1-0/+11
minor fixes from me. Closes PR pkg/4603.