Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 18:53:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397202 - head/audio/soundtouch
Message-ID:  <201509171853.t8HIrJlt047041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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