git: 84fd107b33f6 - main - audio/flake: Deprecate and set expiration date to 2021-12-31
Daniel Engberg
diizzy at FreeBSD.org
Fri Sep 24 21:11:38 UTC 2021
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=84fd107b33f6c6645d93047c5ff51a77f78fc51e
commit 84fd107b33f6c6645d93047c5ff51a77f78fc51e
Author: Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2021-09-24 20:20:06 +0000
Commit: Daniel Engberg <diizzy at FreeBSD.org>
CommitDate: 2021-09-24 21:10:13 +0000
audio/flake: Deprecate and set expiration date to 2021-12-31
Upstream lists software as beta, no new release since 2007
Users also reports bugs when libsndfile isn't utilized
Users are recommended to use audio/ffmpeg or audio/flac instead
Reference: https://hydrogenaud.io/index.php?topic=71984.0
PR: 258638
Approved by: tcberner and lbartoletti (mentors)
Differential Revision: https://reviews.freebsd.org/D32038
---
audio/flake/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/audio/flake/Makefile b/audio/flake/Makefile
index ebde6d14da6a..0bb0d047e600 100644
--- a/audio/flake/Makefile
+++ b/audio/flake/Makefile
@@ -10,6 +10,9 @@ COMMENT= FLAC audio encoder
LICENSE= LGPL21
+DEPRECATED= Abandoned upstream, no new release since 2007
+EXPIRATION_DATE=2021-12-31
+
CONFIGURE_ARGS+= --cc="${CC}"
HAS_CONFIGURE= yes
USES= gmake tar:bzip2
More information about the dev-commits-ports-all
mailing list