notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
linux_dvbwrapper-kmod Linux compatibility layer - DVB ioctl handler
1.0_2 multimedia on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0_1Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-04-24 15:51:33
Last Update: 2024-01-03 01:00:31
Commit Hash: e6728be2
People watching this port, also watch:: vlc, smartmontools, bsdstats, mutt
Also Listed In: kld
License: not specified in port
WWW:
https://people.freebsd.org/~nox/dvb/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. /boot/modules/linux_dvbwrapper.ko
  2. @kld /boot/modules
Collapse this list.
Dependency lines:
  • linux_dvbwrapper-kmod>0:multimedia/linux_dvbwrapper-kmod
To install the port:
cd /usr/ports/multimedia/linux_dvbwrapper-kmod/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/linux_dvbwrapper-kmod
  • pkg install linux_dvbwrapper-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: linux_dvbwrapper-kmod
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 i386
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
linux_dvbwrapper-kmod
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0_21.0_2--1.0_2---
FreeBSD:13:quarterly1.0_21.0_2--1.0_2---
FreeBSD:14:latest1.0_21.0_2--1.0_2---
FreeBSD:14:quarterly1.0_21.0_2--1.0_2---
FreeBSD:15:latest1.0_21.0_2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
multimedia_linux_dvbwrapper-kmod
USES:
kmod uidfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0_2
03 Jan 2024 01:00:31
commit hash: e6728be27592820616fb830006265b973d1764d1commit hash: e6728be27592820616fb830006265b973d1764d1commit hash: e6728be27592820616fb830006265b973d1764d1commit hash: e6728be27592820616fb830006265b973d1764d1 files touched by this commit
Mark Johnston (markj) search for other commits by this committer
multimedia/linux_dvbwrapper: Add error handling for copyout() calls

The base system will soon require all copyout() calls to have explicit
handling of return values.

PR:		275986
Approved by:	antoine
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0_1
20 Jul 2022 14:22:30
commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0_1
17 Jan 2022 14:47:28
commit hash: c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6acommit hash: c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6acommit hash: c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6acommit hash: c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
*: Linux emulation: add support for aarch64

PR:		256008
Submitted by:	Vincent Milum Jr (prior version)
Approved by:	emulation (maintainer timeout)
1.0_1
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.0_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.0_1
06 Sep 2017 09:01:43
Revision:449330Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix WWW:
- Cosmetic fixes
1.0_1
01 Feb 2017 20:22:43
Revision:433101Original commit files touched by this commit
jbeich search for other commits by this committer
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
1.0_1
14 Dec 2015 02:52:14
Revision:403704Original commit files touched by this commit
eadler search for other commits by this committer
Reset maintainer
1.0_1
06 Sep 2014 13:10:59
Revision:367426Original commit files touched by this commit
antoine search for other commits by this committer
- Allow staging as a regular user
- Simplify plist
1.0_1
26 Jan 2014 15:20:41
Revision:341221Original commit files touched by this commit
nox search for other commits by this committer
Stagify.
1.0_1
09 Nov 2013 19:13:28
Revision:333329Original commit files touched by this commit
rene search for other commits by this committer
Convert to USES=kmod, which removes duplicated code and ensures that all
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
1.0_1
20 Sep 2013 20:57:49
Revision:327747Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
1.0_1
20 Sep 2013 12:54:55
Revision:327697Original commit files touched by this commit
bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0_1
13 Sep 2013 19:31:56
Revision:327181Original commit files touched by this commit
nox search for other commits by this committer
- Fix build on recent head. (cap_rights_t type change in r255219) [1]
- Convert Makefile header.

Reported by:	beefy2 via pkg-fallout [1]
1.0_1
28 Jun 2012 17:49:52
Original commit files touched by this commit
nox search for other commits by this committer
- 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)
1.0
27 Sep 2011 17:37:19
Original commit files touched by this commit
nox search for other commits by this committer
Fix build on 9 and 10.

Submitted by:   pointyhat via erwin
1.0
07 Sep 2011 16:57:21
Original commit files touched by this commit
nox search for other commits by this committer
(Attempt to) fix build on head.

Submitted by:   pointyhat via erwin
1.0
24 Apr 2011 15:51:13
Original commit files touched by this commit
nox search for other commits by this committer
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/

Number of commits found: 20