#42968 closed defect (invalid)
Strange behavior with "leaves"
Reported by: | graziosi.angelo@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.2.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
Probably I am missing something but
port installed leaves
produces
The following ports are currently installed: aida @3.2.1_0 (active) aspell @0.60.6.1_0+nonls (active) [...]
So I have uninstalled "aida"
sudo port uninstall aida
Now if I reinstall "aida"
sudo port install aida
It is not anymore listed as "leaves"
port installed leaves The following ports are currently installed: aspell @0.60.6.1_0+nonls (active) [...]
If before aida was leaves, why now it isn't?
Ciao,
Angelo.
Change History (3)
comment:1 Changed 11 years ago by graziosi.angelo@…
Cc: | graziosi.angelo@… added |
---|
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Component: | ports → base |
Keywords: | leaves removed |
Port: | MacPorts removed |
Resolution: | → invalid |
Status: | new → closed |
Leaves are installed ports that no other installed port depends on and that you did not request (i.e. that were installed automatically as a dependency).
By running "sudo port install aida", you've now requested it, so it's no longer eligible to be a leaf.
If you want to unrequest it, so that it can again be considered a candidate to be a leaf, run "sudo port unsetrequested aida".
Note: See
TracTickets for help on using
tickets.
Cc Me!