Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2018 13:55:36 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464172 - head/audio/muse
Message-ID:  <201803111355.w2BDtamH073655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803111355.w2BDtamH073655>