Date: Tue, 28 Mar 2017 05:30:50 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437095 - head/print/cups-filters Message-ID: <201703280530.v2S5UoSd090662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@chen.org.nz> Approved by: Naram Qashat <cyberbotx@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703280530.v2S5UoSd090662>