| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=449330
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=403704
|
|
|
|
|
|
|
| |
- Simplify plist
Notes:
svn path=/head/; revision=367426
|
|
|
|
| |
Notes:
svn path=/head/; revision=341221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Convert Makefile header.
Reported by: beefy2 via pkg-fallout [1]
Notes:
svn path=/head/; revision=327181
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via erwin
Notes:
svn path=/head/; revision=282500
|
|
|
|
|
|
|
| |
Submitted by: pointyhat via erwin
Notes:
svn path=/head/; revision=281384
|
|
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
|