Does MacPorts have a way to uninstall the dependencies it installed in
attempting to build NetSurf (or any complex port that fails to build) without
uninstalling the dependencies that were already installed?
Will "port reclaim" catch these?
Yes, port reclaim will clean up such ports for you.
Thanks Josh. port reclaim did the trick.
I'm still preparing a ticket for gtk3 build fail on Mojave, but thought I
should double check here to make sure this is a gtk3 ticket and not a NetSurf
ticket.
-
NetSurf build appears to have been successful on OS X 10.8.5 w/ Xcode 5.1.1 on
Macmini5
On a hunch, I installed XQuartz 2.7.11, but now I get this when I try to start
netsurf-gtk3
bash-3.2$ netsurf-gtk3
dbus[2197]: Dynamic session lookup supported but failed: launchd did not
provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
Options failed to initiali
dbus[2197]: Dynamic session lookup supported but failed: launchd did not
provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
That is provided by dbus, which should be somewhere in the recursive
dependencies of gtk3 I think?
- Josh