The following patch is needed for poppler in order to make time_t work on FreeBSD 11.1: --- libs/poppler/poppler-src/poppler/Form.h (revision 46316) +++ libs/poppler/poppler-src/poppler/Form.h (working copy) @@ -31,6 +31,7 @@ #include <set> #include <vector> +#include <ctime> class GooString; class Array; Mojca