diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-09-24 20:20:06 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2021-09-24 21:10:13 +0000 |
commit | 84fd107b33f6c6645d93047c5ff51a77f78fc51e (patch) | |
tree | 6bd4c18194b53c8b3d76cbae6b42f3a281505beb | |
parent | 5fc28dd253989224f260e824403bdb5aebc8f33e (diff) | |
download | ports-84fd107b33f6c6645d93047c5ff51a77f78fc51e.tar.gz ports-84fd107b33f6c6645d93047c5ff51a77f78fc51e.zip |
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
-rw-r--r-- | audio/flake/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |