git: c281185af4a4 - main - audio/tuneradio: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 00:07:57 UTC
The branch main has been updated by bofh:

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

commit c281185af4a47a51b9372ad41d3e1815d2096120
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 22:22:21 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:22 +0000

    audio/tuneradio: Remove expired port
    
    2023-12-31 audio/tuneradio: Requires defunct bktr
---
 MOVED                                   |  1 +
 audio/Makefile                          |  1 -
 audio/tuneradio/Makefile                | 22 ----------------------
 audio/tuneradio/distinfo                |  2 --
 audio/tuneradio/files/patch-tuneradio.c | 15 ---------------
 audio/tuneradio/pkg-descr               |  2 --
 6 files changed, 1 insertion(+), 42 deletions(-)

diff --git a/MOVED b/MOVED
index ae5b74e9ea3c..a8d9ba8e33bb 100644
--- a/MOVED
+++ b/MOVED
@@ -8228,3 +8228,4 @@ editors/xi-term||2023-12-31|Has expired: Frontend depends on deprecated editors/
 net/wmwlmon||2023-12-31|Has expired: BROKEN on all supported versions after the EOL of 12
 audio/mythplugin-mythmusic||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit via multimedia/mythtv
 devel/strace||2023-12-31|Has expired: BROKEN on all supported versions after EOL of 12
+audio/tuneradio||2023-12-31|Has expired: Requires defunct bktr
diff --git a/audio/Makefile b/audio/Makefile
index 88dbe6f30ef9..07c7e9a80daa 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -827,7 +827,6 @@
     SUBDIR += tse3
     SUBDIR += tta
     SUBDIR += tuner
-    SUBDIR += tuneradio
     SUBDIR += twolame
     SUBDIR += uade
     SUBDIR += umix
diff --git a/audio/tuneradio/Makefile b/audio/tuneradio/Makefile
deleted file mode 100644
index d3b0650c11e7..000000000000
--- a/audio/tuneradio/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME=	tuneradio
-PORTVERSION=	1.3
-CATEGORIES=	audio
-MASTER_SITES=	http://www.lns.com/papers/tuneradio/ \
-		http://cvsup1.theplanet.com/distfiles/
-
-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
-
-PLIST_FILES=	bin/tuneradio
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/tuneradio ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/audio/tuneradio/distinfo b/audio/tuneradio/distinfo
deleted file mode 100644
index 8c95311da3ea..000000000000
--- a/audio/tuneradio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tuneradio-1.3.tar.gz) = 26fb27018ccd37293cd0beb08eedd989caa45748a668003798a59fda94a9a21c
-SIZE (tuneradio-1.3.tar.gz) = 2195
diff --git a/audio/tuneradio/files/patch-tuneradio.c b/audio/tuneradio/files/patch-tuneradio.c
deleted file mode 100644
index f8a1da33638f..000000000000
--- a/audio/tuneradio/files/patch-tuneradio.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- tuneradio.c.orig	2003-10-31 05:53:39 UTC
-+++ tuneradio.c
-@@ -41,7 +41,12 @@
- #include <unistd.h>
- #include <sys/ioctl.h>
- #include <sys/types.h>
-+#include <sys/param.h>
-+#if __FreeBSD_version >= 502100
-+#include <dev/bktr/ioctl_bt848.h>
-+#else
- #include <machine/ioctl_bt848.h>
-+#endif
- 
- #define TRUE 1
- #define FALSE 0
diff --git a/audio/tuneradio/pkg-descr b/audio/tuneradio/pkg-descr
deleted file mode 100644
index bc72d39b54e3..000000000000
--- a/audio/tuneradio/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a command line program to set the frequency and various
-modes to an FM tuner using a Brooktree based card.