Date: Fri, 14 May 2010 01:34:37 +0200 From: Thomas Klausner <tk@giga.or.at> To: freebsd-multimedia@freebsd.org Cc: edwin@mavetju.org Subject: multimedia/pvr250 port doesn't compile on FreeBSD 8 Message-ID: <20100513233437.GR27722@danbala.tuwien.ac.at>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100513233437.GR27722>