svn commit: r518671 - head/multimedia/webcamd

Rene Ladan rene at FreeBSD.org
Fri Nov 29 19:42:47 UTC 2019


Author: rene
Date: Fri Nov 29 19:42:46 2019
New Revision: 518671
URL: https://svnweb.freebsd.org/changeset/ports/518671

Log:
  multimedia/webcamd: remove pre-11.X instructions from pkg-message.
  
  While here pet portlint.

Modified:
  head/multimedia/webcamd/Makefile
  head/multimedia/webcamd/pkg-message

Modified: head/multimedia/webcamd/Makefile
==============================================================================
--- head/multimedia/webcamd/Makefile	Fri Nov 29 19:40:18 2019	(r518670)
+++ head/multimedia/webcamd/Makefile	Fri Nov 29 19:42:46 2019	(r518671)
@@ -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

Modified: head/multimedia/webcamd/pkg-message
==============================================================================
--- head/multimedia/webcamd/pkg-message	Fri Nov 29 19:40:18 2019	(r518670)
+++ head/multimedia/webcamd/pkg-message	Fri Nov 29 19:42:46 2019	(r518671)
@@ -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.


More information about the svn-ports-all mailing list