The pdftops filter in CUPS can support Ghostscript and Xpdf/Poppler pdftops, but the port can only be configured to use Ghostscript. Fix: The attached patch adds an option for using Xpdf/Poppler. Note that Ghostscript and Xpdf cannot be used at the same time.
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
dinoex 2010-01-15 16:06:39 UTC FreeBSD ports repository Modified files: print/cups-base Makefile pkg-plist Log: - fix option WITHOUT_GHOSTSCRIPT - new option WITH_XPDF PR: 142846 Submitted by: Chen-Yu Tsai Revision Changes Path 1.134 +15 -6 ports/print/cups-base/Makefile 1.56 +1 -1 ports/print/cups-base/pkg-plist _______________________________________________ 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 with some small changes, thanks.