Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2012 22:24:54 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305613 - head/multimedia/xmms
Message-ID:  <201210092224.q99MOsvI098775@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Oct  9 22:24:54 2012
New Revision: 305613
URL: http://svn.freebsd.org/changeset/ports/305613

Log:
  - Resolve issue on amd64 [1]
  - Pacify portlint
  
  PR:		ports/171919 [1]
  Submitted by:	Tomasz CEDRO <cederom@tlen.pl>
  Approved by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)

Modified:
  head/multimedia/xmms/Makefile

Modified: head/multimedia/xmms/Makefile
==============================================================================
--- head/multimedia/xmms/Makefile	Tue Oct  9 22:24:38 2012	(r305612)
+++ head/multimedia/xmms/Makefile	Tue Oct  9 22:24:54 2012	(r305613)
@@ -41,11 +41,11 @@ VISUALIZATION_PLUGINS=	blur_scope sanaly
 
 OPTIONS_DEFINE=	IPV6 MIKMOD SIMD SPEC VFILEINFO VORBIS RUSXMMS_PATCHES
 OPTIONS_DEFAULT=	IPV6 MIKMOD SIMD VORBIS
+OPTIONS_EXCLUDE_amd64=	SIMD
 SPEC_DESC=	Visualization opengl_spectrum
 VFILEINFO_DESC=	Enable Extended Vorbis Fileinfo
 RUSXMMS_PATCHES_DESC=	Custom IDv3 patches
 
-
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MIPV6}
@@ -60,8 +60,8 @@ DISTFILES+=	RusXMMS2-csa${ENC_PATCHLEVEL
 MASTER_SITES+=	SF/rusxmms/rusxmms2/csa41%20%28${PORTVERSION}%29:enc
 MASTER_SITE_SUBDIR+=	rusxmms/:enc
 
-LIB_DEPENDS+=	rcc.2:${PORTSDIR}/devel/librcc
-LIB_DEPENDS+=	rcd.1:${PORTSDIR}/devel/librcd
+LIB_DEPENDS+=	rcc:${PORTSDIR}/devel/librcc
+LIB_DEPENDS+=	rcd:${PORTSDIR}/devel/librcd
 .endif
 
 .if ${PORT_OPTIONS:MVFILEINFO}
@@ -69,7 +69,7 @@ CFLAGS+=	-DALL_VORBIS_TAGS
 .endif
 
 .if ${PORT_OPTIONS:MMIKMOD}
-LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
+LIB_DEPENDS+=	mikmod:${PORTSDIR}/audio/libmikmod
 INPUT_PLUGINS+=	mikmod
 PLIST_SUB+=	MIKMODPLUGIN:=""
 .else
@@ -78,7 +78,7 @@ PLIST_SUB+=	MIKMODPLUGIN:="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MVORBIS}
-LIB_DEPENDS+=	vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+=	vorbis:${PORTSDIR}/audio/libvorbis
 INPUT_PLUGINS+=	vorbis
 PLIST_SUB+=	VORBISPLUGIN:=""
 .else
@@ -95,10 +95,6 @@ CONFIGURE_ARGS+=	--disable-esd
 PLIST_SUB+=	ESDPLUGIN:="@comment "
 .endif
 
-.if ${ARCH} != "i386"
-${UNIQUENAME}_UNSET+=	SIMD
-.endif
-
 .if ${PORT_OPTIONS:MSIMD}
 CONFIGURE_ARGS+=	--enable-simd
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092224.q99MOsvI098775>