Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 09:03:35 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1e97627c753 - main - multimedia/fxtv: Mark DEPRECATED
Message-ID:  <202308270903.37R93Zxj046131@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit b1e97627c753b5f7df606de394779ed8df8eeaa8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-26 08:10:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-27 09:03:22 +0000

    multimedia/fxtv: 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
---
 multimedia/fxtv/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile
index 66a6f6a8c79d..fcfe69e93b68 100644
--- a/multimedia/fxtv/Makefile
+++ b/multimedia/fxtv/Makefile
@@ -10,6 +10,8 @@ WWW=		https://people.freebsd.org/~rhh/fxtv/
 
 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
@@ -19,11 +21,13 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libXaw3d.so:x11-toolkits/Xaw3d
 
 USES=		gmake jpeg tar:tgz xorg
-MAKE_ENV=	X11BASE=${LOCALBASE}
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga
+
+MAKE_ENV=	X11BASE=${LOCALBASE}
 MAKE_FLAGS=	-e
 
 OPTIONS_DEFINE=	EXTRA
+
 EXTRA_DESC=	Extra programs required to record/playback/save
 
 # This program does not actually require the programs below unless you



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308270903.37R93Zxj046131>