diff options
author | he <he@pkgsrc.org> | 2016-11-23 13:51:29 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2016-11-23 13:51:29 +0000 |
commit | 5ceaa79f8ec14b03d27ef96a0867f1b28547b323 (patch) | |
tree | 051fc039e09d77a794140e8c91e31071f09a1f9b /graphics | |
parent | 3b501fd06cebdb4e696fbcba5f965e15b06f48f6 (diff) | |
download | pkgsrc-5ceaa79f8ec14b03d27ef96a0867f1b28547b323.tar.gz |
Add a couple patches to omit installing the documentation for
rgb2ycbcr and thumbnail, since these binaries are no longer being
installed.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tiff/Makefile | 3 | ||||
-rw-r--r-- | graphics/tiff/PLIST | 6 | ||||
-rw-r--r-- | graphics/tiff/distinfo | 4 | ||||
-rw-r--r-- | graphics/tiff/patches/patch-html_man_Makefile.in | 15 | ||||
-rw-r--r-- | graphics/tiff/patches/patch-man_Makefile.in | 16 |
5 files changed, 37 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 8a8a1590fa3..8c98605807a 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.124 2016/11/22 15:19:54 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2016/11/23 13:51:29 he Exp $ DISTNAME= tiff-4.0.7 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://download.osgeo.org/libtiff/ diff --git a/graphics/tiff/PLIST b/graphics/tiff/PLIST index a594e7a1248..caca9dc3722 100644 --- a/graphics/tiff/PLIST +++ b/graphics/tiff/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.22 2016/11/22 15:19:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.23 2016/11/23 13:51:29 he Exp $ bin/fax2ps bin/fax2tiff bin/pal2rgb @@ -30,8 +30,6 @@ man/man1/fax2tiff.1 man/man1/pal2rgb.1 man/man1/ppm2tiff.1 man/man1/raw2tiff.1 -man/man1/rgb2ycbcr.1 -man/man1/thumbnail.1 man/man1/tiff2bw.1 man/man1/tiff2pdf.1 man/man1/tiff2ps.1 @@ -174,8 +172,6 @@ share/doc/tiff/html/man/libtiff.3tiff.html share/doc/tiff/html/man/pal2rgb.1.html share/doc/tiff/html/man/ppm2tiff.1.html share/doc/tiff/html/man/raw2tiff.1.html -share/doc/tiff/html/man/rgb2ycbcr.1.html -share/doc/tiff/html/man/thumbnail.1.html share/doc/tiff/html/man/tiff2bw.1.html share/doc/tiff/html/man/tiff2pdf.1.html share/doc/tiff/html/man/tiff2ps.1.html diff --git a/graphics/tiff/distinfo b/graphics/tiff/distinfo index d6baac58fb5..cc4a68fc26b 100644 --- a/graphics/tiff/distinfo +++ b/graphics/tiff/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.70 2016/11/22 15:19:54 wiz Exp $ +$NetBSD: distinfo,v 1.71 2016/11/23 13:51:29 he Exp $ SHA1 (tiff-4.0.7.tar.gz) = 2c1b64478e88f93522a42dd5271214a0e5eae648 RMD160 (tiff-4.0.7.tar.gz) = 582e19c31e7f29d9ed36995dcad7ad68802cbadb SHA512 (tiff-4.0.7.tar.gz) = 941357bdd5f947cdca41a1d31ae14b3fadc174ae5dce7b7981dbe58f61995f575ac2e97a7cc4fcc435184012017bec0920278263490464644f2cdfad9a6c5ddc Size (tiff-4.0.7.tar.gz) = 2076392 bytes SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6 +SHA1 (patch-html_man_Makefile.in) = 705604e2a3065da192e7354a4a9cdcd16bd6823d +SHA1 (patch-man_Makefile.in) = ff073529c9d3ab98a03efa7d98c3263c1782482f diff --git a/graphics/tiff/patches/patch-html_man_Makefile.in b/graphics/tiff/patches/patch-html_man_Makefile.in new file mode 100644 index 00000000000..925e99b7095 --- /dev/null +++ b/graphics/tiff/patches/patch-html_man_Makefile.in @@ -0,0 +1,15 @@ +$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 \ diff --git a/graphics/tiff/patches/patch-man_Makefile.in b/graphics/tiff/patches/patch-man_Makefile.in new file mode 100644 index 00000000000..c6c090f37ef --- /dev/null +++ b/graphics/tiff/patches/patch-man_Makefile.in @@ -0,0 +1,16 @@ +$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 \ |