A tool for quick creation of patches against a project source tree
Patcher is a tool for quick creation of patches against a project source tree. Patcher functionality resembles a lightweight version control system. It has no repository, and only controls differences between a pristine version and a working copy.
Patcher is a tool for quick creation of patches against a project source tree. Patcher functionality resembles a lightweight version control system. It has no repository, and only controls differences between a pristine version and a working copy.
To install patcher, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install patcher
To see what files were installed by patcher, run:
port contents patcher
To later upgrade patcher, run:
sudo port selfupdate && sudo port upgrade patcher
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.