Grand Central Dispatch for PowerPC systems and pre-Snow Leopard x86
Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. This port in meant for systems without a native libdispatch. It corresponds to macOS 10.6.8 release.
Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware. This port in meant for systems without a native libdispatch. It corresponds to macOS 10.6.8 release.
To install libdispatch-legacy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libdispatch-legacy
To see what files were installed by libdispatch-legacy, run:
port contents libdispatch-legacy
To later upgrade libdispatch-legacy, run:
sudo port selfupdate && sudo port upgrade libdispatch-legacy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.