aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-26 08:29:31 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-27 09:03:23 +0000
commit75d8b9447a0aa5c0937b13a7b3d41a834ea6bf35 (patch)
tree4e9ba1a3a4eb88dba8758d47d48fa72e7ec647a4
parentfb0dbba0410b1624b355f88ed3bead5dac0fcb14 (diff)
downloadports-75d8b9447a0aa5c0937b13a7b3d41a834ea6bf35.tar.gz
ports-75d8b9447a0aa5c0937b13a7b3d41a834ea6bf35.zip
audio/tuneradio: Mark DEPRECATED
- Requires defunct bktr driver which will no longer be available after the EOL of 12 - Set EXPIRATION_DATE to 2023-12-31 the same for the EOL of 12 Approved by: portmgr (blanket)
-rw-r--r--audio/tuneradio/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile
index ee26e7ebb72d..d3b0650c11e7 100644
--- a/audio/tuneradio/Makefile
+++ b/audio/tuneradio/Makefile
@@ -8,6 +8,8 @@ MAINTAINER= pozar@lns.com
COMMENT= Command line method of tuning a Brooktree FM tuner card
WWW= https://www.lns.com/papers/tuneradio/
+DEPRECATED= Requires defunct bktr
+EXPIRATION_DATE=2023-12-31
.if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
IGNORE= needs bktr(4) which is no longer available on your FreeBSD version
.endif