Subject: test tiff-3.7.1 update
To: None <tech-pkg@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 12/21/2004 19:01:32
Please test the following and share your comments.

This updates tiff to tiff-3.7.1. (Current tiff has some security issue
announced today.) I have been using tiff-3.7.0 for a couple months on
NetBSD.

Be sure to remove all patches and add patch-aa (at bottom of this email).

Do we need to have a custom libtiff install for OpenWindows? Why was this
here?

And I don't think files/config.site is even used anymore. It should have
been removed. (Or am I missing something?)

Some of the changes include:

- package now includes HTML-ized man pages
- HTML docs are under share/doc/tiff-3.7.1/html directory
  instead of share/doc/html/tiff
- some links of man pages gone -- is this okay?
- new bmp2tiff tool
- tiff 3.7.x uses configure and libtool

Index: graphics/tiff/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/tiff/Makefile,v
retrieving revision 1.54
diff -b -u -r1.54 Makefile
--- graphics/tiff/Makefile	3 Oct 2004 00:14:58 -0000	1.54
+++ graphics/tiff/Makefile	22 Dec 2004 02:35:40 -0000
@@ -1,17 +1,9 @@
 # $NetBSD: Makefile,v 1.54 2004/10/03 00:14:58 tv Exp $

-DISTNAME=	tiff-v3.6.1
-PKGNAME=	tiff-3.6.1
-PKGREVISION=	3
+DISTNAME=	tiff-3.7.1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://libtiff.maptools.org/dl/
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
-# need DISTFILES above for adding lzw-files to it if USE_GIF is defined
-# in mk.conf
-DISTFILES+=	TIFFTechNote2.html
-# It is in CVS for Release-v3-6-1, but accidently excluded from distribution.
-SITES_TIFFTechNote2.html=	${MASTER_SITE_LOCAL:=tiff/}

 MAINTAINER=	tech-pkg@NetBSD.org
 HOMEPAGE=	http://www.remotesensing.org/libtiff/
@@ -19,56 +11,31 @@

 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

-# use DIST_SUBDIR because TIFFTechNote2.html could be changed later
-DIST_SUBDIR=	${PKGNAME_NOREV}
-
 BUILD_DEFS+=	USE_GIF

 PKG_INSTALLATION_TYPES=	overwrite pkgviews

 USE_BUILDLINK3=	yes
 USE_LIBTOOL=	yes
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--noninteractive --site=${FILESDIR} --prefix=${PREFIX}
-MAKE_ENV+=	PKGDIRMODE=${PKGDIRMODE}
-
-.include "../../mk/bsd.prefs.mk"
+GNU_CONFIGURE=	yes

-.if !empty(X11BASE:M*openwin)
-USE_PKGINSTALL=		yes
-DEINSTALL_EXTRA_TMPL+=	${.CURDIR}/INSTALL.OpenWindows
-INSTALL_EXTRA_TMPL+=	${.CURDIR}/INSTALL.OpenWindows
-.endif
+# test under Mac OS X too...
+CONFIGURE_ARGS+=	--enable-rpath

-post-extract:
-	${CP} ${DISTDIR}/${DIST_SUBDIR}/TIFFTechNote2.html ${WRKSRC}/html/
+.include "../../mk/bsd.prefs.mk"

-.if defined(USE_GIF)
-LZW_VERSION=	1.5
-DISTFILES+=	libtiff-lzw-compression-kit-${LZW_VERSION}.tar.gz
-EXTRACT_ONLY+=	libtiff-lzw-compression-kit-${LZW_VERSION}.tar.gz
-LZWWRKDIR=	${WRKDIR}/libtiff-lzw-compression-kit-${LZW_VERSION}
-pre-patch:
-	${CP} ${LZWWRKDIR}/tif_lzw.c ${WRKSRC}/libtiff
+# this needs to be checked
+#.if !empty(X11BASE:M*openwin)
+#USE_PKGINSTALL=		yes
+#DEINSTALL_EXTRA_TMPL+=	${.CURDIR}/INSTALL.OpenWindows
+#INSTALL_EXTRA_TMPL+=	${.CURDIR}/INSTALL.OpenWindows
+#.endif
+
+.if !defined(USE_GIF) || !empty(USE_GIF:M[Nn][Oo])
+# disable support for LZW algorithm
+CONFIGURE_ARGS+=	--disable-lzw
 .endif

-CPPFLAGS+=	-Dunix
-CONFIGURE_ENV+=	PREFIX="${PREFIX}"
-CONFIGURE_ENV+=	ENVOPTS="${CFLAGS} ${CPPFLAGS}"
-
-INSTALLATION_DIRS=	share/doc/html
-
-# reference correct relative man page when using .so;
-# libtoolize build of TIFF tools
-post-patch:
-	${MV} ${WRKSRC}/man/Makefile.in ${WRKSRC}/man/Makefile.in.in
-	${SED}	-e "s,\$${MANDIR}\(.*\)\.\([0-9]\).,${PREFIX}/man/man\2/\1.\2,g" \
-		-e "s,\$${MANDIR}\(.*\)\.\([0-9]\),${PREFIX}/man/man\2/\1.\2,g" \
-		${WRKSRC}/man/Makefile.in.in  > ${WRKSRC}/man/Makefile.in
-	${MV} ${WRKSRC}/tools/Makefile.in ${WRKSRC}/tools/Makefile.in.in
-	${SED}	-e "s,\(\$${CC} -o\),\$${LIBTOOL} \1,g" \
-		${WRKSRC}/tools/Makefile.in.in  > ${WRKSRC}/tools/Makefile.in
-
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: graphics/tiff/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/tiff/PLIST,v
retrieving revision 1.4
diff -b -u -r1.4 PLIST
--- graphics/tiff/PLIST	22 Sep 2004 08:09:38 -0000	1.4
+++ graphics/tiff/PLIST	22 Dec 2004 02:35:41 -0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:38 jlam Exp $
+@comment $NetBSD$
+bin/bmp2tiff
 bin/fax2ps
 bin/fax2tiff
 bin/gif2tiff
@@ -23,8 +24,10 @@
 include/tiff.h
 include/tiffconf.h
 include/tiffio.h
+include/tiffio.hxx
 include/tiffvers.h
 lib/libtiff.la
+man/man1/bmp2tiff.1
 man/man1/fax2ps.1
 man/man1/fax2tiff.1
 man/man1/gif2tiff.1
@@ -46,80 +49,30 @@
 man/man1/tiffgt.1
 man/man1/tiffinfo.1
 man/man1/tiffmedian.1
+man/man1/tiffset.1
 man/man1/tiffsplit.1
 man/man1/tiffsv.1
-man/man3/TIFFCheckTile.3
-man/man3/TIFFClientOpen.3
 man/man3/TIFFClose.3
-man/man3/TIFFComputeStrip.3
-man/man3/TIFFComputeTile.3
-man/man3/TIFFCurrentDirectory.3
-man/man3/TIFFCurrentRow.3
-man/man3/TIFFCurrentStrip.3
-man/man3/TIFFCurrentTile.3
 man/man3/TIFFDataWidth.3
-man/man3/TIFFDefaultStripSize.3
-man/man3/TIFFDefaultTileSize.3
 man/man3/TIFFError.3
-man/man3/TIFFFdOpen.3
-man/man3/TIFFFileName.3
-man/man3/TIFFFileno.3
-man/man3/TIFFFindCODEC.3
 man/man3/TIFFFlush.3
-man/man3/TIFFFlushData.3
 man/man3/TIFFGetField.3
-man/man3/TIFFGetFieldDefaulted.3
-man/man3/TIFFGetMode.3
-man/man3/TIFFIsByteSwapped.3
-man/man3/TIFFIsMSB2LSB.3
-man/man3/TIFFIsTiled.3
-man/man3/TIFFIsUpSampled.3
-man/man3/TIFFLastDirectory.3
-man/man3/TIFFNumberOfStrips.3
-man/man3/TIFFNumberOfTiles.3
 man/man3/TIFFOpen.3
 man/man3/TIFFPrintDirectory.3
 man/man3/TIFFRGBAImage.3
-man/man3/TIFFRGBAImageBegin.3
-man/man3/TIFFRGBAImageEnd.3
-man/man3/TIFFRGBAImageGet.3
-man/man3/TIFFRGBAImageOK.3
-man/man3/TIFFReadBufferSetup.3
 man/man3/TIFFReadDirectory.3
 man/man3/TIFFReadEncodedStrip.3
 man/man3/TIFFReadEncodedTile.3
 man/man3/TIFFReadRGBAImage.3
-man/man3/TIFFReadRGBAImageOriented.3
 man/man3/TIFFReadRGBAStrip.3
 man/man3/TIFFReadRGBATile.3
 man/man3/TIFFReadRawStrip.3
 man/man3/TIFFReadRawTile.3
 man/man3/TIFFReadScanline.3
 man/man3/TIFFReadTile.3
-man/man3/TIFFRegisterCODEC.3
-man/man3/TIFFReverseBits.3
-man/man3/TIFFRewriteDirectory.3
-man/man3/TIFFScanlineSize.3
 man/man3/TIFFSetDirectory.3
-man/man3/TIFFSetErrorHandler.3
 man/man3/TIFFSetField.3
-man/man3/TIFFSetSubDirectory.3
-man/man3/TIFFSetWarningHandler.3
-man/man3/TIFFStripSize.3
-man/man3/TIFFSwabArrayOfLong.3
-man/man3/TIFFSwabArrayOfShort.3
-man/man3/TIFFSwabLong.3
-man/man3/TIFFSwabShort.3
-man/man3/TIFFTileRowSize.3
-man/man3/TIFFTileSize.3
-man/man3/TIFFUnRegisterCODEC.3
-man/man3/TIFFVGetField.3
-man/man3/TIFFVGetFieldDefaulted.3
-man/man3/TIFFVSetField.3
-man/man3/TIFFVStripSize.3
-man/man3/TIFFVTileSize.3
 man/man3/TIFFWarning.3
-man/man3/TIFFWriteBufferSetup.3
 man/man3/TIFFWriteDirectory.3
 man/man3/TIFFWriteEncodedStrip.3
 man/man3/TIFFWriteEncodedTile.3
@@ -130,68 +83,139 @@
 man/man3/TIFFbuffer.3
 man/man3/TIFFcodec.3
 man/man3/TIFFcolor.3
-man/man3/TIFFfree.3
-man/man3/TIFFmalloc.3
-man/man3/TIFFmemcmp.3
-man/man3/TIFFmemcpy.3
 man/man3/TIFFmemory.3
-man/man3/TIFFmemset.3
 man/man3/TIFFquery.3
-man/man3/TIFFrealloc.3
 man/man3/TIFFsize.3
 man/man3/TIFFstrip.3
 man/man3/TIFFswab.3
 man/man3/TIFFtile.3
 man/man3/libtiff.3
-share/doc/html/tiff/TIFFTechNote2.html
-share/doc/html/tiff/bugs.html
-share/doc/html/tiff/build.html
-share/doc/html/tiff/contrib.html
-share/doc/html/tiff/document.html
-share/doc/html/tiff/images.html
-share/doc/html/tiff/images/back.gif
-share/doc/html/tiff/images/bali.jpg
-share/doc/html/tiff/images/cat.gif
-share/doc/html/tiff/images/cover.jpg
-share/doc/html/tiff/images/cramps.gif
-share/doc/html/tiff/images/dave.gif
-share/doc/html/tiff/images/info.gif
-share/doc/html/tiff/images/jello.jpg
-share/doc/html/tiff/images/jim.gif
-share/doc/html/tiff/images/note.gif
-share/doc/html/tiff/images/oxford.gif
-share/doc/html/tiff/images/quad.jpg
-share/doc/html/tiff/images/ring.gif
-share/doc/html/tiff/images/smallliz.jpg
-share/doc/html/tiff/images/strike.gif
-share/doc/html/tiff/images/warning.gif
-share/doc/html/tiff/index.html
-share/doc/html/tiff/internals.html
-share/doc/html/tiff/intro.html
-share/doc/html/tiff/libtiff.html
-share/doc/html/tiff/misc.html
-share/doc/html/tiff/support.html
-share/doc/html/tiff/tools.html
-share/doc/html/tiff/v3.4beta007.html
-share/doc/html/tiff/v3.4beta016.html
-share/doc/html/tiff/v3.4beta018.html
-share/doc/html/tiff/v3.4beta024.html
-share/doc/html/tiff/v3.4beta028.html
-share/doc/html/tiff/v3.4beta029.html
-share/doc/html/tiff/v3.4beta031.html
-share/doc/html/tiff/v3.4beta032.html
-share/doc/html/tiff/v3.4beta033.html
-share/doc/html/tiff/v3.4beta034.html
-share/doc/html/tiff/v3.4beta035.html
-share/doc/html/tiff/v3.4beta036.html
-share/doc/html/tiff/v3.5.1.html
-share/doc/html/tiff/v3.5.2.html
-share/doc/html/tiff/v3.5.3.html
-share/doc/html/tiff/v3.5.4.html
-share/doc/html/tiff/v3.5.5.html
-share/doc/html/tiff/v3.5.6-beta.html
-share/doc/html/tiff/v3.5.7.html
-share/doc/html/tiff/v3.6.0.html
-share/doc/html/tiff/v${PKGVERSION}.html
-@dirrm share/doc/html/tiff/images
-@dirrm share/doc/html/tiff
+share/doc/${PKGNAME}/COPYRIGHT
+share/doc/${PKGNAME}/ChangeLog
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/RELEASE-DATE
+share/doc/${PKGNAME}/TODO
+share/doc/${PKGNAME}/VERSION
+share/doc/${PKGNAME}/html/TIFFTechNote2.html
+share/doc/${PKGNAME}/html/addingtags.html
+share/doc/${PKGNAME}/html/bugs.html
+share/doc/${PKGNAME}/html/build.html
+share/doc/${PKGNAME}/html/contrib.html
+share/doc/${PKGNAME}/html/document.html
+share/doc/${PKGNAME}/html/images.html
+share/doc/${PKGNAME}/html/images/back.gif
+share/doc/${PKGNAME}/html/images/bali.jpg
+share/doc/${PKGNAME}/html/images/cat.gif
+share/doc/${PKGNAME}/html/images/cover.jpg
+share/doc/${PKGNAME}/html/images/cramps.gif
+share/doc/${PKGNAME}/html/images/dave.gif
+share/doc/${PKGNAME}/html/images/info.gif
+share/doc/${PKGNAME}/html/images/jello.jpg
+share/doc/${PKGNAME}/html/images/jim.gif
+share/doc/${PKGNAME}/html/images/note.gif
+share/doc/${PKGNAME}/html/images/oxford.gif
+share/doc/${PKGNAME}/html/images/quad.jpg
+share/doc/${PKGNAME}/html/images/ring.gif
+share/doc/${PKGNAME}/html/images/smallliz.jpg
+share/doc/${PKGNAME}/html/images/strike.gif
+share/doc/${PKGNAME}/html/images/warning.gif
+share/doc/${PKGNAME}/html/index.html
+share/doc/${PKGNAME}/html/internals.html
+share/doc/${PKGNAME}/html/intro.html
+share/doc/${PKGNAME}/html/libtiff.html
+share/doc/${PKGNAME}/html/man/TIFFClose.3t.html
+share/doc/${PKGNAME}/html/man/TIFFDataWidth.3t.html
+share/doc/${PKGNAME}/html/man/TIFFError.3t.html
+share/doc/${PKGNAME}/html/man/TIFFFlush.3t.html
+share/doc/${PKGNAME}/html/man/TIFFGetField.3t.html
+share/doc/${PKGNAME}/html/man/TIFFOpen.3t.html
+share/doc/${PKGNAME}/html/man/TIFFPrintDirectory.3t.html
+share/doc/${PKGNAME}/html/man/TIFFRGBAImage.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadDirectory.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadEncodedStrip.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadEncodedTile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadRGBAImage.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadRGBAStrip.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadRGBATile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadRawStrip.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadRawTile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadScanline.3t.html
+share/doc/${PKGNAME}/html/man/TIFFReadTile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFSetDirectory.3t.html
+share/doc/${PKGNAME}/html/man/TIFFSetField.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWarning.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteDirectory.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteEncodedStrip.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteEncodedTile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteRawStrip.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteRawTile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteScanline.3t.html
+share/doc/${PKGNAME}/html/man/TIFFWriteTile.3t.html
+share/doc/${PKGNAME}/html/man/TIFFbuffer.3t.html
+share/doc/${PKGNAME}/html/man/TIFFcodec.3t.html
+share/doc/${PKGNAME}/html/man/TIFFcolor.3t.html
+share/doc/${PKGNAME}/html/man/TIFFmemory.3t.html
+share/doc/${PKGNAME}/html/man/TIFFquery.3t.html
+share/doc/${PKGNAME}/html/man/TIFFsize.3t.html
+share/doc/${PKGNAME}/html/man/TIFFstrip.3t.html
+share/doc/${PKGNAME}/html/man/TIFFswab.3t.html
+share/doc/${PKGNAME}/html/man/TIFFtile.3t.html
+share/doc/${PKGNAME}/html/man/fax2ps.1.html
+share/doc/${PKGNAME}/html/man/fax2tiff.1.html
+share/doc/${PKGNAME}/html/man/gif2tiff.1.html
+share/doc/${PKGNAME}/html/man/index.html
+share/doc/${PKGNAME}/html/man/libtiff.3t.html
+share/doc/${PKGNAME}/html/man/pal2rgb.1.html
+share/doc/${PKGNAME}/html/man/ppm2tiff.1.html
+share/doc/${PKGNAME}/html/man/ras2tiff.1.html
+share/doc/${PKGNAME}/html/man/raw2tiff.1.html
+share/doc/${PKGNAME}/html/man/rgb2ycbcr.1.html
+share/doc/${PKGNAME}/html/man/sgi2tiff.1.html
+share/doc/${PKGNAME}/html/man/thumbnail.1.html
+share/doc/${PKGNAME}/html/man/tiff2bw.1.html
+share/doc/${PKGNAME}/html/man/tiff2pdf.1.html
+share/doc/${PKGNAME}/html/man/tiff2ps.1.html
+share/doc/${PKGNAME}/html/man/tiff2rgba.1.html
+share/doc/${PKGNAME}/html/man/tiffcmp.1.html
+share/doc/${PKGNAME}/html/man/tiffcp.1.html
+share/doc/${PKGNAME}/html/man/tiffdither.1.html
+share/doc/${PKGNAME}/html/man/tiffdump.1.html
+share/doc/${PKGNAME}/html/man/tiffgt.1.html
+share/doc/${PKGNAME}/html/man/tiffinfo.1.html
+share/doc/${PKGNAME}/html/man/tiffmedian.1.html
+share/doc/${PKGNAME}/html/man/tiffset.1.html
+share/doc/${PKGNAME}/html/man/tiffsplit.1.html
+share/doc/${PKGNAME}/html/man/tiffsv.1.html
+share/doc/${PKGNAME}/html/misc.html
+share/doc/${PKGNAME}/html/support.html
+share/doc/${PKGNAME}/html/tools.html
+share/doc/${PKGNAME}/html/v3.4beta007.html
+share/doc/${PKGNAME}/html/v3.4beta016.html
+share/doc/${PKGNAME}/html/v3.4beta018.html
+share/doc/${PKGNAME}/html/v3.4beta024.html
+share/doc/${PKGNAME}/html/v3.4beta028.html
+share/doc/${PKGNAME}/html/v3.4beta029.html
+share/doc/${PKGNAME}/html/v3.4beta031.html
+share/doc/${PKGNAME}/html/v3.4beta032.html
+share/doc/${PKGNAME}/html/v3.4beta033.html
+share/doc/${PKGNAME}/html/v3.4beta034.html
+share/doc/${PKGNAME}/html/v3.4beta035.html
+share/doc/${PKGNAME}/html/v3.4beta036.html
+share/doc/${PKGNAME}/html/v3.5.1.html
+share/doc/${PKGNAME}/html/v3.5.2.html
+share/doc/${PKGNAME}/html/v3.5.3.html
+share/doc/${PKGNAME}/html/v3.5.4.html
+share/doc/${PKGNAME}/html/v3.5.5.html
+share/doc/${PKGNAME}/html/v3.5.6-beta.html
+share/doc/${PKGNAME}/html/v3.5.7.html
+share/doc/${PKGNAME}/html/v3.6.0.html
+share/doc/${PKGNAME}/html/v3.6.1.html
+share/doc/${PKGNAME}/html/v3.7.0.html
+share/doc/${PKGNAME}/html/v3.7.0alpha.html
+share/doc/${PKGNAME}/html/v3.7.0beta.html
+share/doc/${PKGNAME}/html/v3.7.0beta2.html
+share/doc/${PKGNAME}/html/v${PKGVERSION}.html
+@dirrm share/doc/${PKGNAME}/html/man
+@dirrm share/doc/${PKGNAME}/html/images
+@dirrm share/doc/${PKGNAME}/html
+@dirrm share/doc/${PKGNAME}
Index: graphics/tiff/buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/tiff/buildlink3.mk,v
retrieving revision 1.8
diff -b -u -r1.8 buildlink3.mk
--- graphics/tiff/buildlink3.mk	3 Oct 2004 00:14:58 -0000	1.8
+++ graphics/tiff/buildlink3.mk	22 Dec 2004 02:35:41 -0000
@@ -11,8 +11,7 @@
 BUILDLINK_PACKAGES+=	tiff

 .if !empty(TIFF_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.tiff+=	tiff>=3.6.1
-BUILDLINK_RECOMMENDED.tiff+=	tiff>=3.6.1nb3
+BUILDLINK_DEPENDS.tiff+=	tiff>=3.7.0
 BUILDLINK_PKGSRCDIR.tiff?=	../../graphics/tiff
 .endif	# TIFF_BUILDLINK3_MK

Index: graphics/tiff/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/tiff/distinfo,v
retrieving revision 1.17
diff -b -u -r1.17 distinfo
--- graphics/tiff/distinfo	5 Sep 2004 16:49:03 -0000	1.17
+++ graphics/tiff/distinfo	22 Dec 2004 02:35:41 -0000
@@ -1,16 +1,5 @@
 $NetBSD: distinfo,v 1.17 2004/09/05 16:49:03 jschauma Exp $

-SHA1 (tiff-3.6.1/tiff-v3.6.1.tar.gz) = f7817145d8756152cc341804df6477f37ef93c38
-Size (tiff-3.6.1/tiff-v3.6.1.tar.gz) = 1072165 bytes
-SHA1 (tiff-3.6.1/TIFFTechNote2.html) = bf202e0ded764f0f6b9cda673245dea4ebfaf73f
-Size (tiff-3.6.1/TIFFTechNote2.html) = 35698 bytes
-SHA1 (tiff-3.6.1/libtiff-lzw-compression-kit-1.5.tar.gz) = 97d103ca8595cf6759fc6c52f4199be4b02b95b0
-Size (tiff-3.6.1/libtiff-lzw-compression-kit-1.5.tar.gz) = 9646 bytes
-SHA1 (patch-aa) = b3f0850bd47805f54e44e8160baf237fd511e0a5
-SHA1 (patch-ab) = 186b597cb44768570d844d55a4f4358a89974633
-SHA1 (patch-ac) = 754a02bb0561f8944fa1c870ab8dd6c1d6bf0c49
-SHA1 (patch-ad) = b48c93d29d5ff39079b6d320c5e67d9c1cdde8c7
-SHA1 (patch-ae) = 8272e39a8a0324b0f8a1e661721b5c9367c0d8e7
-SHA1 (patch-af) = d6c9fd4f10c26e6b2ad8eb5ec51e9205504b62c7
-SHA1 (patch-ag) = 169a504fc9c4180b3b14a7d2f0e2318af9879f17
-SHA1 (patch-ah) = 44ecf92862dc20cdb5e4b1dd4cdbf7c765dc95e2
+SHA1 (tiff-3.7.1.tar.gz) = 001b03350182869c7f5d46e6b27862b85cb06fc3
+Size (tiff-3.7.1.tar.gz) = 1253810 bytes
+SHA1 (patch-aa) = 995c418791f2c8ce3f634dac117949048955b625


This is patch-aa:

$NetBSD$

--- man/Makefile.in.orig	Mon Dec 20 11:41:54 2004
+++ man/Makefile.in
@@ -373,11 +373,7 @@ install-man3: $(man3_MANS) $(man_MANS)
 	for i in $$list; do \
 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 	  else file=$$i; fi; \
-	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-	  case "$$ext" in \
-	    3*) ;; \
-	    *) ext='3' ;; \
-	  esac; \
+	  ext='3'; \
 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \