git: 3c6271940f30 - main - multimedia/bsdbktr_tvtune: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 09:03:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3c6271940f30dffce65876b0ed47269d23ecc0f2 commit 3c6271940f30dffce65876b0ed47269d23ecc0f2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-26 08:23:28 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-27 09:03:22 +0000 multimedia/bsdbktr_tvtune: 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) --- multimedia/bsdbktr_tvtune/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/bsdbktr_tvtune/Makefile b/multimedia/bsdbktr_tvtune/Makefile index 6fbaa8ac6fa8..a7aa6852c3b2 100644 --- a/multimedia/bsdbktr_tvtune/Makefile +++ b/multimedia/bsdbktr_tvtune/Makefile @@ -9,6 +9,8 @@ WWW= https://web.archive.org/web/20050207003754/http://topfx.com/dist/bsdbktr_t 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