Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 13:24:41 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534084 - head/audio/xmms2
Message-ID:  <202005051324.045DOfMo097497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue May  5 13:24:40 2020
New Revision: 534084
URL: https://svnweb.freebsd.org/changeset/ports/534084

Log:
  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>
  MFH:		2020Q2

Modified:
  head/audio/xmms2/Makefile

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Tue May  5 12:53:30 2020	(r534083)
+++ head/audio/xmms2/Makefile	Tue May  5 13:24:40 2020	(r534084)
@@ -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?202005051324.045DOfMo097497>