summaryrefslogtreecommitdiff
path: root/graphics/tiff/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24Pull in libtiff/Makefile.in rev. 1.54 and 1.55 without the rpath changesrecht1-1/+2
from libtiff CVS to fix the build on Darwin.
2005-03-23Update to 3.7.2.wiz1-12/+5
Package changes: Put options in options.mk, and retire support for USE_GIF; turn on the lzw option by default (since USE_GIF was on by default). C++ library's name changed, to be in sync with tiff distribution's name for it (libtiffcxx -> libtiffxx). Changes in 3.7.2: Maintainance [sic] release. Many bugfixes in the build environment and compatibility improvements.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-17Add patch-ah that is adapted from http://bugzilla.remotesensing.org/jlam1-1/+2
that fixes a bug where docked TIFF icons in WindowMaker have a black background rather than a transparent background. Ride the previous PKGREVISION bump to 3. This fixes PR pkg/28989.
2005-01-17Link the tiff library, which has no C++ functions, with $(CC) insteadjlam1-2/+2
of $(CXX) so that applications needing libtiff don't also need to be linked against $(CXX). Bump the PKGREVISION to 3. This should fix PR pkg/28961.
2005-01-13Fix error in patch to build libtiffcxx.la that tried to create librariesjlam1-2/+2
with no objects. libtiffcxx.la now correctly builds using tif_stream.lo. Bump the PKGREVISION to 2.
2005-01-11Create a separate libtiffcxx.so library for use by C++ applications.jlam1-1/+3
It's meant to be used directly in place of libtiff.so, i.e. instead of linking against -ltiff, you link against -ltiffcxx. It also leaves libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x, and avoids needing to patch tiff-using packages to link using the C++ compiler. Bump the PKGREVISION to 1.
2004-12-28Upgrade tiff to 3.7.1.reed1-31/+8
Remove OpenWindows workaround in pkgsrc for this. Too many changes to include here. See http://www.remotesensing.org/libtiff/v3.7.1.html and http://www.remotesensing.org/libtiff/v3.7.0.html and previous change files for changes information. tiff-3.7.1 now includes the lzw compression code again. It also uses autoconf and libtool now. A new tool is bmp2tiff. Docs are placed under share/doc/tiff/html instead of share/doc/html/tiff. Many manpage symlinks are now missing. (This was reported to tiff list.)
2004-12-22patch-ag and patch-ao already had security fixes for CESA-2004-006.reed1-3/+3
But now these are improved in response to iDEFENSE Security Advisory 12.21.04 www.idefense.com/application/poi/display?id=173&type=vulnerabilities libtiff STRIPOFFSETS Integer Overflow Vulnerability December 21, 2004 This fix (in two files) was from that advisory and also seen in tiff 3.7.1. PKGREVISION is bumped to 6 and BUILDLINK_RECOMMENDED is adjusted for this possible security issue. Other packages depending on this are not bumped.
2004-10-18Add various bug fixes taken from Debian's unstable distribution whichtron1-2/+18
include fixes for CESA-2004-006. Bump package revision.
2004-09-05When ``relativize''-ing CFLAGS, don't substitute anything that beginsjschauma1-2/+2
with a '-' as '../-', as this is basically guaranteed to be wrong. Examples: -n32 or -64 for IRIX ABI would be substituted as '../-64', which of course breaks the package. Other possible CFLAGS would have the same result.
2004-04-27Use INSTALL_LIB instead of INSTALL_SCRIPT.tv1-2/+2
2004-04-27nb2: Obey PKGDIRMODE, and install shlibs as executable.tv1-5/+5
2004-04-12don't ``relativize'' -rpath - fixes build on Irix.jschauma1-2/+2
2004-03-22regen.wiz1-2/+2
2004-03-22Update tiff to tiff-3.6.1nb1:abs1-2/+2
Add a patch to fix fax3 tiff handling. Without this hylafax generates completely garbled tiff images unless error correction was disabled: http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=500
2004-01-03Update to tiff-3.6.1. This is many changes and fixes.reed1-9/+12
The main changes include: new utility tiff2pdf for converting a TIFF image to a PDF document new utility raw2tiff for converting raw rasters into TIFF files new tiff2ps options new fax2tiff options bug fixes for LZW, JPEG and OJPEG compression. more documentation and upgrade to libtiff.so.3.6 other changes at http://www.libtiff.org/v3.6.0.html Removed patch-ab because html/Makefile.in: added missing images per bug 92 Removed patch-ag because http://bugzilla.remotesensing.org/show_bug.cgi?id=315 Other changes: HOMEPAGE changed due to libtiff.org has been hijacked INSTALL.OpenWindows updated (thank you to dieter) tiff is backward compatible with older version, but buildlink2.mk version is increased because libtiff was broken for amd64 support.
2003-05-23Remove -O from default CFLAGS. Requested by Adam Ciarcinski.wiz1-2/+2
2002-12-25Fix core dump when fax2tiff is started without arguments.wiz1-1/+2
Patch from Ingolf Steinbach in PR 19306. Bump PKGREVISION to 1.
2002-03-05Fixed compilation when USE_GIF is set.martti1-1/+3
2002-03-05Updated tiff to 3.5.7martti1-11/+9
* many bug fixes * added support for 16bit minisblack/miniswhite images in RGBA interface * integrated experimental OJPEG support * updated tiffcp utility * substantial changes to tiff2ps
2001-08-23Lets compile libtiff on sparc64, gcc 2.95.3.abs1-7/+7
2001-05-28Find location of zlib using EVAL_PREFIX. Use buildlink.mk files to findjlam1-2/+2
the required headers and libraries for jpeg and zlib.
2001-05-05Regen for changed patch-ad.hubertf1-2/+2
This broke 194 pkgs in the last bulk build - highscore! :-)
2001-05-01Add missing checksum and size for LZW compression kit.tron1-1/+3
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-3/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+10
+ move the patch digest/checksum values from files/patch-sum to distinfo