New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/50111#issuecomment-2093781445 Comment: Here's one attempt. I'm not sure I have the `conflicts=` line right. OTOH, I wonder if, even if `tiff2ps` and `tiff2pdf` are "unsupported" in tiff 4.6.0. Is it better to build them from tiff 4.4.0 (linked to old libtiff) or build them from tiff 4.6.0 (linked to new libtiff). Moreover, it seems that `tiff5` is only kept to support a nonfree / binary only package `wps-office` so it might be dropped at some point. So, here's an alternative proposal: use `--enable-tools-unsupported`, but move the unsupported tools (`tiff2ps` and `tiff2pdf`) to a separate package `tiff-unsupported`. Note that upstream differentiates between "unsupported" tools (`tiff2ps` and `tiff2pdf`) which are "easy" to build via a configure switch, and "archived" tools (`fax2ps`, ...) which are not built with a configure switch if I'm not mistaken. See: https://gitlab.com/libtiff/libtiff/-/merge_requests/520. I can implement the alternative proposal if you agree with it.