pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
compat32_tiff: Rename tiff-32 to compat32_tiff
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Tue Jul 23 17:41:15 2019 +0200
Changeset: eab987fb3e91d770e8d8bf5ccaf30931e54bd813
Added Files:
compat32_tiff/DESCR
compat32_tiff/Makefile
compat32_tiff/PLIST
compat32_tiff/buildlink3.mk
compat32_tiff/distinfo
compat32_tiff/options.mk
compat32_tiff/patches/patch-configure
Removed Files:
tiff-32/DESCR
tiff-32/Makefile
tiff-32/PLIST
tiff-32/buildlink3.mk
tiff-32/distinfo
tiff-32/options.mk
tiff-32/patches/patch-configure
Log Message:
compat32_tiff: Rename tiff-32 to compat32_tiff
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eab987fb3e91d770e8d8bf5ccaf30931e54bd813
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
compat32_tiff/DESCR | 12 ++
compat32_tiff/Makefile | 42 ++++++
compat32_tiff/PLIST | 237 ++++++++++++++++++++++++++++++++++
compat32_tiff/buildlink3.mk | 20 +++
compat32_tiff/distinfo | 7 +
compat32_tiff/options.mk | 16 +++
compat32_tiff/patches/patch-configure | 30 +++++
tiff-32/DESCR | 12 --
tiff-32/Makefile | 42 ------
tiff-32/PLIST | 237 ----------------------------------
tiff-32/buildlink3.mk | 20 ---
tiff-32/distinfo | 7 -
tiff-32/options.mk | 16 ---
tiff-32/patches/patch-configure | 30 -----
14 files changed, 364 insertions(+), 364 deletions(-)
diffs:
diff --git a/compat32_tiff/DESCR b/compat32_tiff/DESCR
new file mode 100644
index 0000000000..f02c43c874
--- /dev/null
+++ b/compat32_tiff/DESCR
@@ -0,0 +1,12 @@
+This is software provides support for the Tag Image Format (TIFF).
+Included is a library, libtiff, for reading and writing TIFF, a
+collection of tools for doing simple manipulations of TIFF images, and
+documentation on the library and tools. A random assortment of
+TIFF-related software contributed by others is also included.
+
+The library, along with associated tool programs, should handle most of
+your needs for reading and writing files that follow the 5.0 or 6.0
+TIFF spec. There is also considerable support for some of the more
+esoteric portions of the 6.0 TIFF spec.
+
+This package is intended to crosscompile tiff for i386.
diff --git a/compat32_tiff/Makefile b/compat32_tiff/Makefile
new file mode 100644
index 0000000000..3a766682e2
--- /dev/null
+++ b/compat32_tiff/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.144 2018/11/10 21:14:53 maya Exp $
+
+DISTNAME= tiff-4.0.10
+CATEGORIES= graphics
+MASTER_SITES= https://download.osgeo.org/libtiff/
+ABI?= 32
+PKGNAME= compat${ABI}_tiff-4.0.10
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://simplesystems.org/libtiff/
+COMMENT= Library and tools for reading and writing TIFF data files
+LICENSE= mit
+
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+CFLAGS+= -m32
+GNU_CONFIGURE_PREFIX= ${PREFIX}/emul/netbsd32/
+CONFIGURE_ARGS+= --enable-rpath
+CONFIGURE_ARGS+= --enable-cxx
+CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
+
+PKGCONFIG_OVERRIDE= libtiff-4.pc.in
+
+TEST_TARGET= check
+
+post-install:
+ cd ${DESTDIR}/${PREFIX}/emul/netbsd32/man/man3 && for file in *.3tiff; do\
+ target=`${ECHO} $$file | sed "s/3tiff/3/"`; \
+ ${MV} $$file $$target; \
+ done
+
+.include "options.mk"
+
+.include "../../devel/zlib/buildlink3.mk"
+# XXX for liblzma; there are more potential suppliers
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../graphics/jbigkit/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/compat32_tiff/PLIST b/compat32_tiff/PLIST
new file mode 100644
index 0000000000..61a97a9d26
--- /dev/null
+++ b/compat32_tiff/PLIST
@@ -0,0 +1,237 @@
+@comment $NetBSD$
+emul/netbsd32/bin/fax2ps
+emul/netbsd32/bin/fax2tiff
+emul/netbsd32/bin/pal2rgb
+emul/netbsd32/bin/ppm2tiff
+emul/netbsd32/bin/raw2tiff
+emul/netbsd32/bin/tiff2bw
+emul/netbsd32/bin/tiff2pdf
+emul/netbsd32/bin/tiff2ps
+emul/netbsd32/bin/tiff2rgba
+emul/netbsd32/bin/tiffcmp
+emul/netbsd32/bin/tiffcp
+emul/netbsd32/bin/tiffcrop
+emul/netbsd32/bin/tiffdither
+emul/netbsd32/bin/tiffdump
+emul/netbsd32/bin/tiffinfo
+emul/netbsd32/bin/tiffmedian
+emul/netbsd32/bin/tiffset
+emul/netbsd32/bin/tiffsplit
+emul/netbsd32/include/tiff.h
+emul/netbsd32/include/tiffconf.h
+emul/netbsd32/include/tiffio.h
+emul/netbsd32/include/tiffio.hxx
+emul/netbsd32/include/tiffvers.h
+emul/netbsd32/lib/libtiff.la
+emul/netbsd32/lib/libtiffxx.la
+emul/netbsd32/lib/pkgconfig/libtiff-4.pc
+emul/netbsd32/man/man1/fax2ps.1
+emul/netbsd32/man/man1/fax2tiff.1
+emul/netbsd32/man/man1/pal2rgb.1
+emul/netbsd32/man/man1/ppm2tiff.1
+emul/netbsd32/man/man1/raw2tiff.1
+emul/netbsd32/man/man1/tiff2bw.1
+emul/netbsd32/man/man1/tiff2pdf.1
+emul/netbsd32/man/man1/tiff2ps.1
+emul/netbsd32/man/man1/tiff2rgba.1
+emul/netbsd32/man/man1/tiffcmp.1
+emul/netbsd32/man/man1/tiffcp.1
+emul/netbsd32/man/man1/tiffcrop.1
+emul/netbsd32/man/man1/tiffdither.1
+emul/netbsd32/man/man1/tiffdump.1
+emul/netbsd32/man/man1/tiffgt.1
+emul/netbsd32/man/man1/tiffinfo.1
+emul/netbsd32/man/man1/tiffmedian.1
+emul/netbsd32/man/man1/tiffset.1
+emul/netbsd32/man/man1/tiffsplit.1
+emul/netbsd32/man/man3/TIFFClose.3
+emul/netbsd32/man/man3/TIFFDataWidth.3
+emul/netbsd32/man/man3/TIFFError.3
+emul/netbsd32/man/man3/TIFFFieldDataType.3
+emul/netbsd32/man/man3/TIFFFieldName.3
+emul/netbsd32/man/man3/TIFFFieldPassCount.3
+emul/netbsd32/man/man3/TIFFFieldReadCount.3
+emul/netbsd32/man/man3/TIFFFieldTag.3
+emul/netbsd32/man/man3/TIFFFieldWriteCount.3
+emul/netbsd32/man/man3/TIFFFlush.3
+emul/netbsd32/man/man3/TIFFGetField.3
+emul/netbsd32/man/man3/TIFFOpen.3
+emul/netbsd32/man/man3/TIFFPrintDirectory.3
+emul/netbsd32/man/man3/TIFFRGBAImage.3
+emul/netbsd32/man/man3/TIFFReadDirectory.3
+emul/netbsd32/man/man3/TIFFReadEncodedStrip.3
+emul/netbsd32/man/man3/TIFFReadEncodedTile.3
+emul/netbsd32/man/man3/TIFFReadRGBAImage.3
+emul/netbsd32/man/man3/TIFFReadRGBAStrip.3
+emul/netbsd32/man/man3/TIFFReadRGBATile.3
+emul/netbsd32/man/man3/TIFFReadRawStrip.3
+emul/netbsd32/man/man3/TIFFReadRawTile.3
+emul/netbsd32/man/man3/TIFFReadScanline.3
+emul/netbsd32/man/man3/TIFFReadTile.3
+emul/netbsd32/man/man3/TIFFSetDirectory.3
+emul/netbsd32/man/man3/TIFFSetField.3
+emul/netbsd32/man/man3/TIFFWarning.3
+emul/netbsd32/man/man3/TIFFWriteDirectory.3
+emul/netbsd32/man/man3/TIFFWriteEncodedStrip.3
+emul/netbsd32/man/man3/TIFFWriteEncodedTile.3
+emul/netbsd32/man/man3/TIFFWriteRawStrip.3
+emul/netbsd32/man/man3/TIFFWriteRawTile.3
+emul/netbsd32/man/man3/TIFFWriteScanline.3
+emul/netbsd32/man/man3/TIFFWriteTile.3
+emul/netbsd32/man/man3/TIFFbuffer.3
+emul/netbsd32/man/man3/TIFFcodec.3
+emul/netbsd32/man/man3/TIFFcolor.3
+emul/netbsd32/man/man3/TIFFmemory.3
+emul/netbsd32/man/man3/TIFFquery.3
+emul/netbsd32/man/man3/TIFFsize.3
+emul/netbsd32/man/man3/TIFFstrip.3
+emul/netbsd32/man/man3/TIFFswab.3
+emul/netbsd32/man/man3/TIFFtile.3
+emul/netbsd32/man/man3/libtiff.3
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/COPYRIGHT
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/ChangeLog
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/README.md
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/RELEASE-DATE
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/TODO
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/VERSION
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/TIFFTechNote2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/addingtags.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/bugs.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/build.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/contrib.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/document.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/back.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/bali.jpg
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/cat.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/cover.jpg
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/cramps.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/dave.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/info.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/jello.jpg
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/jim.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/note.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/oxford.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/quad.jpg
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/ring.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/smallliz.jpg
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/strike.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/warning.gif
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/index.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/internals.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/intro.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/libtiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFClose.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFDataWidth.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFError.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldDataType.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldName.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldPassCount.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldReadCount.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldTag.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldWriteCount.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFlush.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFGetField.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFOpen.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFPrintDirectory.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFRGBAImage.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadDirectory.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadEncodedStrip.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadEncodedTile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRGBAImage.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRGBAStrip.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRGBATile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRawStrip.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRawTile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadScanline.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadTile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFSetDirectory.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFSetField.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWarning.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteDirectory.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteEncodedStrip.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteEncodedTile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteRawStrip.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteRawTile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteScanline.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteTile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFbuffer.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFcodec.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFcolor.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFmemory.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFquery.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFsize.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFstrip.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFswab.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFtile.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/fax2ps.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/fax2tiff.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/index.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/libtiff.3tiff.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/pal2rgb.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/ppm2tiff.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/raw2tiff.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2bw.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2pdf.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2ps.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2rgba.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffcmp.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffcp.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffcrop.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffdither.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffdump.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffgt.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffinfo.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffmedian.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffset.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffsplit.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/misc.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/support.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/tools.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta007.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta016.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta018.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta024.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta028.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta029.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta031.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta032.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta033.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta034.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta035.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta036.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.3.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.4.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.5.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.6-beta.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.7.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.6.0.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.6.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0alpha.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0beta.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0beta2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.3.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.4.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.8.0.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.8.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.8.2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.9.0beta.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.9.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.9.2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.0.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.1.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v${PKGVERSION}.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.2.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.3.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.4.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.4beta.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.5.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.6.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.7.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.8.html
+emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.9.html
diff --git a/compat32_tiff/buildlink3.mk b/compat32_tiff/buildlink3.mk
new file mode 100644
index 0000000000..41274ee1a9
--- /dev/null
+++ b/compat32_tiff/buildlink3.mk
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.24 2013/08/28 16:51:36 richard Exp $
+
+BUILDLINK_TREE+= compat32_tiff
+
+.if !defined(COMPAT32_TIFF_BUILDLINK3_MK)
+COMPAT32_TIFF_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.compat32_tiff+= compat32_tiff>=3.6.1
+BUILDLINK_ABI_DEPENDS.compat32_tiff+= compat32_tiff>=4.0.3nb5
+BUILDLINK_PKGSRCDIR.compat32_tiff?= ../../wip/tiff-32
+BUILDLINK_LIBDIRS.compat32_tiff= emul/netbsd32/lib
+BUILDLINK_INCDIRS.compat32_tiff= emul/netbsd32/include
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
+.include "../../graphics/jbigkit/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.endif # COMPAT32_TIFF_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -compat32_tiff
diff --git a/compat32_tiff/distinfo b/compat32_tiff/distinfo
new file mode 100644
index 0000000000..5abafc2bff
--- /dev/null
+++ b/compat32_tiff/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.93 2018/11/10 21:14:53 maya Exp $
+
+SHA1 (tiff-4.0.10.tar.gz) = c783b80f05cdacf282aa022dc5f5b0ede5e021ae
+RMD160 (tiff-4.0.10.tar.gz) = b25cc4002f2493e71763d0a465a50e9d6ee2aff0
+SHA512 (tiff-4.0.10.tar.gz) = d213e5db09fd56b8977b187c5a756f60d6e3e998be172550c2892dbdb4b2a8e8c750202bc863fe27d0d1c577ab9de1710d15e9f6ed665aadbfd857525a81eea8
+Size (tiff-4.0.10.tar.gz) = 2402867 bytes
+SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6
diff --git a/compat32_tiff/options.mk b/compat32_tiff/options.mk
new file mode 100644
index 0000000000..67f09cfc3c
--- /dev/null
+++ b/compat32_tiff/options.mk
@@ -0,0 +1,16 @@
+# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:37 dillo Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.tiff
+PKG_SUPPORTED_OPTIONS= lzw
+PKG_SUGGESTED_OPTIONS= lzw
+
+.include "../../mk/bsd.options.mk"
+
+###
+### LZW compression support
+###
+.if !empty(PKG_OPTIONS:Mlzw)
+CONFIGURE_ARGS+= --enable-lzw
+.else
+CONFIGURE_ARGS+= --disable-lzw
+.endif
diff --git a/compat32_tiff/patches/patch-configure b/compat32_tiff/patches/patch-configure
new file mode 100644
index 0000000000..dd12a0ec6d
--- /dev/null
+++ b/compat32_tiff/patches/patch-configure
@@ -0,0 +1,30 @@
+$NetBSD: patch-configure,v 1.4 2015/08/27 19:16:53 adam Exp $
+
+To avoid conflict with Security.framework on OS X, prefer unsigned long long as 64-bit type.
+
+--- configure.orig 2015-08-24 22:13:55.000000000 +0000
++++ configure
+@@ -17750,11 +17750,7 @@ _ACEOF
+ $as_echo_n "checking for unsigned 64-bit type... " >&6; }
+ UINT64_T='none'
+ UINT64_FORMAT='none'
+-if test $ac_cv_sizeof_unsigned_long -eq 8
+-then
+- UINT64_T='unsigned long'
+- UINT64_FORMAT='"%lu"'
+-elif test $ac_cv_sizeof_unsigned_long_long -eq 8
++if test $ac_cv_sizeof_unsigned_long_long -eq 8
+ then
+ UINT64_T='unsigned long long'
+ case "${host_os}" in
+@@ -17766,6 +17762,10 @@ then
+ UINT64_FORMAT='"%llu"'
+ ;;
+ esac
++elif test $ac_cv_sizeof_unsigned_long -eq 8
++then
++ UINT64_T='unsigned long'
++ UINT64_FORMAT='"%lu"'
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UINT64_T" >&5
+ $as_echo "$UINT64_T" >&6; }
diff --git a/tiff-32/DESCR b/tiff-32/DESCR
deleted file mode 100644
index f02c43c874..0000000000
--- a/tiff-32/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-This is software provides support for the Tag Image Format (TIFF).
-Included is a library, libtiff, for reading and writing TIFF, a
-collection of tools for doing simple manipulations of TIFF images, and
-documentation on the library and tools. A random assortment of
-TIFF-related software contributed by others is also included.
-
-The library, along with associated tool programs, should handle most of
-your needs for reading and writing files that follow the 5.0 or 6.0
-TIFF spec. There is also considerable support for some of the more
-esoteric portions of the 6.0 TIFF spec.
-
-This package is intended to crosscompile tiff for i386.
diff --git a/tiff-32/Makefile b/tiff-32/Makefile
deleted file mode 100644
index 3a766682e2..0000000000
--- a/tiff-32/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile,v 1.144 2018/11/10 21:14:53 maya Exp $
-
-DISTNAME= tiff-4.0.10
-CATEGORIES= graphics
-MASTER_SITES= https://download.osgeo.org/libtiff/
-ABI?= 32
-PKGNAME= compat${ABI}_tiff-4.0.10
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://simplesystems.org/libtiff/
-COMMENT= Library and tools for reading and writing TIFF data files
-LICENSE= mit
-
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CFLAGS+= -m32
-GNU_CONFIGURE_PREFIX= ${PREFIX}/emul/netbsd32/
-CONFIGURE_ARGS+= --enable-rpath
-CONFIGURE_ARGS+= --enable-cxx
-CONFIGURE_ARGS+= --without-x # just in case detects gl to build tiffgt
-
-PKGCONFIG_OVERRIDE= libtiff-4.pc.in
-
-TEST_TARGET= check
-
-post-install:
- cd ${DESTDIR}/${PREFIX}/emul/netbsd32/man/man3 && for file in *.3tiff; do\
- target=`${ECHO} $$file | sed "s/3tiff/3/"`; \
- ${MV} $$file $$target; \
- done
-
-.include "options.mk"
-
-.include "../../devel/zlib/buildlink3.mk"
-# XXX for liblzma; there are more potential suppliers
-.include "../../archivers/xz/buildlink3.mk"
-.include "../../graphics/jbigkit/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tiff-32/PLIST b/tiff-32/PLIST
deleted file mode 100644
index 61a97a9d26..0000000000
--- a/tiff-32/PLIST
+++ /dev/null
@@ -1,237 +0,0 @@
-@comment $NetBSD$
-emul/netbsd32/bin/fax2ps
-emul/netbsd32/bin/fax2tiff
-emul/netbsd32/bin/pal2rgb
-emul/netbsd32/bin/ppm2tiff
-emul/netbsd32/bin/raw2tiff
-emul/netbsd32/bin/tiff2bw
-emul/netbsd32/bin/tiff2pdf
-emul/netbsd32/bin/tiff2ps
-emul/netbsd32/bin/tiff2rgba
-emul/netbsd32/bin/tiffcmp
-emul/netbsd32/bin/tiffcp
-emul/netbsd32/bin/tiffcrop
-emul/netbsd32/bin/tiffdither
-emul/netbsd32/bin/tiffdump
-emul/netbsd32/bin/tiffinfo
-emul/netbsd32/bin/tiffmedian
-emul/netbsd32/bin/tiffset
-emul/netbsd32/bin/tiffsplit
-emul/netbsd32/include/tiff.h
-emul/netbsd32/include/tiffconf.h
-emul/netbsd32/include/tiffio.h
-emul/netbsd32/include/tiffio.hxx
-emul/netbsd32/include/tiffvers.h
-emul/netbsd32/lib/libtiff.la
-emul/netbsd32/lib/libtiffxx.la
-emul/netbsd32/lib/pkgconfig/libtiff-4.pc
-emul/netbsd32/man/man1/fax2ps.1
-emul/netbsd32/man/man1/fax2tiff.1
-emul/netbsd32/man/man1/pal2rgb.1
-emul/netbsd32/man/man1/ppm2tiff.1
-emul/netbsd32/man/man1/raw2tiff.1
-emul/netbsd32/man/man1/tiff2bw.1
-emul/netbsd32/man/man1/tiff2pdf.1
-emul/netbsd32/man/man1/tiff2ps.1
-emul/netbsd32/man/man1/tiff2rgba.1
-emul/netbsd32/man/man1/tiffcmp.1
-emul/netbsd32/man/man1/tiffcp.1
-emul/netbsd32/man/man1/tiffcrop.1
-emul/netbsd32/man/man1/tiffdither.1
-emul/netbsd32/man/man1/tiffdump.1
-emul/netbsd32/man/man1/tiffgt.1
-emul/netbsd32/man/man1/tiffinfo.1
-emul/netbsd32/man/man1/tiffmedian.1
-emul/netbsd32/man/man1/tiffset.1
-emul/netbsd32/man/man1/tiffsplit.1
-emul/netbsd32/man/man3/TIFFClose.3
-emul/netbsd32/man/man3/TIFFDataWidth.3
-emul/netbsd32/man/man3/TIFFError.3
-emul/netbsd32/man/man3/TIFFFieldDataType.3
-emul/netbsd32/man/man3/TIFFFieldName.3
-emul/netbsd32/man/man3/TIFFFieldPassCount.3
-emul/netbsd32/man/man3/TIFFFieldReadCount.3
-emul/netbsd32/man/man3/TIFFFieldTag.3
-emul/netbsd32/man/man3/TIFFFieldWriteCount.3
-emul/netbsd32/man/man3/TIFFFlush.3
-emul/netbsd32/man/man3/TIFFGetField.3
-emul/netbsd32/man/man3/TIFFOpen.3
-emul/netbsd32/man/man3/TIFFPrintDirectory.3
-emul/netbsd32/man/man3/TIFFRGBAImage.3
-emul/netbsd32/man/man3/TIFFReadDirectory.3
-emul/netbsd32/man/man3/TIFFReadEncodedStrip.3
-emul/netbsd32/man/man3/TIFFReadEncodedTile.3
-emul/netbsd32/man/man3/TIFFReadRGBAImage.3
-emul/netbsd32/man/man3/TIFFReadRGBAStrip.3
-emul/netbsd32/man/man3/TIFFReadRGBATile.3
-emul/netbsd32/man/man3/TIFFReadRawStrip.3
-emul/netbsd32/man/man3/TIFFReadRawTile.3
-emul/netbsd32/man/man3/TIFFReadScanline.3
-emul/netbsd32/man/man3/TIFFReadTile.3
-emul/netbsd32/man/man3/TIFFSetDirectory.3
-emul/netbsd32/man/man3/TIFFSetField.3
-emul/netbsd32/man/man3/TIFFWarning.3
-emul/netbsd32/man/man3/TIFFWriteDirectory.3
-emul/netbsd32/man/man3/TIFFWriteEncodedStrip.3
-emul/netbsd32/man/man3/TIFFWriteEncodedTile.3
-emul/netbsd32/man/man3/TIFFWriteRawStrip.3
-emul/netbsd32/man/man3/TIFFWriteRawTile.3
-emul/netbsd32/man/man3/TIFFWriteScanline.3
-emul/netbsd32/man/man3/TIFFWriteTile.3
-emul/netbsd32/man/man3/TIFFbuffer.3
-emul/netbsd32/man/man3/TIFFcodec.3
-emul/netbsd32/man/man3/TIFFcolor.3
-emul/netbsd32/man/man3/TIFFmemory.3
-emul/netbsd32/man/man3/TIFFquery.3
-emul/netbsd32/man/man3/TIFFsize.3
-emul/netbsd32/man/man3/TIFFstrip.3
-emul/netbsd32/man/man3/TIFFswab.3
-emul/netbsd32/man/man3/TIFFtile.3
-emul/netbsd32/man/man3/libtiff.3
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/COPYRIGHT
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/ChangeLog
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/README.md
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/RELEASE-DATE
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/TODO
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/VERSION
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/TIFFTechNote2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/addingtags.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/bugs.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/build.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/contrib.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/document.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/back.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/bali.jpg
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/cat.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/cover.jpg
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/cramps.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/dave.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/info.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/jello.jpg
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/jim.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/note.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/oxford.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/quad.jpg
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/ring.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/smallliz.jpg
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/strike.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/images/warning.gif
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/index.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/internals.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/intro.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/libtiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFClose.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFDataWidth.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFError.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldDataType.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldName.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldPassCount.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldReadCount.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldTag.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFieldWriteCount.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFFlush.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFGetField.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFOpen.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFPrintDirectory.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFRGBAImage.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadDirectory.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadEncodedStrip.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadEncodedTile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRGBAImage.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRGBAStrip.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRGBATile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRawStrip.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadRawTile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadScanline.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFReadTile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFSetDirectory.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFSetField.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWarning.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteDirectory.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteEncodedStrip.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteEncodedTile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteRawStrip.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteRawTile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteScanline.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFWriteTile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFbuffer.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFcodec.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFcolor.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFmemory.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFquery.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFsize.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFstrip.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFswab.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/TIFFtile.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/fax2ps.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/fax2tiff.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/index.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/libtiff.3tiff.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/pal2rgb.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/ppm2tiff.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/raw2tiff.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2bw.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2pdf.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2ps.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiff2rgba.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffcmp.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffcp.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffcrop.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffdither.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffdump.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffgt.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffinfo.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffmedian.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffset.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/man/tiffsplit.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/misc.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/support.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/tools.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta007.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta016.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta018.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta024.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta028.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta029.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta031.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta032.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta033.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta034.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta035.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.4beta036.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.3.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.4.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.5.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.6-beta.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.5.7.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.6.0.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.6.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0alpha.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0beta.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.0beta2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.3.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.7.4.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.8.0.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.8.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.8.2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.9.0beta.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.9.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v3.9.2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.0.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.1.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v${PKGVERSION}.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.2.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.3.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.4.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.4beta.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.5.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.6.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.7.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.8.html
-emul/netbsd32/share/doc/tiff-${PKGVERSION}/html/v4.0.9.html
diff --git a/tiff-32/buildlink3.mk b/tiff-32/buildlink3.mk
deleted file mode 100644
index 41274ee1a9..0000000000
--- a/tiff-32/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.24 2013/08/28 16:51:36 richard Exp $
-
-BUILDLINK_TREE+= compat32_tiff
-
-.if !defined(COMPAT32_TIFF_BUILDLINK3_MK)
-COMPAT32_TIFF_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.compat32_tiff+= compat32_tiff>=3.6.1
-BUILDLINK_ABI_DEPENDS.compat32_tiff+= compat32_tiff>=4.0.3nb5
-BUILDLINK_PKGSRCDIR.compat32_tiff?= ../../wip/tiff-32
-BUILDLINK_LIBDIRS.compat32_tiff= emul/netbsd32/lib
-BUILDLINK_INCDIRS.compat32_tiff= emul/netbsd32/include
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../archivers/xz/buildlink3.mk"
-.include "../../graphics/jbigkit/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.endif # COMPAT32_TIFF_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -compat32_tiff
diff --git a/tiff-32/distinfo b/tiff-32/distinfo
deleted file mode 100644
index 5abafc2bff..0000000000
--- a/tiff-32/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.93 2018/11/10 21:14:53 maya Exp $
-
-SHA1 (tiff-4.0.10.tar.gz) = c783b80f05cdacf282aa022dc5f5b0ede5e021ae
-RMD160 (tiff-4.0.10.tar.gz) = b25cc4002f2493e71763d0a465a50e9d6ee2aff0
-SHA512 (tiff-4.0.10.tar.gz) = d213e5db09fd56b8977b187c5a756f60d6e3e998be172550c2892dbdb4b2a8e8c750202bc863fe27d0d1c577ab9de1710d15e9f6ed665aadbfd857525a81eea8
-Size (tiff-4.0.10.tar.gz) = 2402867 bytes
-SHA1 (patch-configure) = a0032133f06b6ac92bbf52349fabe83f74ea14a6
diff --git a/tiff-32/options.mk b/tiff-32/options.mk
deleted file mode 100644
index 67f09cfc3c..0000000000
--- a/tiff-32/options.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:37 dillo Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.tiff
-PKG_SUPPORTED_OPTIONS= lzw
-PKG_SUGGESTED_OPTIONS= lzw
-
-.include "../../mk/bsd.options.mk"
-
-###
-### LZW compression support
-###
-.if !empty(PKG_OPTIONS:Mlzw)
-CONFIGURE_ARGS+= --enable-lzw
-.else
-CONFIGURE_ARGS+= --disable-lzw
-.endif
diff --git a/tiff-32/patches/patch-configure b/tiff-32/patches/patch-configure
deleted file mode 100644
index dd12a0ec6d..0000000000
--- a/tiff-32/patches/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-configure,v 1.4 2015/08/27 19:16:53 adam Exp $
-
-To avoid conflict with Security.framework on OS X, prefer unsigned long long as 64-bit type.
-
---- configure.orig 2015-08-24 22:13:55.000000000 +0000
-+++ configure
-@@ -17750,11 +17750,7 @@ _ACEOF
- $as_echo_n "checking for unsigned 64-bit type... " >&6; }
- UINT64_T='none'
- UINT64_FORMAT='none'
--if test $ac_cv_sizeof_unsigned_long -eq 8
--then
-- UINT64_T='unsigned long'
-- UINT64_FORMAT='"%lu"'
--elif test $ac_cv_sizeof_unsigned_long_long -eq 8
-+if test $ac_cv_sizeof_unsigned_long_long -eq 8
- then
- UINT64_T='unsigned long long'
- case "${host_os}" in
-@@ -17766,6 +17762,10 @@ then
- UINT64_FORMAT='"%llu"'
- ;;
- esac
-+elif test $ac_cv_sizeof_unsigned_long -eq 8
-+then
-+ UINT64_T='unsigned long'
-+ UINT64_FORMAT='"%lu"'
- fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UINT64_T" >&5
- $as_echo "$UINT64_T" >&6; }
Home |
Main Index |
Thread Index |
Old Index