list of ports broken by USB switchover?

Hans Petter Selasky hselasky at c2i.net
Sun Mar 1 11:41:22 PST 2009


On Friday 27 February 2009, Mark Linimon wrote:
> On Fri, Feb 27, 2009 at 10:08:13AM +0100, Lars Engels wrote:
> > multimedia/pwcbsd is broken. If I can find the new FreeBSD version I
> > will mark it broken for USB2.
>
> 800064
>
> mcl

Quick and dirty patch for "/usr/ports/devel/sdl12" is attached.

Here's one more:

.libs/SDL_sysjoystick.o
./src/joystick/bsd/SDL_sysjoystick.c: In function 'SDL_SYS_JoystickOpen':
./src/joystick/bsd/SDL_sysjoystick.c:297: error: 'USB_GET_REPORT_ID' 
undeclared 
(first use in this function)
./src/joystick/bsd/SDL_sysjoystick.c:297: error: (Each undeclared identifier 
is 
reported only once
./src/joystick/bsd/SDL_sysjoystick.c:297: error: for each function it appears 
in
.)
./src/joystick/bsd/SDL_sysjoystick.c: In function 'SDL_SYS_JoystickUpdate':
./src/joystick/bsd/SDL_sysjoystick.c:445: error: dereferencing pointer to 
incomp
lete type
./src/joystick/bsd/SDL_sysjoystick.c:469: error: dereferencing pointer to 
incomp
lete type
./src/joystick/bsd/SDL_sysjoystick.c:477: error: dereferencing pointer to 
incomp
lete type
./src/joystick/bsd/SDL_sysjoystick.c:485: error: dereferencing pointer to 
incomp


Solution:

Use new functions from libusbhid. See "man libusbhid" !

--HPS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SDL_sysjoystick.c.diff
Type: text/x-diff
Size: 3259 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20090301/48817691/SDL_sysjoystick.c.bin


More information about the freebsd-ports mailing list