summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-11-29 19:42:46 +0000
committerRene Ladan <rene@FreeBSD.org>2019-11-29 19:42:46 +0000
commit003641b20c95185c288635b1b80f6a2b240fc8ed (patch)
tree9ff87d00dbf65c4cf12e6e08d2163bc0c072977d
parentNew port: math/abella: Interactive theorem prover (diff)
multimedia/webcamd: remove pre-11.X instructions from pkg-message.
While here pet portlint.
Notes
Notes: svn path=/head/; revision=518671
-rw-r--r--multimedia/webcamd/Makefile2
-rw-r--r--multimedia/webcamd/pkg-message11
2 files changed, 4 insertions, 9 deletions
diff --git a/multimedia/webcamd/Makefile b/multimedia/webcamd/Makefile
index 4dbc51c87caa..cfa5ac87f9b5 100644
--- a/multimedia/webcamd/Makefile
+++ b/multimedia/webcamd/Makefile
@@ -34,7 +34,7 @@ COMPAT32_DESC= Enable 32-bit compatibility support
COMPAT32_MAKE_ARGS= HAVE_COMPAT32="YES"
.if exists(/usr/lib32/libcuse.so)
-OPTIONS_DEFAULT+= COMPAT32
+OPTIONS_DEFAULT+= COMPAT32
.endif
CUSE_DESC= Use cuse(3) over multimedia/cuse4bsd-kmod
diff --git a/multimedia/webcamd/pkg-message b/multimedia/webcamd/pkg-message
index 57e9f264b830..b4906aa9c107 100644
--- a/multimedia/webcamd/pkg-message
+++ b/multimedia/webcamd/pkg-message
@@ -1,19 +1,14 @@
[
{ type: install
message: <<EOM
-1) webcamd requires the cuse4bsd(3) or cuse(3) kernel module, depending on
-how webcamd was compiled. Please load this dependency by doing:
+1) webcamd requires the cuse(3) kernel module.
+Please load this dependency by doing:
- # FreeBSD < 11.x, package from ports
- # kldload cuse4bsd
-or
- # FreeBSD >= 11.x, part of default kernel build
+ # part of default kernel build
# kldload cuse
or by adding
- cuse4bsd_load="YES"
-or
cuse_load="YES"
to your /boot/loader.conf.