svn commit: r517106 - head/audio/cmus

Tobias Kortkamp tobik at FreeBSD.org
Sat Nov 9 06:34:35 UTC 2019


Author: tobik
Date: Sat Nov  9 06:34:34 2019
New Revision: 517106
URL: https://svnweb.freebsd.org/changeset/ports/517106

Log:
  audio/cmus: Disable MAD by default
  
  According to the submitter libmad is vulnerable and inefficient and
  should not be used anymore.  The ffmpeg plugin serves as a fallback
  input plugin.  This should not cause any functional differences
  other than slightly slower seek in MP3s.
  
  Submitted by:	daniel.engberg.lists_pyret.net
  Differential Revision:	https://reviews.freebsd.org/D22264

Modified:
  head/audio/cmus/Makefile

Modified: head/audio/cmus/Makefile
==============================================================================
--- head/audio/cmus/Makefile	Sat Nov  9 06:00:59 2019	(r517105)
+++ head/audio/cmus/Makefile	Sat Nov  9 06:34:34 2019	(r517106)
@@ -4,7 +4,7 @@
 PORTNAME=	cmus
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 
 MAINTAINER=	tobik at FreeBSD.org
@@ -44,7 +44,7 @@ CONFIGURE_ARGS+=	CONFIG_${opt}=n
 .endfor
 
 OPTIONS_DEFINE=		EXAMPLES
-OPTIONS_DEFAULT=	AAC FFMPEG FLAC MAD MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
+OPTIONS_DEFAULT=	AAC FFMPEG FLAC MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
 OPTIONS_SUB=	yes
 
 OPTIONS_GROUP=	OUT IN


More information about the svn-ports-all mailing list