Tue Feb 21 13:03:01 2012 UTC ()
-pull in xz/bl3 to avoid hidden dependency
-update to 4.0.1 -- this only adds symbol versioning support to ease
 transition from 3.x to 4.x; this is not used in pkgsrc so the
 update is purely cosmetical


(drochner)
diff -r1.102 -r1.103 pkgsrc/graphics/tiff/Makefile
diff -r1.14 -r1.15 pkgsrc/graphics/tiff/PLIST
diff -r1.20 -r1.21 pkgsrc/graphics/tiff/buildlink3.mk
diff -r1.53 -r1.54 pkgsrc/graphics/tiff/distinfo

cvs diff -r1.102 -r1.103 pkgsrc/graphics/tiff/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/tiff/Makefile 2012/02/06 12:30:52 1.102
+++ pkgsrc/graphics/tiff/Makefile 2012/02/21 13:03:00 1.103
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.102 2012/02/06 12:30:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.103 2012/02/21 13:03:00 drochner Exp $
2 2
3DISTNAME= tiff-4.0.0 3DISTNAME= tiff-4.0.1
4PKGREVISION= 1 
5CATEGORIES= graphics 4CATEGORIES= graphics
6MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ 5MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
7 http://libtiff.maptools.org/dl/ 6 http://libtiff.maptools.org/dl/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.remotesensing.org/libtiff/ 9HOMEPAGE= http://www.remotesensing.org/libtiff/
11COMMENT= Library and tools for reading and writing TIFF data files 10COMMENT= Library and tools for reading and writing TIFF data files
12 11
13EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 12EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17 16
@@ -27,15 +26,17 @@ CONFIGURE_ARGS+= --without-x # just in c @@ -27,15 +26,17 @@ CONFIGURE_ARGS+= --without-x # just in c
27PKGCONFIG_OVERRIDE= libtiff-4.pc.in 26PKGCONFIG_OVERRIDE= libtiff-4.pc.in
28 27
29TEST_TARGET= check 28TEST_TARGET= check
30 29
31post-install: 30post-install:
32 cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\ 31 cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\
33 target=`echo $$file | sed "s/3tiff/3/"`; \ 32 target=`echo $$file | sed "s/3tiff/3/"`; \
34 ${MV} $$file $$target; \ 33 ${MV} $$file $$target; \
35 done 34 done
36 35
37.include "options.mk" 36.include "options.mk"
38 37
39.include "../../devel/zlib/buildlink3.mk" 38.include "../../devel/zlib/buildlink3.mk"
 39# XXX for liblzma; there are more potential suppliers
 40.include "../../archivers/xz/buildlink3.mk"
40.include "../../mk/jpeg.buildlink3.mk" 41.include "../../mk/jpeg.buildlink3.mk"
41.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/graphics/tiff/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/tiff/PLIST 2012/02/06 12:30:52 1.14
+++ pkgsrc/graphics/tiff/PLIST 2012/02/21 13:03:00 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.14 2012/02/06 12:30:52 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.15 2012/02/21 13:03:00 drochner Exp $
2bin/bmp2tiff 2bin/bmp2tiff
3bin/fax2ps 3bin/fax2ps
4bin/fax2tiff 4bin/fax2tiff
5bin/gif2tiff 5bin/gif2tiff
6bin/pal2rgb 6bin/pal2rgb
7bin/ppm2tiff 7bin/ppm2tiff
8bin/ras2tiff 8bin/ras2tiff
9bin/raw2tiff 9bin/raw2tiff
10bin/rgb2ycbcr 10bin/rgb2ycbcr
11bin/thumbnail 11bin/thumbnail
12bin/tiff2bw 12bin/tiff2bw
13bin/tiff2pdf 13bin/tiff2pdf
14bin/tiff2ps 14bin/tiff2ps
@@ -220,14 +220,14 @@ share/doc/tiff/html/v3.7.0.html @@ -220,14 +220,14 @@ share/doc/tiff/html/v3.7.0.html
220share/doc/tiff/html/v3.7.0alpha.html 220share/doc/tiff/html/v3.7.0alpha.html
221share/doc/tiff/html/v3.7.0beta.html 221share/doc/tiff/html/v3.7.0beta.html
222share/doc/tiff/html/v3.7.0beta2.html 222share/doc/tiff/html/v3.7.0beta2.html
223share/doc/tiff/html/v3.7.1.html 223share/doc/tiff/html/v3.7.1.html
224share/doc/tiff/html/v3.7.2.html 224share/doc/tiff/html/v3.7.2.html
225share/doc/tiff/html/v3.7.3.html 225share/doc/tiff/html/v3.7.3.html
226share/doc/tiff/html/v3.7.4.html 226share/doc/tiff/html/v3.7.4.html
227share/doc/tiff/html/v3.8.0.html 227share/doc/tiff/html/v3.8.0.html
228share/doc/tiff/html/v3.8.1.html 228share/doc/tiff/html/v3.8.1.html
229share/doc/tiff/html/v3.8.2.html 229share/doc/tiff/html/v3.8.2.html
230share/doc/tiff/html/v3.9.0beta.html 230share/doc/tiff/html/v3.9.0beta.html
231share/doc/tiff/html/v3.9.1.html 231share/doc/tiff/html/v3.9.1.html
232share/doc/tiff/html/v3.9.2.html 232share/doc/tiff/html/v3.9.2.html
233share/doc/tiff/html/v${PKGVERSION}.html 233share/doc/tiff/html/v4.0.0.html

cvs diff -r1.20 -r1.21 pkgsrc/graphics/tiff/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/graphics/tiff/buildlink3.mk 2012/02/07 07:54:45 1.20
+++ pkgsrc/graphics/tiff/buildlink3.mk 2012/02/21 13:03:00 1.21
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: buildlink3.mk,v 1.20 2012/02/07 07:54:45 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.21 2012/02/21 13:03:00 drochner Exp $
2 2
3BUILDLINK_TREE+= tiff 3BUILDLINK_TREE+= tiff
4 4
5.if !defined(TIFF_BUILDLINK3_MK) 5.if !defined(TIFF_BUILDLINK3_MK)
6TIFF_BUILDLINK3_MK:= 6TIFF_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1 8BUILDLINK_API_DEPENDS.tiff+= tiff>=3.6.1
9BUILDLINK_ABI_DEPENDS.tiff+= tiff>=4.0.0 9BUILDLINK_ABI_DEPENDS.tiff+= tiff>=4.0.0
10BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff 10BUILDLINK_PKGSRCDIR.tiff?= ../../graphics/tiff
11 11
12.include "../../devel/zlib/buildlink3.mk" 12.include "../../devel/zlib/buildlink3.mk"
 13.include "../../archivers/xz/buildlink3.mk"
13.include "../../mk/jpeg.buildlink3.mk" 14.include "../../mk/jpeg.buildlink3.mk"
14.endif # TIFF_BUILDLINK3_MK 15.endif # TIFF_BUILDLINK3_MK
15 16
16BUILDLINK_TREE+= -tiff 17BUILDLINK_TREE+= -tiff

cvs diff -r1.53 -r1.54 pkgsrc/graphics/tiff/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/tiff/distinfo 2012/02/06 12:30:52 1.53
+++ pkgsrc/graphics/tiff/distinfo 2012/02/21 13:03:00 1.54
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.53 2012/02/06 12:30:52 wiz Exp $ 1$NetBSD: distinfo,v 1.54 2012/02/21 13:03:00 drochner Exp $
2 2
3SHA1 (tiff-4.0.0.tar.gz) = 85d85520fea40fc9291995a60e3d40cf980b5522 3SHA1 (tiff-4.0.1.tar.gz) = 8baf382231c9051a1b3eb294581289aa21447171
4RMD160 (tiff-4.0.0.tar.gz) = 82b27f00b48c74970faac6a4bb4a8a49a199e3b1 4RMD160 (tiff-4.0.1.tar.gz) = abf98ab277edaee302b432dbcecfe68061dd91dc
5Size (tiff-4.0.0.tar.gz) = 2008075 bytes 5Size (tiff-4.0.1.tar.gz) = 1991580 bytes
6SHA1 (patch-configure) = 0e86c6d69783333c03d6241e1824f68602f3c732 6SHA1 (patch-configure) = 0e86c6d69783333c03d6241e1824f68602f3c732