Re: how to make a patch

2007-10-17 Thread Giorgos Keramidas
On 2007-10-16 15:10, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: > I found and fixed a bug in one of the ports how do I make a patch file > (I only changed one line in one file) and who do I send it to? If you know precisely the file, you can use diff(1) to generate the patch file. Note that p

Re: how to make a patch

2007-10-16 Thread Aryeh M. Friedman
Ivan "Rambius" Ivanov wrote: > Hello, > > First, do you have the latest ports tree? If not, it maybe a good idea > to update your ports tree and verify that the bug is still there. > Second, since it concerns the ports be sure to checkThe FreeBSD > Porters Handbook: > http://www.freebsd.org/doc/en_

Re: how to make a patch

2007-10-16 Thread Ivan "Rambius" Ivanov
Hello, First, do you have the latest ports tree? If not, it maybe a good idea to update your ports tree and verify that the bug is still there. Second, since it concerns the ports be sure to checkThe FreeBSD Porters Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ and e

Re: how to make a patch

2007-10-16 Thread Roland Smith
On Tue, Oct 16, 2007 at 03:10:57PM +, Aryeh M. Friedman wrote: > I found and fixed a bug in one of the ports how do I make a patch file > (I only changed one line in one file) and who do I send it to? First, you must have saved a copy of the original file before you changed it; cp file file

Re: how to make a patch

2007-10-16 Thread Byung-Hee HWANG
On Tue, 2007-10-16 at 15:10 +, Aryeh M. Friedman wrote: > I found and fixed a bug in one of the ports how do I make a patch file > (I only changed one line in one file) and who do I send it to? If I understood correctly, maybe you need: http://www.freebsd.org/send-pr.html ;; -- Byung-Hee HW