Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 09:30:43 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: 5adae53312b0 - main - audio/gqradio: deprecate we don't support bktr devices
Message-ID:  <202412130930.4BD9Uh7X009252@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=5adae53312b0b9245bfb8803e6d58df4ffa07ade

commit 5adae53312b0b9245bfb8803e6d58df4ffa07ade
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-12-13 09:29:22 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-12-13 09:30:41 +0000

    audio/gqradio: deprecate we don't support bktr devices
    
    this port only support bktr device by default, and v4l via options off
    by default and no known supported device on FreeBSD,
    last update from upstream was 20 years ago.
---
 audio/gqradio/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/audio/gqradio/Makefile b/audio/gqradio/Makefile
index ea0a07009109..7e9ffeaf0182 100644
--- a/audio/gqradio/Makefile
+++ b/audio/gqradio/Makefile
@@ -10,6 +10,9 @@ WWW=		https://gqmpeg.sourceforge.net/radio.html
 
 LICENSE=	GPLv2
 
+DEPRECATED=	BKTR devices are not supported anymore
+EXPIRATION_DATE=	2024-01-13
+
 USES=		gettext gnome pathfix pkgconfig xorg
 USE_GNOME=	gtk20
 USE_XORG=	x11



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