svn commit: r534104 - branches/2020Q2/audio/xmms2
Guido Falsi
madpilot at FreeBSD.org
Tue May 5 20:20:34 UTC 2020
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 at 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
More information about the svn-ports-branches
mailing list