From owner-svn-ports-head@freebsd.org Mon Jul 2 03:55:43 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 78CF8102BD7B; Mon, 2 Jul 2018 03:55:43 +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 28EC88F229; Mon, 2 Jul 2018 03:55:42 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 564F024935; Mon, 2 Jul 2018 03:55:42 +0000 (UTC) Date: Mon, 2 Jul 2018 03:55:41 +0000 From: Mark Linimon To: Alexey Dokuchaev Cc: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r473698 - head/emulators/simh Message-ID: <20180702035540.GA7990@lonesome.com> References: <201807020308.w6238vSs002453@repo.freebsd.org> <20180702032506.GA73255@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180702032506.GA73255@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 02 Jul 2018 03:55:43 -0000 On Mon, Jul 02, 2018 at 03:25:06AM +0000, Alexey Dokuchaev wrote: > Hmm, perhaps a better approach would've been to USES+=compiler:env and > set CFLAGS based on COMPILER_TYPE (or is it CHOSEN_COMPILER_TYPE?) rather > than hardcode all those arch names. I'll admit to not knowing the tricks involved. I'm doing a huge pass through mips64 right now and I won't have the cycles to try to fix every one of them. I'm trying to do that before Q3 is cut. There are some cases where ports hard-code "clang" in their search path. These are bugs but I don't know how to fix them right off-hand. Suggestions would be welcome. mcl