Commit graph

5 commits

Author SHA1 Message Date
Jan Beich
80ceb9cbe8 multimedia/linux_dvbwrapper-kmod: unbreak on 12.0 after r312758
In file included from linux_dvbwrapper.c:43:
/usr/src/sys/sys/capability.h:41:2: error: this file includes <sys/capability.h> which is deprecated [-Werror,-W#warnings]
 #warning this file includes <sys/capability.h> which is deprecated
  ^

Reported by:	pkg-fallout
2017-02-01 20:22:43 +00:00
Juergen Lock
c2ef816c08 - Fix build on recent head. (cap_rights_t type change in r255219) [1]
- Convert Makefile header.

Reported by:	beefy2 via pkg-fallout [1]
2013-09-13 19:31:56 +00:00
Juergen Lock
ef16d2e450 - Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,
and multimedia/linux_dvbwrapper : CA_GET_SLOT_INFO and CA_GET_MSG
  need to be _IOWR not _IOR.
- Bump PORTREVISION for multimedia/vdr too since it uses one of the ioctls.
  (This fixes the CI slot of at last the TT CT-3650 DVB-C/T tuner.)

Approved by:	hselasky (maintainer of multimedia/webcamd)
2012-06-28 17:49:51 +00:00
Juergen Lock
6ec313be7b Fix build on 9 and 10.
Submitted by:	pointyhat via erwin
2011-09-27 17:37:18 +00:00
Juergen Lock
5c392de08e This kld adds DVB ioctl handling to the Linux compatibility layer
so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX.

Note this port does not contain actual DVB drivers, those are
provided by e.g. the multimedia/webcamd port.

WWW: http://people.freebsd.org/~nox/dvb/
2011-04-24 15:51:13 +00:00