summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-09-13 09:27:08 +0000
committerwiz <wiz@pkgsrc.org>2015-09-13 09:27:08 +0000
commit8ce84bd7db43f2d93a783b4ccdf3e2b85da28c16 (patch)
treedb576baddeb4a8b2c4d77b6b741db7e480756525 /graphics/tiff/Makefile
parent63ab5682c7be0e2a1c73834db3aa8a161bd1cb02 (diff)
downloadpkgsrc-8ce84bd7db43f2d93a783b4ccdf3e2b85da28c16.tar.gz
Update to 4.0.6:
MAJOR CHANGES: Now builds with CMake 2.8.9 and newer (previously required 3.0.0) CHANGES IN THE SOFTWARE CONFIGURATION: CMakeLists.txt / CMake Supports CMake 2.8.9 and later. Add missing file which wasn't being distributed, causing unit tests to fail. Make shared/static library building configurable. CMake reads all version information directly from configure.ac to avoid duplication of values. CMake builds are now included in 'distcheck' target. Makefile.am Autotools 'make distcheck' now tests the CMake-based build if CMake is available. CHANGES IN LIBTIFF: Fixes to avoid undefined behaviour of signed types (C standard compliance). Fixes to avoid possible isses when casting to unsigned char. Fixes to avoid undefined behaviour with shifts. Fix generation of output with 16 bit or 32 bit integer, when byte swapping is needed, in horizontal predictor (#2521). Fix decoding when there is a single pixel to decode (unlikely case...) and byte swapping is involved. Add add explicit masking with 0xff before casting to uchar in floating-point horizontal differencing and accumulation routines. Eliminate requirement for and use of 64-bit constant values. CHANGES IN THE TOOLS: tiffgt Silence glut API deprecation warnings on MacOS X. fax2ps Detect failure to write to temporary file.
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index f5c8f5d6d6a..a3c45ecaa6b 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2015/09/05 10:47:57 adam Exp $
+# $NetBSD: Makefile,v 1.121 2015/09/13 09:27:08 wiz Exp $
-DISTNAME= tiff-4.0.5
+DISTNAME= tiff-4.0.6
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://libtiff.maptools.org/dl/