Bug 93593 - fix security/ssh-gui
Summary: fix security/ssh-gui
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 12:40 UTC by Andrew Pantyukhin
Modified: 2006-02-20 13:21 UTC (History)
0 users

See Also:


Attachments

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