svn commit: r429388 - head/audio/xmms2

Guido Falsi madpilot at FreeBSD.org
Sun Dec 25 00:27:32 UTC 2016


Author: madpilot
Date: Sun Dec 25 00:27:31 2016
New Revision: 429388
URL: https://svnweb.freebsd.org/changeset/ports/429388

Log:
  Remove libofa support. The service it depends on has been discontinued
  and the libofa port is now DEPRECATED.
  
  PR:		215518
  Submitted by:	jhale

Modified:
  head/audio/xmms2/Makefile
  head/audio/xmms2/pkg-plist

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Sun Dec 25 00:23:13 2016	(r429387)
+++ head/audio/xmms2/Makefile	Sun Dec 25 00:27:31 2016	(r429388)
@@ -4,7 +4,7 @@
 PORTNAME?=	xmms2
 PORTVERSION=	0.8
 DISTVERSIONSUFFIX=	DrO_o
-PORTREVISION?=	18
+PORTREVISION?=	19
 CATEGORIES?=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
 
@@ -14,7 +14,8 @@ COMMENT?=	Rewrite of xmms as a client/se
 USES+=		pkgconfig tar:bzip2 waf
 
 CONFIGURE_ARGS+=	--conf-prefix=${LOCALBASE} \
-		--mandir=${MANPREFIX}/man
+		--mandir=${MANPREFIX}/man \
+		--without-plugins="ofa"
 INSTALL_TARGET=	install --without-ldconfig
 
 .if !defined(XMMS2_SLAVE)
@@ -31,7 +32,7 @@ BROKEN_aarch64=		Fails to compile: error
 
 OPTIONS_DEFINE=	AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \
 		GME GVFS ICES JACK MAD MDNS MMS \
-		MODPLUG MPG123 MUSEPACK OFA PULSEAUDIO SAMBA SID \
+		MODPLUG MPG123 MUSEPACK PULSEAUDIO SAMBA SID \
 		SNDFILE SPEEX TREMOR VISUAL VOCODER VORBIS WAVPACK XML
 OPTIONS_SINGLE=	MDNS
 OPTIONS_SINGLE_MDNS=	MDNS_APPLE MDNS_AVAHI
@@ -47,7 +48,6 @@ ICES_DESC=	Playback files to an icecast 
 MDNS_DESC=	Announce XMMS2d via mDNS (Choose implementation)
 MDNS_APPLE_DESC=	Use Apple mDNS implementation
 MDNS_AVAHI_DESC=	Use Avahi mDNS implementation
-OFA_DESC=	Collect MusicDNS fingerprints
 SAMBA_DESC=	Playback files via SMB
 SID_DESC=	Playback SID files
 VISUAL_DESC=	Visualization plugins support
@@ -119,9 +119,6 @@ MPG123_CONFIGURE_OFF=	--without-plugins=
 MUSEPACK_LIB_DEPENDS=	libmpcdec.so:audio/musepack
 MUSEPACK_CONFIGURE_OFF=	--without-plugins="musepack"
 
-OFA_LIB_DEPENDS=	libofa.so:audio/libofa
-OFA_CONFIGURE_OFF=	--without-plugins="ofa"
-
 PULSEAUDIO_LIB_DEPENDS=		libpulse.so:audio/pulseaudio
 PULSEAUDIO_CONFIGURE_OFF=	--without-plugins="pulse"
 

Modified: head/audio/xmms2/pkg-plist
==============================================================================
--- head/audio/xmms2/pkg-plist	Sun Dec 25 00:23:13 2016	(r429387)
+++ head/audio/xmms2/pkg-plist	Sun Dec 25 00:27:31 2016	(r429388)
@@ -113,7 +113,6 @@ lib/libxmmsclient.so.6.0.0
 %%LIBDIR%%/libxmms_normalize.so
 %%LIBDIR%%/libxmms_null.so
 %%LIBDIR%%/libxmms_nulstripper.so
-%%OFA%%%%LIBDIR%%/libxmms_ofa.so
 %%LIBDIR%%/libxmms_oss.so
 %%LIBDIR%%/libxmms_pls.so
 %%PULSEAUDIO%%%%LIBDIR%%/libxmms_pulse.so


More information about the svn-ports-head mailing list