Today (January 12, 2016), on a newly-installed system, almost immediately after creating a fresh ports tree, I am unable to build x11/libX11: the compiler chokes on a header file's inclusion of tiffiop.h. This must be a recently-created bug, because I have built x11/libX11 on every FreeBSD system I have ever installed, and never before have I had this problem. I cannot reconfigure the port so as not to require this nonexistent file, because
make config
reports that there are no options to configure. Moreover, when I invoke find /usr/ports -name pkg-plist | xargs grep tiffiop.h
I obtain no output; there is no port that obviously provides this file, and yet x11/libX11 cannot, on January 12, 2016, be build without it. What do I do now?