Ryan, this is, in hindsight, a good question. I had, by habit in the past, been building the Mac(Darwin) Port, XFree86, mostly because IIRC the Apple X11 app was historically not open source totally and I was concerned about moving to a possible proprietary application. But, based on what I've read yesterday, I guess X11 from Apple has been re-based on
X.org now so I can see how that would, in essence, deprecate the need to build XFree86.
With that being said, so if XFree86 is pretty much no longer needed in lieu of the changes to Apple's X11 app on Leopard, then what about some of the X Windows ports such as wireshark? Checking out the dependencies for wireshark, I can trace its dependencies to the
XFree86 port:
$ ports deps wireshark
wireshark has library dependencies on:
glib2
gtk2
openssl
libpcap
zlib
...
$ port deps gtk2
gtk2 has library dependencies on:
cairo
fontconfig
freetype
glib2
jpeg
tiff
libiconv
libpng
atk
pango
gettext
render
zlib
xrender
xorg
...
$ port deps pango
glib2
XFree86
Xft2
cairo
fontconfig
Thanks for the clearing some of my confusion.
Best regards,
T.M.