summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1999-10-08Update tiff to version 3.5.2.jlam1-13/+36
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-04-27Pass "${CFLAGS}" instead of "-O" to configure script as suggested bytron1-2/+2
Adam Ciarcinski.
1998-11-23Add -Dunix to GCOPTS in CONFIGURE_ENV, pointed out in pr 6487 byfrueauf1-2/+2
Johnny C. Lam.
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-07-31Fix a significant typo.kleink1-2/+2
1998-07-20Use libtool to create the shared library. Strip binaries usingtv1-2/+3
BSD_INSTALL_PROGRAM.
1998-07-15Use automatic shared object handlingagc1-4/+1
1998-07-05Fix problem with compression of manual page links.tron1-1/+2
1998-07-04Update libjpeg to v6b.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-31/+1
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 tohubertf1-2/+2
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: fix RCS Id, remove EXTRACT_CMD and EXTRACT_BEFORE_ARGS, add ↵hubertf1-7/+5
MAINTAINER, $() -> ${}, ldconfig||true
1997-12-01Incorporate Matthias Scheler's update to the tiff package with somehubertf1-34/+51
minor fixes from me. Closes PR pkg/4603.
1997-10-06Add NetBSD RCS Id.agc1-1/+2
1997-10-06Initial import of FreeBSD graphics ports into the NetBSD packagesagc1-0/+41
system.