Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 09:34:28 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3de820ff77d8 - main - multimedia/motion: drop bktr support
Message-ID:  <202412130934.4BD9YSX9017325@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3de820ff77d8ff0dd71df0e67fc287515f22e976

commit 3de820ff77d8ff0dd71df0e67fc287515f22e976
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-12-13 09:32:38 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-12-13 09:32:38 +0000

    multimedia/motion: drop bktr support
    
    bktr support was removed in freebsd 13.0
---
 multimedia/motion/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile
index 07db55d593fa..1e465c6ba3bb 100644
--- a/multimedia/motion/Makefile
+++ b/multimedia/motion/Makefile
@@ -37,18 +37,14 @@ OPTIONS_DEFINE=		DOCS EXAMPLES FFMPEG MYSQL PGSQL SQLITE3 NLS
 
 OPTIONS_DEFAULT=	WEBCAMD FFMPEG
 OPTIONS_RADIO=		VIDEO
-OPTIONS_RADIO_VIDEO=	BKTR PWCBSD WEBCAMD
+OPTIONS_RADIO_VIDEO=	PWCBSD WEBCAMD
 OPTIONS_SUB=		yes
 
-BKTR_DESC=		BKTR based TV capture cards
-
 PWCBSD_DESC=		PWCBSD based Webcams
 
 VIDEO_DESC=		Video capture driver (Netcam support only if none selected)
 WEBCAMD_DESC=		Webcams using webcamd
 
-BKTR_CONFIGURE_WITH=	bktr
-
 FFMPEG_LIB_DEPENDS=	libavformat.so.60:multimedia/ffmpeg
 FFMPEG_CONFIGURE_WITH=	ffmpeg
 



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