Created attachment 182903 [details] Patch to always specify --with-pdftops-path Building with the MUPDF option fails at the configure phase: configure:19994: checking for pdftops configure:20024: result: no configure:20033: error: Required pdftops is missing. Please install the pdftops utility of Poppler. The configure script unconditionally checks for pdftops(1) regardless of which PDF-to-PostScript renderer is selected (--with-pdftops). It is therefore necessary to always pass --with-pdftops-path; otherwise, the path will default to /usr/bin/pdftops, which is of course non-existent.
Created attachment 182904 [details] configure log
Created attachment 182905 [details] poudriere build log
Patch looks fine to me.
A commit references this bug: Author: tijl Date: Fri May 26 08:41:48 UTC 2017 New revision: 441762 URL: https://svnweb.freebsd.org/changeset/ports/441762 Log: Always specify --with-pdftops-path to fix build with MUPDF option. PR: 219548 Submitted by: Albert Ou <aou@eecs.berkeley.edu> Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Changes: head/print/cups-filters/Makefile