From nobody@FreeBSD.org  Wed Jul  4 15:44:30 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AC7DE1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Jul 2012 15:44:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 98DBC8FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  4 Jul 2012 15:44:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q64FiU25076295
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 4 Jul 2012 15:44:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q64FiULZ076294;
	Wed, 4 Jul 2012 15:44:30 GMT
	(envelope-from nobody)
Message-Id: <201207041544.q64FiULZ076294@red.freebsd.org>
Date: Wed, 4 Jul 2012 15:44:30 GMT
From: John Levine <hostmaster@iecc.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: cups-base depends on xpdf pdftops which has moved
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169648
>Category:       ports
>Synopsis:       print/cups-base depends on xpdf pdftops which has moved
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 15:50:05 UTC 2012
>Closed-Date:    Mon Jul 09 20:55:02 CEST 2012
>Last-Modified:  Mon Jul 09 20:55:02 CEST 2012
>Originator:     John Levine
>Release:        8.3 release
>Organization:
Taughannnock Networks
>Environment:
FreeBSD joyce.lan 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #1: Tue Jun 19 18:16:14 EDT 2012     johnl@joyce.lan:/usr/src/sys/amd64/compile/JOYCE  amd64

>Description:
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.
>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"
>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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 6 01:29:30 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169648 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169648: commit references a PR
Date: Fri,  6 Jul 2012 08:55:43 +0000 (UTC)

 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 
State-Changed-By: dinoex 
State-Changed-When: Mon Jul 9 20:54:44 CEST 2012 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169648 
>Unformatted:
