When CUPS prints a PDF file on a Postscript printer, it calls pdftops which can be configured at build time to come from Ghostscript or xpdf. (xpdf's version is much faster.) xpdf recently moved its pdftops to avoid file collisions with another port, which means that the cups shim that calls it now fails. Fix: Change line 166 of the port Maksfile to this, to find pdftops in its new location: CONFIGURE_ARGS+= --enable-pdftops --with-pdftops=${LOCALBASE}/libexec/xpdf/pdftops How-To-Repeat: build cups-base with "build pdftops with XPDF", then try to print a PDF file on a postscript printer. It'll fail with "/usr/local/libexec/cups/filter/pdftops failed"
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2012-07-06 08:55:24 UTC FreeBSD ports repository Modified files: print/cups-base Makefile Log: - fix option XPDF PR: 169648 Submitted by: John Levine Revision Changes Path 1.176 +1 -1 ports/print/cups-base/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks.