Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 10 years ago by graziosi.angelo@…

Cc: graziosi.angelo@… added

Cc Me!

comment:2 Changed 10 years ago by graziosi.angelo@…

Cc: graziosi.angelo@… removed

Cc Me!

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Component: portsbase
Keywords: leaves removed
Port: MacPorts removed
Resolution: invalid
Status: newclosed

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".

Last edited 10 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)
Note: See TracTickets for help on using tickets.