On 8/4/2017 3:50 PM, Heppler, J. Scott wrote: > I think I have this ready but I'm having difficulty generating a diff - > the two new patches are not showing up in the diff. > > I installed a snapshot ports.tar.gz and used cvs to update it. > Then I copied the Makefile, distinfo, PLIST and the two patches into the > ports tree. > > I used the following syntax for the patches > patch-CMakeLists_txt > patch-themes_CMakeLists_txt > > Then in /usr/ports/x11/tint2 > cvs diff -u > /tmp/tint2.diff > > What am I missing? >
cvs add Also, make update-patches creates diffs for you, don't manually make diffs. ~Brian