From owner-svn-ports-head@freebsd.org Tue Oct 30 11:26:10 2018 Return-Path: Delivered-To: svn-ports-head@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 789FE10E031E; Tue, 30 Oct 2018 11:26:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4557E58E; Tue, 30 Oct 2018 11:26:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id A2BE817080; Tue, 30 Oct 2018 11:26:09 +0000 (UTC) Date: Tue, 30 Oct 2018 11:26:07 +0000 From: Mark Linimon To: Wen Heping Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483441 - head/math/fxt Message-ID: <20181030112607.GB22370@lonesome.com> References: <201810300155.w9U1t7WA095022@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201810300155.w9U1t7WA095022@repo.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 30 Oct 2018 11:26:10 -0000 On Tue, Oct 30, 2018 at 01:55:07AM +0000, Wen Heping wrote: > Log: > - Remove compiler:c++11-lib from Uses, no needed here Except possibly for gcc-based architectures. We've been adding that stanza a lot recently. I don't know if the port will build on e.g. powerpc64 without that stanza. mcl