Bug 172579 - ports: print/cups-base wont build with xpdf option enabled
Summary: ports: print/cups-base wont build with xpdf option enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-10 23:58 UTC by Kris Moore
Modified: 2012-10-13 08:02 UTC (History)
0 users

See Also:


Attachments
file.diff (674 bytes, patch)
2012-10-10 23:58 UTC, Kris Moore
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.