Wed Nov 23 13:51:29 2016 UTC ()
Add a couple patches to omit installing the documentation for
rgb2ycbcr and thumbnail, since these binaries are no longer being
installed.

Bump PKGREVISION.


(he)
diff -r1.124 -r1.125 pkgsrc/graphics/tiff/Makefile
diff -r1.22 -r1.23 pkgsrc/graphics/tiff/PLIST
diff -r1.70 -r1.71 pkgsrc/graphics/tiff/distinfo
diff -r0 -r1.1 pkgsrc/graphics/tiff/patches/patch-html_man_Makefile.in
diff -r0 -r1.1 pkgsrc/graphics/tiff/patches/patch-man_Makefile.in

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

--- pkgsrc/graphics/tiff/Makefile 2016/11/22 15:19:54 1.124
+++ pkgsrc/graphics/tiff/Makefile 2016/11/23 13:51:29 1.125
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile,v 1.124 2016/11/22 15:19:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.125 2016/11/23 13:51:29 he Exp $
2 2
3DISTNAME= tiff-4.0.7 3DISTNAME= tiff-4.0.7
 4PKGREVISION= 1
4CATEGORIES= graphics 5CATEGORIES= graphics
5MASTER_SITES= ftp://download.osgeo.org/libtiff/ 6MASTER_SITES= ftp://download.osgeo.org/libtiff/
6 7
7MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://simplesystems.org/libtiff/ 9HOMEPAGE= http://simplesystems.org/libtiff/
9COMMENT= Library and tools for reading and writing TIFF data files 10COMMENT= Library and tools for reading and writing TIFF data files
10LICENSE= mit 11LICENSE= mit
11 12
12EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} 13EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
13 14
14USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes

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

--- pkgsrc/graphics/tiff/PLIST 2016/11/22 15:19:54 1.22
+++ pkgsrc/graphics/tiff/PLIST 2016/11/23 13:51:29 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2016/11/22 15:19:54 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.23 2016/11/23 13:51:29 he Exp $
2bin/fax2ps 2bin/fax2ps
3bin/fax2tiff 3bin/fax2tiff
4bin/pal2rgb 4bin/pal2rgb
5bin/ppm2tiff 5bin/ppm2tiff
6bin/raw2tiff 6bin/raw2tiff
7bin/tiff2bw 7bin/tiff2bw
8bin/tiff2pdf 8bin/tiff2pdf
9bin/tiff2ps 9bin/tiff2ps
10bin/tiff2rgba 10bin/tiff2rgba
11bin/tiffcmp 11bin/tiffcmp
12bin/tiffcp 12bin/tiffcp
13bin/tiffcrop 13bin/tiffcrop
14bin/tiffdither 14bin/tiffdither
@@ -20,28 +20,26 @@ bin/tiffsplit @@ -20,28 +20,26 @@ bin/tiffsplit
20include/tiff.h 20include/tiff.h
21include/tiffconf.h 21include/tiffconf.h
22include/tiffio.h 22include/tiffio.h
23include/tiffio.hxx 23include/tiffio.hxx
24include/tiffvers.h 24include/tiffvers.h
25lib/libtiff.la 25lib/libtiff.la
26lib/libtiffxx.la 26lib/libtiffxx.la
27lib/pkgconfig/libtiff-4.pc 27lib/pkgconfig/libtiff-4.pc
28man/man1/fax2ps.1 28man/man1/fax2ps.1
29man/man1/fax2tiff.1 29man/man1/fax2tiff.1
30man/man1/pal2rgb.1 30man/man1/pal2rgb.1
31man/man1/ppm2tiff.1 31man/man1/ppm2tiff.1
32man/man1/raw2tiff.1 32man/man1/raw2tiff.1
33man/man1/rgb2ycbcr.1 
34man/man1/thumbnail.1 
35man/man1/tiff2bw.1 33man/man1/tiff2bw.1
36man/man1/tiff2pdf.1 34man/man1/tiff2pdf.1
37man/man1/tiff2ps.1 35man/man1/tiff2ps.1
38man/man1/tiff2rgba.1 36man/man1/tiff2rgba.1
39man/man1/tiffcmp.1 37man/man1/tiffcmp.1
40man/man1/tiffcp.1 38man/man1/tiffcp.1
41man/man1/tiffcrop.1 39man/man1/tiffcrop.1
42man/man1/tiffdither.1 40man/man1/tiffdither.1
43man/man1/tiffdump.1 41man/man1/tiffdump.1
44man/man1/tiffgt.1 42man/man1/tiffgt.1
45man/man1/tiffinfo.1 43man/man1/tiffinfo.1
46man/man1/tiffmedian.1 44man/man1/tiffmedian.1
47man/man1/tiffset.1 45man/man1/tiffset.1
@@ -164,28 +162,26 @@ share/doc/tiff/html/man/TIFFcolor.3tiff. @@ -164,28 +162,26 @@ share/doc/tiff/html/man/TIFFcolor.3tiff.
164share/doc/tiff/html/man/TIFFmemory.3tiff.html 162share/doc/tiff/html/man/TIFFmemory.3tiff.html
165share/doc/tiff/html/man/TIFFquery.3tiff.html 163share/doc/tiff/html/man/TIFFquery.3tiff.html
166share/doc/tiff/html/man/TIFFsize.3tiff.html 164share/doc/tiff/html/man/TIFFsize.3tiff.html
167share/doc/tiff/html/man/TIFFstrip.3tiff.html 165share/doc/tiff/html/man/TIFFstrip.3tiff.html
168share/doc/tiff/html/man/TIFFswab.3tiff.html 166share/doc/tiff/html/man/TIFFswab.3tiff.html
169share/doc/tiff/html/man/TIFFtile.3tiff.html 167share/doc/tiff/html/man/TIFFtile.3tiff.html
170share/doc/tiff/html/man/fax2ps.1.html 168share/doc/tiff/html/man/fax2ps.1.html
171share/doc/tiff/html/man/fax2tiff.1.html 169share/doc/tiff/html/man/fax2tiff.1.html
172share/doc/tiff/html/man/index.html 170share/doc/tiff/html/man/index.html
173share/doc/tiff/html/man/libtiff.3tiff.html 171share/doc/tiff/html/man/libtiff.3tiff.html
174share/doc/tiff/html/man/pal2rgb.1.html 172share/doc/tiff/html/man/pal2rgb.1.html
175share/doc/tiff/html/man/ppm2tiff.1.html 173share/doc/tiff/html/man/ppm2tiff.1.html
176share/doc/tiff/html/man/raw2tiff.1.html 174share/doc/tiff/html/man/raw2tiff.1.html
177share/doc/tiff/html/man/rgb2ycbcr.1.html 
178share/doc/tiff/html/man/thumbnail.1.html 
179share/doc/tiff/html/man/tiff2bw.1.html 175share/doc/tiff/html/man/tiff2bw.1.html
180share/doc/tiff/html/man/tiff2pdf.1.html 176share/doc/tiff/html/man/tiff2pdf.1.html
181share/doc/tiff/html/man/tiff2ps.1.html 177share/doc/tiff/html/man/tiff2ps.1.html
182share/doc/tiff/html/man/tiff2rgba.1.html 178share/doc/tiff/html/man/tiff2rgba.1.html
183share/doc/tiff/html/man/tiffcmp.1.html 179share/doc/tiff/html/man/tiffcmp.1.html
184share/doc/tiff/html/man/tiffcp.1.html 180share/doc/tiff/html/man/tiffcp.1.html
185share/doc/tiff/html/man/tiffcrop.1.html 181share/doc/tiff/html/man/tiffcrop.1.html
186share/doc/tiff/html/man/tiffdither.1.html 182share/doc/tiff/html/man/tiffdither.1.html
187share/doc/tiff/html/man/tiffdump.1.html 183share/doc/tiff/html/man/tiffdump.1.html
188share/doc/tiff/html/man/tiffgt.1.html 184share/doc/tiff/html/man/tiffgt.1.html
189share/doc/tiff/html/man/tiffinfo.1.html 185share/doc/tiff/html/man/tiffinfo.1.html
190share/doc/tiff/html/man/tiffmedian.1.html 186share/doc/tiff/html/man/tiffmedian.1.html
191share/doc/tiff/html/man/tiffset.1.html 187share/doc/tiff/html/man/tiffset.1.html

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

--- pkgsrc/graphics/tiff/distinfo 2016/11/22 15:19:54 1.70
+++ pkgsrc/graphics/tiff/distinfo 2016/11/23 13:51:29 1.71
@@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
1$NetBSD: distinfo,v 1.70 2016/11/22 15:19:54 wiz Exp $ 1$NetBSD: distinfo,v 1.71 2016/11/23 13:51:29 he Exp $
2 2
3SHA1 (tiff-4.0.7.tar.gz) = 2c1b64478e88f93522a42dd5271214a0e5eae648 3SHA1 (tiff-4.0.7.tar.gz) = 2c1b64478e88f93522a42dd5271214a0e5eae648
4RMD160 (tiff-4.0.7.tar.gz) = 582e19c31e7f29d9ed36995dcad7ad68802cbadb 4RMD160 (tiff-4.0.7.tar.gz) = 582e19c31e7f29d9ed36995dcad7ad68802cbadb
5SHA512 (tiff-4.0.7.tar.gz) = 941357bdd5f947cdca41a1d31ae14b3fadc174ae5dce7b7981dbe58f61995f575ac2e97a7cc4fcc435184012017bec0920278263490464644f2cdfad9a6c5ddc 5SHA512 (tiff-4.0.7.tar.gz) = 941357bdd5f947cdca41a1d31ae14b3fadc174ae5dce7b7981dbe58f61995f575ac2e97a7cc4fcc435184012017bec0920278263490464644f2cdfad9a6c5ddc
6Size (tiff-4.0.7.tar.gz) = 2076392 bytes 6Size (tiff-4.0.7.tar.gz) = 2076392 bytes
7SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6 7SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6
 8SHA1 (patch-html_man_Makefile.in) = 705604e2a3065da192e7354a4a9cdcd16bd6823d
 9SHA1 (patch-man_Makefile.in) = ff073529c9d3ab98a03efa7d98c3263c1782482f

File Added: pkgsrc/graphics/tiff/patches/Attic/patch-html_man_Makefile.in
$NetBSD: patch-html_man_Makefile.in,v 1.1 2016/11/23 13:51:29 he Exp $

Don't install man pages for binaries which we leave uninstalled.

--- html/man/Makefile.in.orig	2016-11-19 17:40:21.000000000 +0000
+++ html/man/Makefile.in
@@ -383,8 +383,6 @@ docfiles = \
 	pal2rgb.1.html \
 	ppm2tiff.1.html \
 	raw2tiff.1.html \
-	rgb2ycbcr.1.html \
-	thumbnail.1.html \
 	tiff2bw.1.html \
 	tiff2pdf.1.html \
 	tiff2ps.1.html \

File Added: pkgsrc/graphics/tiff/patches/Attic/patch-man_Makefile.in
$NetBSD: patch-man_Makefile.in,v 1.1 2016/11/23 13:51:29 he Exp $

Omit installing man pages for binaries which are only left
in the build tree.

--- man/Makefile.in.orig	2016-11-19 17:40:22.000000000 +0000
+++ man/Makefile.in
@@ -335,8 +335,6 @@ dist_man1_MANS = \
 	pal2rgb.1 \
 	ppm2tiff.1 \
 	raw2tiff.1 \
-	rgb2ycbcr.1 \
-	thumbnail.1 \
 	tiff2bw.1 \
 	tiff2pdf.1 \
 	tiff2ps.1 \