diff options
author | tobik <tobik@FreeBSD.org> | 2018-03-11 21:55:35 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-03-11 21:55:35 +0800 |
commit | ded73334aeac9b1ab81d54b3d47710bba61b96e7 (patch) | |
tree | 50cdb22e25c02617cf38198d33b805d2c081aedf /audio | |
parent | c6bcad0bccaed035e2549fb75032022bf18a96c4 (diff) | |
download | freebsd-ports-gnome-ded73334aeac9b1ab81d54b3d47710bba61b96e7.tar.gz freebsd-ports-gnome-ded73334aeac9b1ab81d54b3d47710bba61b96e7.tar.zst freebsd-ports-gnome-ded73334aeac9b1ab81d54b3d47710bba61b96e7.zip |
audio/muse: Deprecate
- MuSE randomly crashes and hangs at runtime
- It is unmaintained upstream for ~8 years now
- It does not build with Clang 6 [1]
[1] http://beefy12.nyi.freebsd.org/data/head-amd64-default/p461678_s329188/logs/MuSE-0.9.2_16.log
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muse/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index fc939a4b6899..563783d5a8a6 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -13,6 +13,9 @@ COMMENT= Multiple Streaming Engine LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained upstream, crashes at runtime +EXPIRATION_DATE= 2018-03-31 + LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis |