Bug 77405

Summary: Invalid dependency for acroread5 in apsfilter port.
Product: Ports & Packages Reporter: John Cochran <jdc>
Component: Individual Port(s)Assignee: andreas <andreas>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Cochran 2005-02-11 23:50:26 UTC
Upon installing apsfilter with acrobat reader an error occurs during the registering of the installation. The message is:

apsfilter-7.2.5_6: "/usr2/ports/print/acroread5" non-existent -- dependency list incomplete

Fix: 

Make the following change to the "scripts/configure" file within the apsfilter port.
Edit line 105 that reads:
    echo RUN_DEPENDS+=acroread5:${PORTSDIR}/print/acroread5
to:
    echo RUN_DEPENDS+=acroread5:${PORTSDIR}/print/acroread
How-To-Repeat: Perform "make" and "make install" inside the apsfilter port. Make certain to select a configuration that requires acrobat reader.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-02-12 18:06:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->andreas

Over to maintainer
Comment 2 andreas freebsd_committer freebsd_triage 2005-02-13 10:52:36 UTC
State Changed
From-To: open->closed

Fixed apsfilter port. 
Thanks for bug submission ;-)