Thread: dwm patching
View Single Post
  #8   (View Single Post)  
Old 15th November 2014
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by Oficre_josef View Post
Hmm, after "make patch" system asking me what file to patch...There is nothing about this in ports guide.
Did you forget to run `make clean`?
Your dwm port is NOT in the state you got it from CVS. That part is obvious. Don't even bother trying to walk me through undoing your steps. Just blow it away and start fresh.
Code:
$ cd /usr/ports/x11/dwm
$ make clean
$ cd ..
$ rm -r dwm
$ cvs up -Pd dwm
Then start over with my instructions.
Reply With Quote