Date: Fri, 14 May 2010 09:06:56 +0200 From: Stefan Ehmann <shoesoft@gmx.net> To: freebsd-multimedia@freebsd.org Cc: edwin@mavetju.org, Thomas Klausner <tk@giga.or.at> Subject: Re: multimedia/pvr250 port doesn't compile on FreeBSD 8 Message-ID: <201005140906.56328.shoesoft@gmx.net> In-Reply-To: <20100513233437.GR27722@danbala.tuwien.ac.at> References: <20100513233437.GR27722@danbala.tuwien.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 14 May 2010 01:34:37 Thomas Klausner wrote: > Hi! > > Today I downloaded FreeBSD 8/amd64 and tried installing the pvr250 > port. > > It didn't compile, same reason as: > http://forums.freebsd.org/showthread.php?t=9852 > > The first error is in cxm_open; the code there is > unit = UNIT( minor(dev) ); > where unit is an int, and UNIT is defined as #define UNIT(x) ((x) & 0x0f) > but that's not the reason, since I get the same error when I just > remove the UNIT(...) and leave > unit = minor(dev); > > There's also the question of how the patch-iic target should be > handled on FreeBSD>6 (see forum page cited above). > > Suggested patches? Hi, I stumbled across this problem some time ago in pvrxxx. I guess the fix should also work for pvr250: http://lists.freebsd.org/pipermail/freebsd-current/2008-September/088697.html It's probably not the cleanest solution, but pvrxxx works here on 8.0. -- Stefan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005140906.56328.shoesoft>