<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 4/13/16 7:02 PM, Michael wrote:<br>
    </div>
    <blockquote
      cite="mid:2E92374B-062A-4162-972D-CBAE4A26AB24@gmail.com"
      type="cite">
      <pre wrap="">
On 2016-04-13, at 3:50 PM, Jeremy Lavergne <a class="moz-txt-link-rfc2396E" href="mailto:jeremy@lavergne.gotdns.org">&lt;jeremy@lavergne.gotdns.org&gt;</a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Check out `port dependents gdk-pixbuf2` (with port deps being the other direction).
</pre>
      </blockquote>
      <pre wrap="">
keybounceMBP:Mlp michael$ port dependents xorg-libX11
gdk-pixbuf2 depends on xorg-libX11
mesa depends on xorg-libX11
xorg-libXext depends on xorg-libX11
xorg-libXfixes depends on xorg-libX11
xorg-libXt depends on xorg-libX11
xrender depends on xorg-libX11
keybounceMBP:Mlp michael$ port dependents mesa
mesa has no dependents.
keybounceMBP:Mlp michael$ port dependents gdk-pixbuf2
gtk2 depends on gdk-pixbuf2
keybounceMBP:Mlp michael$ 

Hmm, so mesa is one of them, and nothing depends on mesa (so who asked for it / why is it there?)

But also gtk2. I thought gtk3 was the current version -- gtk2 isn't even maintained if I understood correctly.

keybounceMBP:Mlp michael$ port dependents gtk2
gtk2 has no dependents.

And who asked for it?</pre>
    </blockquote>
    A few possibilities that I can think of:<br>
    <br>
    1) You installed it explicitly (check port list requested)<br>
    2) It used to be a dependency, but isn't any more (dependent package
    was upgraded and dependencies changed; dependent package was
    uninstalled; dependent package variant was changed to not need it)<br>
    3) It is a build-time dependency.  A build dependency is only needed
    during building, and once building (install) is complete, the
    build-time dependency is no longer required.  It would seem probably
    not in this case.<br>
    <br>
    If you just want to clean cruft, you can 'port uninstall leaves' a
    couple of times (the first uninstall would/might uninstall meta,
    which would then make xorg-libX11 a leaf, so the second iteration
    would remove that).  Repeat until there are no leaves.<br>
    <br>
    Once there are no leaves, any package installed should either have
    dependencies or be requested (by you).<br>
    <pre class="moz-signature" cols="72">-- 
-Justin
<a class="moz-txt-link-abbreviated" href="mailto:JustinVallon@gmail.com">JustinVallon@gmail.com</a>
</pre>
  </body>
</html>