git: 746aa05d5dbb - main - audio/xmradio: Remove expired port

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

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

commit 746aa05d5dbbd8118db28f9d39370f9b268a0468
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 22:49:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:25 +0000

    audio/xmradio: Remove expired port
    
    2023-12-31 audio/xmradio: Requires defunct bktr
---
 MOVED                                |  1 +
 audio/Makefile                       |  1 -
 audio/xmradio/Makefile               | 25 -------------------------
 audio/xmradio/distinfo               |  2 --
 audio/xmradio/files/patch-Imakefile  | 24 ------------------------
 audio/xmradio/files/patch-analyzer.c | 11 -----------
 audio/xmradio/files/patch-radio.c    | 26 --------------------------
 audio/xmradio/files/patch-sample.c   | 11 -----------
 audio/xmradio/pkg-descr              |  7 -------
 9 files changed, 1 insertion(+), 107 deletions(-)

diff --git a/MOVED b/MOVED
index 536df3105025..7e9ed42c0871 100644
--- a/MOVED
+++ b/MOVED
@@ -8237,3 +8237,4 @@ multimedia/ppm2fli||2023-12-31|Has expired: BROKEN on all supported versions aft
 www/drupal9||2023-12-31|Has expired: Upstream EOL reaches on 2023-11-01
 net/asterisk16|asterisk18|2023-12-31|Has expired: Upstream EOL reaches on 2023-10-09
 games/quake3||2023-12-31|Has expired: BROKEN for more than 4 years on all supported versions after the EOL of 12
+audio/xmradio||2023-12-31|Has expired: Requires defunct bktr
diff --git a/audio/Makefile b/audio/Makefile
index 07c7e9a80daa..d314317ded80 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -881,7 +881,6 @@
     SUBDIR += xmixer
     SUBDIR += xmmix
     SUBDIR += xmp
-    SUBDIR += xmradio
     SUBDIR += xoscope
     SUBDIR += xsynth-dssi
     SUBDIR += xuidesigner
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile
deleted file mode 100644
index 381fee0cf423..000000000000
--- a/audio/xmradio/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME=	xmradio
-PORTVERSION=	1.2
-PORTREVISION=	3
-CATEGORIES=	audio
-MASTER_SITES=	https://BSDforge.com/projects/source/audio/xmradio/
-
-MAINTAINER=	portmaster@BSDforge.com
-COMMENT=	Motif based FM tuner (for use with bktr(4) driver)
-WWW=		https://BSDforge.com/projects/audio/xmradio/
-
-LICENSE=	BSD2CLAUSE
-
-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
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64
-
-USES=		imake motif xorg
-USE_XORG=	ice sm x11 xext xmu xpm xt
-
-PLIST_FILES=	bin/xmradio lib/X11/app-defaults/XMradio
-
-.include <bsd.port.mk>
diff --git a/audio/xmradio/distinfo b/audio/xmradio/distinfo
deleted file mode 100644
index e235cfad27ca..000000000000
--- a/audio/xmradio/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xmradio-1.2.tar.gz) = fcfd632d976629f6f2e56134fc68c45e066de215e6900afb4c10cc94eccc70a6
-SIZE (xmradio-1.2.tar.gz) = 72373
diff --git a/audio/xmradio/files/patch-Imakefile b/audio/xmradio/files/patch-Imakefile
deleted file mode 100644
index ba6e8867d9fa..000000000000
--- a/audio/xmradio/files/patch-Imakefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- Imakefile.orig	2001-11-13 22:33:48 UTC
-+++ Imakefile
-@@ -4,9 +4,10 @@
- #endif
- 
- #ifdef NetBSDArchitecture
--LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lossaudio -lm
-+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} ${XLIB} ${XMULIB} -lXpm -los
-+saudio -lm
- #else
--LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lm
-+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} ${XLIB} ${XMULIB} -lXpm -lm
- 
- EXTRA_LDOPTIONS = -L/usr/local/lib -Wl,-R/usr/local/lib
- INCLUDES = -I/usr/local/include
-@@ -15,7 +16,7 @@ INCLUDES = -I/usr/local/include
- SRCS = radio.c remote.c analyzer.c sample.c misc.c config.c version_check.c LiteClue.c lcd_net.c
- OBJS = radio.o remote.o analyzer.o sample.o misc.o config.o version_check.o LiteClue.o lcd_net.o
- 
--CDEBUGFLAGS = -O2 -g -Wall
-+#CDEBUGFLAGS = -O2 -g -Wall
- 
- XCOMM CCOPTIONS= -DJUHA_DRIVER -DHAS_XPM
- CCOPTIONS= -DHAS_XPM
diff --git a/audio/xmradio/files/patch-analyzer.c b/audio/xmradio/files/patch-analyzer.c
deleted file mode 100644
index 35b83afaf46d..000000000000
--- a/audio/xmradio/files/patch-analyzer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- analyzer.c.orig	2001-11-13 20:42:08 UTC
-+++ analyzer.c
-@@ -37,7 +37,7 @@
- #include <soundcard.h>
- #include <sys/ioctl.h>
- #else
--#ifdef linux
-+#if defined(linux) || defined(__FreeBSD__)
- #include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h>
diff --git a/audio/xmradio/files/patch-radio.c b/audio/xmradio/files/patch-radio.c
deleted file mode 100644
index 7a94c38df433..000000000000
--- a/audio/xmradio/files/patch-radio.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- radio.c.orig	2001-11-27 21:30:42 UTC
-+++ radio.c
-@@ -63,17 +63,17 @@
- #ifdef __NetBSD__
- #include <dev/ic/bt8xx.h>
- #include <soundcard.h>
--#else
--#ifdef linux
-+#elif defined(linux)
- #include <linux/bttv.h>
- #include <sys/soundcard.h>
-+#elif defined(__FreeBSD__)
-+#include <sys/soundcard.h>
-+#include <dev/bktr/ioctl_bt848.h>
- #else
--#include <machine/ioctl_bt848.h>
--#ifdef JUHA_DRIVER
--#include <machine/ioctl_tuner.h>
--#endif
- #include <machine/soundcard.h>
- #endif
-+#ifdef JUHA_DRIVER
-+#include <machine/ioctl_tuner.h>
- #endif
- 
- #include <X11/X.h>
diff --git a/audio/xmradio/files/patch-sample.c b/audio/xmradio/files/patch-sample.c
deleted file mode 100644
index 615fae476d97..000000000000
--- a/audio/xmradio/files/patch-sample.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sample.c.orig	2001-12-04 20:52:55 UTC
-+++ sample.c
-@@ -43,7 +43,7 @@
- #ifdef __NetBSD__
- #include <soundcard.h>
- #else
--#ifdef linux
-+#if defined(linux) || defined(__FreeBSD__)
- #include <sys/soundcard.h>
- #else
- #include <machine/soundcard.h>
diff --git a/audio/xmradio/pkg-descr b/audio/xmradio/pkg-descr
deleted file mode 100644
index da56c0ad8411..000000000000
--- a/audio/xmradio/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-xmradio is a radio tuner program for X11 (using the Motif widget set),
-using NetBSD's and FreeBSD's bktr(4) driver.
-
-It also supports Video4Linux because of its design.
-
-You can control an xmradio running on your desktop using some special
-command line options and remote control mechanism.