From owner-svn-ports-all@FreeBSD.ORG Fri Oct 25 09:02:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 929DF7CC; Fri, 25 Oct 2013 09:02:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FCF6279E; Fri, 25 Oct 2013 09:02:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9P92uEj082964; Fri, 25 Oct 2013 09:02:56 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9P92uDB082963; Fri, 25 Oct 2013 09:02:56 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201310250902.r9P92uDB082963@svn.freebsd.org> From: Tijl Coosemans Date: Fri, 25 Oct 2013 09:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331565 - 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: Fri, 25 Oct 2013 09:02:56 -0000 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" 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