From owner-svn-ports-all@freebsd.org Mon Aug 13 10:11:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CDEE106D1F0; Mon, 13 Aug 2018 10:11:57 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 56BE67308D; Mon, 13 Aug 2018 10:11:57 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 4E654EF88; Mon, 13 Aug 2018 10:11:57 +0000 (UTC) Date: Mon, 13 Aug 2018 10:11:57 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: Mahdi Mokhtari , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r477036 - in head/databases/mysql80-server: . files Message-ID: <20180813101157.GA88376@FreeBSD.org> References: <201808121910.w7CJAhiQ051528@repo.freebsd.org> <20180812223108.GA20123@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180812223108.GA20123@lonesome.com> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 13 Aug 2018 10:11:57 -0000 On Sun, Aug 12, 2018 at 10:31:09PM +0000, Mark Linimon wrote: > On Sun, Aug 12, 2018 at 07:10:43PM +0000, Mahdi Mokhtari wrote: > > +# required for SSE-4.2 support on the default Clang++ on 10.4 > > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 > > +CXXFLAGS+= -msse4.2 > > +.endif > > IIUC this will break on mips* and powerpc*. Plus sparc64 and others which use gcc by default (which, unlike clang, refuses to accept unrecognized command line options). ./danfe