aboutsummaryrefslogtreecommitdiff
path: root/multimedia/linux_dvbwrapper-kmod
Commit message (Collapse)AuthorAgeFilesLines
* - Fix WWW:Dmitry Marakasov2017-09-062-3/+3
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=449330
* multimedia/linux_dvbwrapper-kmod: unbreak on 12.0 after r312758Jan Beich2017-02-011-0/+14
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=433101
* Reset maintainerEitan Adler2015-12-141-1/+1
| | | | Notes: svn path=/head/; revision=403704
* - Allow staging as a regular userAntoine Brodin2014-09-061-6/+3
| | | | | | | - Simplify plist Notes: svn path=/head/; revision=367426
* Stagify.Juergen Lock2014-01-261-2/+1
| | | | Notes: svn path=/head/; revision=341221
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-091-16/+3
| | | | | | | | | | | | | | | | required steps are followed. There are no user-visible changes. The exception is multimedia/ptx-kmod, which now installs the kernel module into /boot/modules instead of ${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle. PR: ports/183625 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery Notes: svn path=/head/; revision=333329
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Fix build on recent head. (cap_rights_t type change in r255219) [1]Juergen Lock2013-09-132-7/+10
| | | | | | | | | - Convert Makefile header. Reported by: beefy2 via pkg-fallout [1] Notes: svn path=/head/; revision=327181
* - Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,Juergen Lock2012-06-282-3/+4
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=300170
* Fix build on 9 and 10.Juergen Lock2011-09-272-8/+16
| | | | | | | Submitted by: pointyhat via erwin Notes: svn path=/head/; revision=282500
* (Attempt to) fix build on head.Juergen Lock2011-09-071-0/+6
| | | | | | | Submitted by: pointyhat via erwin Notes: svn path=/head/; revision=281384
* This kld adds DVB ioctl handling to the Linux compatibility layerJuergen Lock2011-04-247-0/+608
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/ Notes: svn path=/head/; revision=273138