Date: Tue, 5 May 2020 20:20:34 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r534104 - branches/2020Q2/audio/xmms2 Message-ID: <202005052020.045KKYCx064514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Tue May 5 20:20:34 2020 New Revision: 534104 URL: https://svnweb.freebsd.org/changeset/ports/534104 Log: MFH: r534084 Change default MDNS backend to the more commonly used avahi one. This avoids conflicting with KDE and other commonly used ports. Reported by: Chris Watson <bsdunix44@gmail.com> Approved by: ports-secteam (joneum) Modified: branches/2020Q2/audio/xmms2/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/audio/xmms2/Makefile ============================================================================== --- branches/2020Q2/audio/xmms2/Makefile Tue May 5 19:37:14 2020 (r534103) +++ branches/2020Q2/audio/xmms2/Makefile Tue May 5 20:20:34 2020 (r534104) @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 33 +PORTREVISION?= 34 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} @@ -34,7 +34,7 @@ OPTIONS_DEFINE= AIRPLAY AO APE AVCODEC CDDA CURL ET FA SNDFILE SPEEX TREMOR VISUAL VOCODER VORBIS WAVPACK XML OPTIONS_SINGLE= MDNS OPTIONS_SINGLE_MDNS= MDNS_APPLE MDNS_AVAHI -OPTIONS_DEFAULT= CURL FAAD FLAC MPG123 MDNS MDNS_APPLE VORBIS +OPTIONS_DEFAULT= CURL FAAD FLAC MPG123 MDNS MDNS_AVAHI VORBIS AIRPLAY_DESC= Support output via Airport Express AVCODEC_DESC= Avcodevc playback support
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005052020.045KKYCx064514>