svn commit: r464172 - head/audio/muse

Tobias Kortkamp tobik at FreeBSD.org
Sun Mar 11 13:55:36 UTC 2018


Author: tobik
Date: Sun Mar 11 13:55:35 2018
New Revision: 464172
URL: https://svnweb.freebsd.org/changeset/ports/464172

Log:
  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

Modified:
  head/audio/muse/Makefile

Modified: head/audio/muse/Makefile
==============================================================================
--- head/audio/muse/Makefile	Sun Mar 11 13:48:11 2018	(r464171)
+++ head/audio/muse/Makefile	Sun Mar 11 13:55:35 2018	(r464172)
@@ -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
 


More information about the svn-ports-all mailing list