Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 May 2003 22:02:50 +0200
From:      Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
To:        Sean_Welch@alum.wofford.org
Cc:        kris@obsecurity.org
Subject:   Re: Fixes to broken ports
Message-ID:  <m3smrnc2hh.fsf@merlin.emma.line.org>
In-Reply-To: <8330285.1052353006997.JavaMail.nobody@ernie.psp.pas.earthlink.net> (Sean Welch's message of "Wed, 7 May 2003 17:16:04 -0500 (GMT)")
References:  <8330285.1052353006997.JavaMail.nobody@ernie.psp.pas.earthlink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Sean Welch <welchsm@earthlink.net> writes:

> I submitted a PR (44393) last October for emulators/snes9x with
> a fix ( http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/44393 ).
> It looks as though the maintainer (Green?) never applied it.  I
> just verified that it works under 4.8-RELEASE.
>
> I'm not sure how to produce the contextual diff format used in a
> patch, but line 305 in emulators/snes9x/files/patch-af reads:
>
> +       reportlen = hid_report_size(rd, hid_input, &report_id);
>
> when it should read:
>
> +       reportlen = hid_report_size(rd, hid_input, report_id);
>
> Hope this helps!
>
> (Maybe someone could tell me how to produce the contextual diff?)

Not sure what you mean, the command usually starts with "diff -c" and
two file names, original and patched file (in that order): diff -c old new

-- 
Matthias Andree



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m3smrnc2hh.fsf>