Sometimes I make my own patches for some particular ports, puting those inside the corresponding files folders together with the "official" patches. But I recently found that if I run
Right now I don't have many ports that needed customization, so I just keep my own patches in a directory outside of the port-tree, using RCS for a simple version control. Most of the patches I made are just for changing the behavior of the software into the way I like, not because I'd found bugs or anything.
So, is there a canonical/better way? You may share your way of doing it if you'd like.
Thanks!
portsnap fetch update, then all my local /customizing patches inside files will be removed. This could be annoying if one has a lot of cusomizing patches. Presumably there is some "canonical way" of mananing or integrating customizing patches that I don't know? Right now I don't have many ports that needed customization, so I just keep my own patches in a directory outside of the port-tree, using RCS for a simple version control. Most of the patches I made are just for changing the behavior of the software into the way I like, not because I'd found bugs or anything.
So, is there a canonical/better way? You may share your way of doing it if you'd like.
Thanks!