Bug 172579

Summary: ports: print/cups-base wont build with xpdf option enabled
Product: Ports & Packages Reporter: Kris Moore <kris>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kris Moore 2012-10-10 23:58:29 UTC
When building cups-base with the XPDF option instead of ghostscript it fails to detect if xpdf is already installed, and keeps trying to re-install it.

Fix: Looks like the bug is right here:

BUILD_DEPENDS+=         pdftops:${PORTSDIR}/graphics/xpdf
RUN_DEPENDS+=           pdftops:${PORTSDIR}/graphics/xpdf

Attached patch fixes the issue. 

Patch attached with submission follows:
How-To-Repeat: Build with XPDF option.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-10 23:59:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2012-10-13 08:02:03 UTC
State Changed
From-To: open->closed

committed, thanks.