diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-01-11 10:41:35 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-01-11 10:49:37 +0000 |
commit | 4bd8bfce2c7dce5b0258adca0c84d8b2d93befce (patch) | |
tree | adf6937f9ffd999e05d2c98f23d0ab30db854992 | |
parent | 8541d43e5ff5fbb5103e9dc26a46aefa29ef00b5 (diff) |
multimedia/lives: Deprecate and set expiration date to 2025-02-28
Marked broken in 2023
Approved by: portmgr (blanket)
-rw-r--r-- | multimedia/lives/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 8075fefecf70..7998e4951a74 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -15,6 +15,8 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LGPL BROKEN= fails to build with FFmpeg 6 +DEPRECATED= Marked broken in 2023, sunset port +EXPIRATION_DATE=2025-02-28 BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ analyseplugin:audio/ladspa |