Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 11:36:01 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559565 - in head/multimedia/webcamd: . files
Message-ID:  <202012291136.0BTBa16E046395@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Tue Dec 29 11:36:01 2020
New Revision: 559565
URL: https://svnweb.freebsd.org/changeset/ports/559565

Log:
  Require kld before starting webcamd in case cuse(3) is loaded from there.
  
  Suggested by:	Rozhuk Ivan <rozhuk.im@gmail.com>
  Approved by:	pi (implicit)

Modified:
  head/multimedia/webcamd/Makefile
  head/multimedia/webcamd/files/webcamd.in

Modified: head/multimedia/webcamd/Makefile
==============================================================================
--- head/multimedia/webcamd/Makefile	Tue Dec 29 11:35:14 2020	(r559564)
+++ head/multimedia/webcamd/Makefile	Tue Dec 29 11:36:01 2020	(r559565)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webcamd
 DISTVERSION=	5.10.6.0
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	hselasky@FreeBSD.org

Modified: head/multimedia/webcamd/files/webcamd.in
==============================================================================
--- head/multimedia/webcamd/files/webcamd.in	Tue Dec 29 11:35:14 2020	(r559564)
+++ head/multimedia/webcamd/files/webcamd.in	Tue Dec 29 11:36:01 2020	(r559565)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #
 # PROVIDE: webcamd
-# REQUIRE: FILESYSTEMS netif dbus
+# REQUIRE: FILESYSTEMS netif dbus kld
 # KEYWORD: shutdown
 #
 # ================================================================



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