Patchwork Quilt is a set of scripts designed to allow you to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc.
Patchwork Quilt is a set of scripts designed to allow you to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc.
To install quilt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install quilt
To see what files were installed by quilt, run:
port contents quilt
To later upgrade quilt, run:
sudo port selfupdate && sudo port upgrade quilt
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.