icdiff can show you the differences between similar files without getting in the way. This is especially helpful for identifying and understanding small changes within existing lines.
icdiff can show you the differences between similar files without getting in the way. This is especially helpful for identifying and understanding small changes within existing lines.
To install icdiff, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icdiff
To see what files were installed by icdiff, run:
port contents icdiff
To later upgrade icdiff, run:
sudo port selfupdate && sudo port upgrade icdiff
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.