Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 17:16:04 -0500 (GMT)
From:      Sean Welch <welchsm@earthlink.net>
To:        kris@obsecurity.org
Cc:        ports@FreeBSD.org
Subject:   Re: Fixes to broken ports
Message-ID:  <8330285.1052353006997.JavaMail.nobody@ernie.psp.pas.earthlink.net>

next in thread | raw e-mail | index | archive | help
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?)

                                                          Sean



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