Date: Fri, 25 Oct 2013 09:02:56 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331565 - head/multimedia/xmms Message-ID: <201310250902.r9P92uDB082963@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Fri Oct 25 09:02:56 2013 New Revision: 331565 URL: http://svnweb.freebsd.org/changeset/ports/331565 Log: Only provide SIMD option on i386. Reported by: "Matthew D. Fuller" <fullermd@over-yonder.net> Modified: head/multimedia/xmms/Makefile Modified: head/multimedia/xmms/Makefile ============================================================================== --- head/multimedia/xmms/Makefile Fri Oct 25 08:48:43 2013 (r331564) +++ head/multimedia/xmms/Makefile Fri Oct 25 09:02:56 2013 (r331565) @@ -3,7 +3,7 @@ PORTNAME= xmms PORTVERSION= 1.2.11 -PORTREVISION?= 19 # Also chinese/xmms and russian/xmms +PORTREVISION?= 20 # Also chinese/xmms and russian/xmms CATEGORIES+= multimedia audio ipv6 MASTER_SITES= http://www.xmms.org/files/1.2.x/ \ http://legacy.xmms2.org/ \ @@ -34,8 +34,10 @@ INPUT_PLUGINS= cdaudio mpg123 tonegen wa OUTPUT_PLUGINS= OSS disk_writer VISUALIZATION_PLUGINS= blur_scope sanalyzer -OPTIONS_DEFINE= IPV6 MIKMOD NLS SIMD SPEC VFILEINFO VORBIS RUSXMMS_PATCHES -OPTIONS_DEFAULT=MIKMOD SIMD VORBIS +OPTIONS_DEFINE= IPV6 MIKMOD NLS SPEC VFILEINFO VORBIS RUSXMMS_PATCHES +OPTIONS_DEFAULT=MIKMOD VORBIS +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_i386= SIMD OPTIONS_SUB= yes IPV6_CONFIGURE_ENABLE= ipv6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310250902.r9P92uDB082963>