On Mon, 03 Sep 2007 13:17:33 -0400 "E. J. Cerejo" <[EMAIL PROTECTED]> wrote:
> [...] > First of all thanks for you help but I'm still a little confused > about where to put that file, I put it in the ..audio/xmcd/files/ > directory and named it patch-aj but when I try to install it asks me > "# File to patch:" and I don't know what to put! Did I miss something? Save the entire text e.g. in /tmp/xmcd.patch, change the line for patch-aj, i.e. instead of +++ patch-aj Thu May 31 12:58:25 2007 you should put +++ files/patch-aj Thu May 31 12:58:25 2007 Then: # cd /usr/ports/audio/xmcd # make clean # patch < /tmp/xmcd.patch # make patch At this stage, you should have three .orig files in files/ directory and three newly corrected files. Then # make install clean Nikola Lečić _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"