This is a text filter for turning cvs diff output into something that patch(1) understands. This is needed when your version of cvs(1) makes diffs that confuse patch(1).
This is a text filter for turning cvs diff output into something that patch(1) understands. This is needed when your version of cvs(1) makes diffs that confuse patch(1).
To install cvsdiff2patch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cvsdiff2patch
To see what files were installed by cvsdiff2patch, run:
port contents cvsdiff2patch
To later upgrade cvsdiff2patch, run:
sudo port selfupdate && sudo port upgrade cvsdiff2patch
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.