Bug 93593

Summary: fix security/ssh-gui
Product: Ports & Packages Reporter: Andrew Pantyukhin <infofarmer>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andrew Pantyukhin 2006-02-20 12:40:03 UTC
              ssh-gui has a bogus dependency on ssh exec. Since "ssh" executable is found on any system by default and on most systems however non-default they are, in 99.9999% cases this results in stale dependency

Fix: 

Delete this line:
RUN_DEPENDS=    ssh:${PORTSDIR}/security/openssh

If you're feeling creative, include b.p.pre.mk and use exists to check for /usr/bin/ssh.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2006-02-20 13:21:02 UTC
State Changed
From-To: open->closed

Fixed. Thanks.