summaryrefslogtreecommitdiff
path: root/graphics/tiff
AgeCommit message (Collapse)AuthorFilesLines
2001-02-27Don't expand compiler to include full path as this confuses the newskrll2-5/+14
libtool.
2001-02-27Update patches so that patchdiff works.skrll5-17/+17
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-21Revert last change. "libtiff" works fine with Solaris 8's "zlib", buttron1-2/+2
"gnome-libs" wants a newer version. So always use the package to avoid problems caused by different "zlib" versions.
2001-01-21Solaris 8 includes "libz".tron1-2/+2
2001-01-13Update MD5 checksum to match updated file on master site.tron1-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-06We have a ${PREFIX}/share/doc/html directory for HTML documentation, sojlam2-48/+48
use it.
2000-06-03Fix dependency on libjpeg and libm.wiz4-7/+8
Use USE_LIBTOOL instead of USE_PKGLIBTOOL.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-01Update tiff-library to 3.5.5. Changes from 3.5.4 are some bugfixeswiz5-31/+32
and beginning support for 2-4GB files. Complete list of changes at http://www.libtiff.org/v3.5.5.html
2000-03-18Regen.jlam1-2/+2
2000-03-18Don't create /tiff.sw.tools on installation.jlam1-5/+7
2000-01-06tiff library upgraded from 3.5.2 to 3.5.4. LZW compression part is nowwiz11-28/+127
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.jlam10-452/+124
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)
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+5
1999-05-20Link programs with "${LDFLAGS}" so that we get "-Wl,-R${PREFIX}/lib".tron1-18/+18
1999-04-27Pass "${CFLAGS}" instead of "-O" to configure script as suggested bytron1-2/+2
Adam Ciarcinski.
1999-03-31Make sure the linkname does not exist before trying to create it, whenagc1-3/+5
installing manual pages.
1998-11-23Add -Dunix to GCOPTS in CONFIGURE_ENV, pointed out in pr 6487 byfrueauf1-2/+2
Johnny C. Lam.
1998-10-02Get libtool from the right place.tv2-22/+22
1998-08-20Define USE_LIBTOOL.agc1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-31Fix a significant typo.kleink1-2/+2
1998-07-20Use libtool to create the shared library. Strip binaries usingtv4-31/+187
BSD_INSTALL_PROGRAM.
1998-07-15Use automatic shared object handlingagc2-7/+2
1998-07-05Fix problem with compression of manual page links.tron2-57/+220
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-31/+1
1998-05-13Fix for tiff package on pmax, from Chris Jones in PR 4944. Munged aboutagc1-5/+11
by me slightly.
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf2-5/+5
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-29Fix "MAINTAINER".tron1-2/+2
1998-01-24portlint: ldconfig||truehubertf1-3/+3
1998-01-24portlint: fix RCS Id, remove EXTRACT_CMD and EXTRACT_BEFORE_ARGS, add ↵hubertf1-7/+5
MAINTAINER, $() -> ${}, ldconfig||true
1997-12-01We're at version 3.4 now, not 3.0hubertf1-2/+2
1997-12-01Incorporate Matthias Scheler's update to the tiff package with somehubertf11-422/+320
minor fixes from me. Closes PR pkg/4603.
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-31Slight fix to the shared library linking command.mycroft1-1/+1
XXX This doesn't work for ELF/binutils.
1997-10-06Add NetBSD RCS Id.agc1-1/+2
1997-10-06Initial import of FreeBSD graphics ports into the NetBSD packagesagc12-0/+458
system.