Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 19:42:46 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518671 - head/multimedia/webcamd
Message-ID:  <201911291942.xATJgkfJ089276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911291942.xATJgkfJ089276>