svn commit: r437095 - head/print/cups-filters
Kurt Jaeger
pi at FreeBSD.org
Tue Mar 28 05:30:51 UTC 2017
Author: pi
Date: Tue Mar 28 05:30:50 2017
New Revision: 437095
URL: https://svnweb.freebsd.org/changeset/ports/437095
Log:
print/cups-filters: fix printing of PDF files
- by explicitly referencing the path to pdftops
PR: 218175
Submitted by: Jonathan Chen <jonc at chen.org.nz>
Approved by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Modified:
head/print/cups-filters/Makefile
Modified: head/print/cups-filters/Makefile
==============================================================================
--- head/print/cups-filters/Makefile Tue Mar 28 05:30:32 2017 (r437094)
+++ head/print/cups-filters/Makefile Tue Mar 28 05:30:50 2017 (r437095)
@@ -2,6 +2,7 @@
PORTNAME= cups-filters
PORTVERSION= 1.13.4
+PORTREVISION?= 1
CATEGORIES= print
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
@@ -93,12 +94,12 @@ GS_DESC= Ghostscript gs(1)
HYBRID_BUILD_DEPENDS= pdftops:graphics/poppler-utils
HYBRID_RUN_DEPENDS= pdftops:graphics/poppler-utils
-HYBRID_CONFIGURE_ON= --with-pdftops=hybrid
+HYBRID_CONFIGURE_ON= --with-pdftops=hybrid --with-pdftops-path=${LOCALBASE}/bin/pdftops
HYBRID_DESC= Ghostscript or Poppler depending on printer
PDFTOPS_BUILD_DEPENDS= pdftops:graphics/poppler-utils
PDFTOPS_RUN_DEPENDS= pdftops:graphics/poppler-utils
-PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops
+PDFTOPS_CONFIGURE_ON= --with-pdftops=pdftops --with-pdftops-path=${LOCALBASE}/bin/pdftops
PDFTOPS_DESC= Poppler pdftops(1)
PDFTOPS_RENDERER_DESC= Default PDF-to-PostScript renderer
More information about the svn-ports-all
mailing list