Patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions.
Patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions.
To install gpatch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gpatch
To see what files were installed by gpatch, run:
port contents gpatch
To later upgrade gpatch, run:
sudo port selfupdate && sudo port upgrade gpatch
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.