Update webcamd to 4.12.0.1.
Changelog: - updated all Linux kernel sources to the latest Linux' Torvalds - fixed a minor I2C related bug in the webcamd Linux kernel emulation - improved Linux kernel emulation support - fixes for ino64 support Submitted by: maintainer
This commit is contained in:
parent
ff5020fa8a
commit
66aa18f139
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441758
3 changed files with 7 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webcamd
|
||||
PORTVERSION= 4.8.0.4
|
||||
PORTVERSION= 4.12.0.1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
|
||||
http://home.selasky.org:8192/distfiles/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1472287897
|
||||
SHA256 (webcamd-4.8.0.4.tar.bz2) = cab0166ef4df4e00ef775e4e527b1dee6e6b100c6ad002df72663e7ae8380d10
|
||||
SIZE (webcamd-4.8.0.4.tar.bz2) = 11700148
|
||||
TIMESTAMP = 1495193934
|
||||
SHA256 (webcamd-4.12.0.1.tar.bz2) = 6d5b8b89824c55ae48343690d8623b6bea55bd38971728805b0cc70a5cec3daa
|
||||
SIZE (webcamd-4.12.0.1.tar.bz2) = 13040178
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
*********************************************************************
|
||||
1) webcamd requires the cuse4bsd or cuse kernel module, depending on
|
||||
1) webcamd requires the cuse4bsd(3) or cuse(3) kernel module, depending on
|
||||
how webcamd was compiled. Please load this dependency by doing:
|
||||
|
||||
# FreeBSD < 11.x, package from ports
|
||||
# kldload cuse4bsd
|
||||
or
|
||||
# FreeBSD >= 11.x, part of default kernel build
|
||||
# kldload cuse
|
||||
|
||||
or by adding
|
||||
|
|
Loading…
Reference in a new issue