Date: Sat, 9 Nov 2019 06:34:35 +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: r517106 - head/audio/cmus Message-ID: <201911090634.xA96YZeR005179@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911090634.xA96YZeR005179>