From owner-svn-ports-all@FreeBSD.ORG Tue Oct 9 22:24:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FDECF19; Tue, 9 Oct 2012 22:24:55 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2039F8FC08; Tue, 9 Oct 2012 22:24:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q99MOsC0098778; Tue, 9 Oct 2012 22:24:54 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q99MOsvI098775; Tue, 9 Oct 2012 22:24:54 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201210092224.q99MOsvI098775@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 9 Oct 2012 22:24:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305613 - head/multimedia/xmms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 22:24:55 -0000 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 Approved by: Chris Petrik (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 .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