From owner-svn-ports-head@freebsd.org Thu Sep 17 18:53:19 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1D2A9CFDB1; Thu, 17 Sep 2015 18:53:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A272E1DDE; Thu, 17 Sep 2015 18:53:19 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8HIrJhB047042; Thu, 17 Sep 2015 18:53:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8HIrJlt047041; Thu, 17 Sep 2015 18:53:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509171853.t8HIrJlt047041@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 Sep 2015 18:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397202 - head/audio/soundtouch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2015 18:53:19 -0000 Author: jbeich Date: Thu Sep 17 18:53:18 2015 New Revision: 397202 URL: https://svnweb.freebsd.org/changeset/ports/397202 Log: audio/soundtouch: adjust options - Make INTEGER_SAMPLES default on platforms with emulated floating point to be in sync with r395349 [1] - Fix SSE detection on 9.x by requesting a modern compiler with cpuid.h [2] PR: 202642 [1], 202646 [2] Approved by: maintainer timeout (3 weeks) Modified: head/audio/soundtouch/Makefile (contents, props changed) Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Thu Sep 17 18:53:07 2015 (r397201) +++ head/audio/soundtouch/Makefile Thu Sep 17 18:53:18 2015 (r397202) @@ -3,6 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -21,6 +22,7 @@ USES= autoreconf libtool pathfix PATHFIX_MAKEFILEIN= Makefile.am OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP +OPTIONS_DEFAULT= ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/} OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE @@ -31,6 +33,7 @@ INTEGER_SAMPLES_CONFIGURE_ENABLE= intege OPENMP_CONFIGURE_ENABLE=openmp OPENMP_USES= compiler:openmp SSE_CONFIGURE_ENABLE= x86-optimizations +SSE_USES= compiler:c++11-lang post-patch: @${REINPLACE_CMD} -e \