grolschie wrote:I just used GnuWin32 DiffUtils most likely - I can't remember the details (ie. the program or the command details), since I have since re-installed Windows.
To apply the patch, I simply put the patch file in the "ps3mediaserver" directory and ran it with "patch -p0 < BDP-Sx70.patch". I am using patch-2.5.9 from GnuWin32. And I tested this today.
http://gnuwin32.sourceforge.net/packages.html
Can you please do me a favor? Can u please recreate the patch as follows:
checkout r412
create r412.org folder with 'cp -a r412 r412.org'
Apply the patch you have now r412 folder.
recreate the patch with "diff --strip-trailing-cr -Nru r412.org r412"
I am not sure if you are familiar with cygwin or not, but if you have that, the above would be very easy to do from with cygwin command shell.
I think the patch command on Linux and diffutils on Windows are not compatible somehow, which makes seemingly straight patch not appliable.