git: e65e46b1bc7a - main - multimedia/bsdbktr_tvtune: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:08:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e65e46b1bc7a0d46dafa3e06751da3bf60b602e5
commit e65e46b1bc7a0d46dafa3e06751da3bf60b602e5
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 05:21:16 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:30 +0000
multimedia/bsdbktr_tvtune: Remove expired port
2023-12-31 multimedia/bsdbktr_tvtune: Requires defunct bktr
---
MOVED | 1 +
multimedia/Makefile | 1 -
multimedia/bsdbktr_tvtune/Makefile | 26 --------------------------
multimedia/bsdbktr_tvtune/distinfo | 2 --
multimedia/bsdbktr_tvtune/files/patch-Makefile | 11 -----------
multimedia/bsdbktr_tvtune/pkg-descr | 5 -----
6 files changed, 1 insertion(+), 45 deletions(-)
diff --git a/MOVED b/MOVED
index 93008e65e98f..8a40238a419a 100644
--- a/MOVED
+++ b/MOVED
@@ -8257,3 +8257,4 @@ math/wfmath||2023-12-31|Has expired: There has been no release for most of the W
sysutils/ffs2recov||2023-12-31|Has expired: BROKEN on supported versions after EOL of 12
sysutils/iichid||2023-12-31|Has expired: Merged into base from 13
devel/varconf||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years.
+multimedia/bsdbktr_tvtune||2023-12-31|Has expired: Requires defunct bktr
diff --git a/multimedia/Makefile b/multimedia/Makefile
index f0fecf2c800f..c9598925f821 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -24,7 +24,6 @@
SUBDIR += bino
SUBDIR += bitstream
SUBDIR += blind
- SUBDIR += bsdbktr_tvtune
SUBDIR += butt
SUBDIR += camserv
SUBDIR += celluloid
diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile
deleted file mode 100644
index a7aa6852c3b2..000000000000
--- a/multimedia/bsdbktr_tvtune/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= bsdbktr_tvtune
-PORTVERSION= 0.02
-CATEGORIES= multimedia
-MASTER_SITES= http://mina.naguib.ca/dist/
-
-MAINTAINER= mina.website@naguib.ca
-COMMENT= Console Brooktree (bktr) TV tuner
-WWW= https://web.archive.org/web/20050207003754/http://topfx.com/dist/bsdbktr_tvtune/
-
-LICENSE= NONE
-
-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
-
-PLIST_FILES= bin/bsdbktr_tvtune
-WRKSRC= ${WRKDIR}/${PORTNAME}
-ALL_TARGET= bsdbktr_tvtune
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bsdbktr_tvtune ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/multimedia/bsdbktr_tvtune/distinfo b/multimedia/bsdbktr_tvtune/distinfo
deleted file mode 100644
index e8f4ffa97bd3..000000000000
--- a/multimedia/bsdbktr_tvtune/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bsdbktr_tvtune-0.02.tar.gz) = 85227a8e8edc393e757134e424ad6c3d63d22f496e3560f61b2cdabbac8a28ec
-SIZE (bsdbktr_tvtune-0.02.tar.gz) = 2005
diff --git a/multimedia/bsdbktr_tvtune/files/patch-Makefile b/multimedia/bsdbktr_tvtune/files/patch-Makefile
deleted file mode 100644
index a6b62a68ad4c..000000000000
--- a/multimedia/bsdbktr_tvtune/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2004-01-04 21:59:26 UTC
-+++ Makefile
-@@ -3,7 +3,7 @@
- #
-
- bsdbktr_tvtune: bsdbktr_tvtune.c
-- gcc -Wall -O -o bsdbktr_tvtune bsdbktr_tvtune.c
-+ ${CC} ${CFLAGS} -o bsdbktr_tvtune bsdbktr_tvtune.c
- strip bsdbktr_tvtune
-
- clean:
diff --git a/multimedia/bsdbktr_tvtune/pkg-descr b/multimedia/bsdbktr_tvtune/pkg-descr
deleted file mode 100644
index 8679ddf0fb2d..000000000000
--- a/multimedia/bsdbktr_tvtune/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is a command line / console TV channel tuner for Brooktree-based TV capture
-cards running under FreeBSD using the bktr driver.
-
-It does not require any other utilities (fxtv/xawtv) and does NOT require
-XFree86.