multimedia/pvr250 port doesn't compile on FreeBSD 8

Thomas Klausner tk at giga.or.at
Thu May 13 23:44:43 UTC 2010


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?
 Thomas


More information about the freebsd-multimedia mailing list