diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their features are a superset of the Unix features and they are significantly faster.
diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their features are a superset of the Unix features and they are significantly faster.
To install diffutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install diffutils
To see what files were installed by diffutils, run:
port contents diffutils
To later upgrade diffutils, run:
sudo port selfupdate && sudo port upgrade diffutils
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.