Opened 19 years ago
Closed 19 years ago
#5420 closed defect (fixed)
port deps wget returns no dependencies
Reported by: | mozilla@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
when: [15:07:28@DarwinPorts]$ port deps wget wget has no dependencies [15:07:50@DarwinPorts]$
But when: [15:13:07@DarwinPorts]$ sudo port -acu upgrade openssl ---> Unable to uninstall openssl 0.9.8a_0+darwin_8, the following ports depend on it: ---> curl ---> ethereal ---> ettercap-ng ---> nessus-libraries ---> nmap ---> wget Error: Uninstall openssl 0.9.8a_0+darwin_8 failed: Please uninstall the ports that depend on openssl first.
which very much includes wget as being dependent on openssl
Expected result: wget should display openssl as a dependency
Change History (2)
comment:1 Changed 19 years ago by jberry@…
comment:2 Changed 19 years ago by mozilla@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
It seems af if the package description has been modified. 'port info wget' now lists openssl as a dependency
Note: See
TracTickets for help on using
tickets.
This problem is a function of the fact that the dependency on openssl is provided by the +ssl variant of wget, which isn't taken into consideration by "port deps wget". This is a function of our broader dependency issue. It probably won't be addressed right away.