<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/multimedia/linux_dvbwrapper-kmod, branch 8-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=8-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=8-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-09-06T13:10:59Z</updated>
<entry>
<title>- Allow staging as a regular user</title>
<updated>2014-09-06T13:10:59Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2014-09-06T13:10:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9c8a6b34b72aa2d94097555bc14d60b5d97d6994'/>
<id>urn:sha1:9c8a6b34b72aa2d94097555bc14d60b5d97d6994</id>
<content type='text'>
- Simplify plist
</content>
</entry>
<entry>
<title>Stagify.</title>
<updated>2014-01-26T15:20:40Z</updated>
<author>
<name>Juergen Lock</name>
<email>nox@FreeBSD.org</email>
</author>
<published>2014-01-26T15:20:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=429b7199a8872573025071b7f5d3d997f982d3c3'/>
<id>urn:sha1:429b7199a8872573025071b7f5d3d997f982d3c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to USES=kmod, which removes duplicated code and ensures that all</title>
<updated>2013-11-09T19:13:27Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2013-11-09T19:13:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bfc52e710421bd92466b329f6fbb9be930eb4755'/>
<id>urn:sha1:bfc52e710421bd92466b329f6fbb9be930eb4755</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia)</title>
<updated>2013-09-20T20:57:48Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:57:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=855fb638fbbc3329682faf7c68b135b6e6c1a0ae'/>
<id>urn:sha1:855fb638fbbc3329682faf7c68b135b6e6c1a0ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SSP support has been added to ports with WITH_SSP for i386 and amd64</title>
<updated>2013-09-20T12:54:54Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2013-09-20T12:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c93dfc2e9f8b7b990c22c6baa6cdab361cd12e16'/>
<id>urn:sha1:c93dfc2e9f8b7b990c22c6baa6cdab361cd12e16</id>
<content type='text'>
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&amp;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
</content>
</entry>
<entry>
<title>- Fix build on recent head. (cap_rights_t type change in r255219) [1]</title>
<updated>2013-09-13T19:31:56Z</updated>
<author>
<name>Juergen Lock</name>
<email>nox@FreeBSD.org</email>
</author>
<published>2013-09-13T19:31:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c2ef816c08adbc710ae8ba495aa59dbb621579a9'/>
<id>urn:sha1:c2ef816c08adbc710ae8ba495aa59dbb621579a9</id>
<content type='text'>
- Convert Makefile header.

Reported by:	beefy2 via pkg-fallout [1]
</content>
</entry>
<entry>
<title>- Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,</title>
<updated>2012-06-28T17:49:51Z</updated>
<author>
<name>Juergen Lock</name>
<email>nox@FreeBSD.org</email>
</author>
<published>2012-06-28T17:49:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ef16d2e450342ea7c3cbfde50b170e0bac4a850d'/>
<id>urn:sha1:ef16d2e450342ea7c3cbfde50b170e0bac4a850d</id>
<content type='text'>
  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)
</content>
</entry>
<entry>
<title>Fix build on 9 and 10.</title>
<updated>2011-09-27T17:37:18Z</updated>
<author>
<name>Juergen Lock</name>
<email>nox@FreeBSD.org</email>
</author>
<published>2011-09-27T17:37:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6ec313be7b8ca54261a1561b935aeed9dfd95020'/>
<id>urn:sha1:6ec313be7b8ca54261a1561b935aeed9dfd95020</id>
<content type='text'>
Submitted by:	pointyhat via erwin
</content>
</entry>
<entry>
<title>(Attempt to) fix build on head.</title>
<updated>2011-09-07T16:57:21Z</updated>
<author>
<name>Juergen Lock</name>
<email>nox@FreeBSD.org</email>
</author>
<published>2011-09-07T16:57:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=888dbbc025a66404f7b93f90c0425abc35fc6b2a'/>
<id>urn:sha1:888dbbc025a66404f7b93f90c0425abc35fc6b2a</id>
<content type='text'>
Submitted by:	pointyhat via erwin
</content>
</entry>
<entry>
<title>This kld adds DVB ioctl handling to the Linux compatibility layer</title>
<updated>2011-04-24T15:51:13Z</updated>
<author>
<name>Juergen Lock</name>
<email>nox@FreeBSD.org</email>
</author>
<published>2011-04-24T15:51:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5c392de08e25481fc1571ba09e497241e01792c0'/>
<id>urn:sha1:5c392de08e25481fc1571ba09e497241e01792c0</id>
<content type='text'>
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/
</content>
</entry>
</feed>
