summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2012-02-06 12:30:52 +0000
committerwiz <wiz>2012-02-06 12:30:52 +0000
commitfdbdd0d1c789dee832065375b5b7d63c701fdbad (patch)
tree1ea1d3506f6bb633db13b0a755d827db6ee4310a /graphics/tiff/Makefile
parent8b723443e7a0d2054571483f1f8d35f95db77290 (diff)
downloadpkgsrc-fdbdd0d1c789dee832065375b5b7d63c701fdbad.tar.gz
Update tiff to 4.0:
At long last, libtiff 4.0.0 is finally released. Libtiff 4.0.0 is the successor to the libtiff 3.9.X release series. It is intended to be largely API compatible with the 3.9.X releases, but it is definitely not ABI compatible so any software which plans to use it will need to be recompiled. With appropriate care, source code can easily compile with both the 3.9.X releases and libtiff 4.0.0. This release supports the BigTIFF TIFF format in which all offsets are unsigned 64-bit, supporting huge files. APIs which deal with tag offsets are necessarily updated to pass 64-bit values. I/O functions supporting the TIFFClientOpen() interface are updated to pass 64-bit offset values.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index cd8b71425c2..f4765330465 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2011/04/12 08:57:57 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2012/02/06 12:30:52 wiz Exp $
-DISTNAME= tiff-3.9.5
+DISTNAME= tiff-4.0.0
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://libtiff.maptools.org/dl/
@@ -23,6 +24,8 @@ CONFIGURE_ARGS+= --enable-cxx
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
+PKGCONFIG_OVERRIDE= libtiff-4.pc.in
+
TEST_TARGET= check
post-install: