diff options
author | adam <adam@pkgsrc.org> | 2015-09-05 10:47:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-09-05 10:47:57 +0000 |
commit | 7c847cc6c7536aaedcbae3edfa80357b992a15a7 (patch) | |
tree | 7fcb94dde025364a445b3f66014704c00a0795b7 /graphics/tiff | |
parent | 73d25e91b75ad56e3ee89f1adab3d0a89aecc388 (diff) | |
download | pkgsrc-7c847cc6c7536aaedcbae3edfa80357b992a15a7.tar.gz |
Changes 4.0.5:
* Support for configure/build using CMake.
* Support for large (> 2GB) files under Microsoft Windows.
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 8 | ||||
-rw-r--r-- | graphics/tiff/PLIST | 3 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 71d91568504..f5c8f5d6d6a 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2015/06/30 10:42:19 ryoon Exp $ +# $NetBSD: Makefile,v 1.120 2015/09/05 10:47:57 adam Exp $ -DISTNAME= tiff-4.0.4 +DISTNAME= tiff-4.0.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ @@ -12,8 +12,8 @@ LICENSE= mit EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-rpath CONFIGURE_ARGS+= --enable-cxx diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST index bc6c1e817ea..d5e6402815f 100644 --- a/graphics/tiff/PLIST +++ b/graphics/tiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2015/06/30 10:42:19 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.20 2015/09/05 10:47:57 adam Exp $ bin/bmp2tiff bin/fax2ps bin/fax2tiff @@ -249,3 +249,4 @@ share/doc/tiff/html/v4.0.2.html share/doc/tiff/html/v4.0.3.html share/doc/tiff/html/v4.0.4.html share/doc/tiff/html/v4.0.4beta.html +share/doc/tiff/html/v4.0.5.html diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index 1cd1a779e1c..9b4f404c683 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2015/08/27 19:16:53 adam Exp $ +$NetBSD: distinfo,v 1.66 2015/09/05 10:47:57 adam Exp $ -SHA1 (tiff-4.0.4.tar.gz) = 185f844babe4ee902b5e4775d9f65915fcbabd11 -RMD160 (tiff-4.0.4.tar.gz) = 351a72505dce4a679df023b7f3870c389d7df4c7 -Size (tiff-4.0.4.tar.gz) = 2100766 bytes +SHA1 (tiff-4.0.5.tar.gz) = 76477a8ca914c132922ca2738ffe629b840e7446 +RMD160 (tiff-4.0.5.tar.gz) = 947733ec02da5063dfa395678d96c6c0f6898b92 +Size (tiff-4.0.5.tar.gz) = 2135410 bytes SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6 |