OSSP svs is a simple frontend to diff(1) and patch(1). It provides a convenient way for working with changes on textual files if no history tracking and version control is necessary. This is especially the case when having to patch pristine vendor sources for portability or bugfixing reasons.
OSSP svs is a simple frontend to diff(1) and patch(1). It provides a convenient way for working with changes on textual files if no history tracking and version control is necessary. This is especially the case when having to patch pristine vendor sources for portability or bugfixing reasons.
To install ossp-svs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ossp-svs
To see what files were installed by ossp-svs, run:
port contents ossp-svs
To later upgrade ossp-svs, run:
sudo port selfupdate && sudo port upgrade ossp-svs
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.