From owner-svn-ports-all@FreeBSD.ORG Sun May 24 18:22:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A7001A7; Sun, 24 May 2015 18:22:52 +0000 (UTC) Received: from mailrelay112.isp.belgacom.be (mailrelay112.isp.belgacom.be [195.238.20.139]) by mx1.freebsd.org (Postfix) with ESMTP id 57904123C; Sun, 24 May 2015 18:22:50 +0000 (UTC) X-Belgacom-Dynamic: yes X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=U3bOsIs4jTLKnNjizNqmwgH4x/ZVWD6r1e7q5IgUJPc= c=1 sm=2 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=eZXhiGw7QMXmESuXIfgA:9 a=CjuIK1q_8ugA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BhBgAmFmJV//KPsFtcgxBUUQ3FBoV3AoEfTQEBAQEBAYELhCMBAQQ6HCMQCxQECRoLDxIYHgYTiBcDFgEIzW8NhQYBAQEBAQEBAwEBAQEBAQEbizqCTYIFMweELQEElz2FAYFYkC2HAyOCO4E/PDGCRwEBAQ Received: from 242.143-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.143.242]) by relay.skynet.be with ESMTP; 24 May 2015 20:21:40 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t4OILdXO004650; Sun, 24 May 2015 20:21:39 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 24 May 2015 20:21:38 +0200 From: Tijl Coosemans To: Antoine Brodin Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r387281 - in head: Mk devel/qt5-core x11-toolkits/qt5-declarative x11-toolkits/qt5-gui Message-ID: <20150524202138.2055c4fc@kalimero.tijl.coosemans.org> In-Reply-To: References: <201505241641.t4OGfHT6092907@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 24 May 2015 18:22:52 -0000 On Sun, 24 May 2015 17:05:48 +0000 Antoine Brodin wrote: > On Sun, May 24, 2015 at 4:41 PM, Tijl Coosemans wrote: > > Author: tijl > > Date: Sun May 24 16:41:16 2015 > > New Revision: 387281 > > URL: https://svnweb.freebsd.org/changeset/ports/387281 > > > > Log: > > Qt 5.3 removed runtime detection of SSE2 so it needs to be configured > > with -no-sse2 at buildtime on i386. > > > > PR: 198738, 200258 > > Reported by: sasamotikomi@gmail.com > > Approved by: maintainer timeout (2 weeks) > > > > Hi, > > This doesn't seem to work with fmake: > > "/usr/ports/Mk/bsd.qt.mk", line 149: Malformed conditional (${ARCH} == > i386 && !(defined(MACHINE_CPU) && ${MACHINE_CPU:Msse2})) Fixed in r387281. Somehow I thought we always required bmake.