pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/tiff



Module Name:    pkgsrc
Committed By:   he
Date:           Wed Nov 23 13:51:29 UTC 2016

Modified Files:
        pkgsrc/graphics/tiff: Makefile PLIST distinfo
Added Files:
        pkgsrc/graphics/tiff/patches: patch-html_man_Makefile.in
            patch-man_Makefile.in

Log Message:
Add a couple patches to omit installing the documentation for
rgb2ycbcr and thumbnail, since these binaries are no longer being
installed.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/graphics/tiff/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/tiff/PLIST
cvs rdiff -u -r1.70 -r1.71 pkgsrc/graphics/tiff/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/tiff/patches/patch-html_man_Makefile.in \
    pkgsrc/graphics/tiff/patches/patch-man_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/tiff/Makefile
diff -u pkgsrc/graphics/tiff/Makefile:1.124 pkgsrc/graphics/tiff/Makefile:1.125
--- pkgsrc/graphics/tiff/Makefile:1.124 Tue Nov 22 15:19:54 2016
+++ pkgsrc/graphics/tiff/Makefile       Wed Nov 23 13:51:29 2016
@@ -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/
 

Index: pkgsrc/graphics/tiff/PLIST
diff -u pkgsrc/graphics/tiff/PLIST:1.22 pkgsrc/graphics/tiff/PLIST:1.23
--- pkgsrc/graphics/tiff/PLIST:1.22     Tue Nov 22 15:19:54 2016
+++ pkgsrc/graphics/tiff/PLIST  Wed Nov 23 13:51:29 2016
@@ -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.ht
 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

Index: pkgsrc/graphics/tiff/distinfo
diff -u pkgsrc/graphics/tiff/distinfo:1.70 pkgsrc/graphics/tiff/distinfo:1.71
--- pkgsrc/graphics/tiff/distinfo:1.70  Tue Nov 22 15:19:54 2016
+++ pkgsrc/graphics/tiff/distinfo       Wed Nov 23 13:51:29 2016
@@ -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

Added files:

Index: pkgsrc/graphics/tiff/patches/patch-html_man_Makefile.in
diff -u /dev/null pkgsrc/graphics/tiff/patches/patch-html_man_Makefile.in:1.1
--- /dev/null   Wed Nov 23 13:51:29 2016
+++ pkgsrc/graphics/tiff/patches/patch-html_man_Makefile.in     Wed Nov 23 13:51:29 2016
@@ -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 \
Index: pkgsrc/graphics/tiff/patches/patch-man_Makefile.in
diff -u /dev/null pkgsrc/graphics/tiff/patches/patch-man_Makefile.in:1.1
--- /dev/null   Wed Nov 23 13:51:29 2016
+++ pkgsrc/graphics/tiff/patches/patch-man_Makefile.in  Wed Nov 23 13:51:29 2016
@@ -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 \



Home | Main Index | Thread Index | Old Index