From owner-svn-ports-head@freebsd.org Mon Apr 9 19:52:48 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 DCF77F9E2E8; Mon, 9 Apr 2018 19:52:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B14A26EB8B; Mon, 9 Apr 2018 19:52:48 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 3A9FB10B45E; Mon, 9 Apr 2018 15:52:48 -0400 (EDT) From: John Baldwin To: Kyle Evans Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-secteam@freebsd.org Subject: Re: svn commit: r466699 - in head/devel: aarch64-none-elf-gcc arm-none-eabi-gcc powerpc64-gcc Date: Mon, 09 Apr 2018 12:23:03 -0700 Message-ID: <2144046.NAbVvhK8QT@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: References: <201804070026.w370QlpG080009@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 09 Apr 2018 15:52:48 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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, 09 Apr 2018 19:52:49 -0000 On Sunday, April 08, 2018 06:31:36 PM Kyle Evans wrote: > On Fri, Apr 6, 2018 at 7:26 PM, John Baldwin wrote: > > Author: jhb (src,doc committer) > > Date: Sat Apr 7 00:26:46 2018 > > New Revision: 466699 > > URL: https://svnweb.freebsd.org/changeset/ports/466699 > > > > Log: > > Fix two more issues with r465416. > > > > - Force build of a cross-compiler by defining CROSS_DIRECTORY_STRUCTURE > > in CFLAGS even if the build host matches the build target. This > > fixes such a cross compiler to not include /usr/local/lib in its default > > library path (e.g. amd64-gcc when built on amd64). > > - Don't remove the include-fixed headers for the aarch64-none-elf-gcc > > and arm-none-eabi-gcc packages. > > - Bump PORTREVISION. > > > > Reported by: kevans (2) > > Reviewed by: bdrewery, kevans > > Differential Revision: https://reviews.freebsd.org/D14925 > > > > Hey John, > > Do you mind MFH'ing this to 2018Q2 to unbreak arm-none-eabi-newlib in > quarterly, or may I MFH it? I've CC'd ports-secteam@ to get approval > for this. You can merge it, sure. -- John Baldwin