From owner-freebsd-stable@freebsd.org Thu Sep 22 19:37:26 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32B2DBE6021 for ; Thu, 22 Sep 2016 19:37:26 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-72.reflexion.net [208.70.210.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5292132D for ; Thu, 22 Sep 2016 19:37:25 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 5768 invoked from network); 22 Sep 2016 19:30:35 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 22 Sep 2016 19:30:35 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.00.0) with SMTP; Thu, 22 Sep 2016 15:30:35 -0400 (EDT) Received: (qmail 21897 invoked from network); 22 Sep 2016 19:30:33 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 22 Sep 2016 19:30:33 -0000 Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 6967EEC8843; Thu, 22 Sep 2016 12:30:41 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: svn commit: r306207 - releng/11.0/release/doc/en_US.ISO8859-1/relnotes Date: Thu, 22 Sep 2016 12:30:40 -0700 Message-Id: Cc: freebsd-stable@freebsd.org To: Glen Barber Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 19:37:26 -0000 h= ttps://svnweb.freebsd.org/base/releng/11.0/release/doc/en_US.ISO8859-1/rel= notes/article.xml?revision=3D306207&view=3Dmarkup says. . . > The >=20 > WITH_SYSTEM_COMPILER &man.src.conf.5; >=20 > option is enabled by default. but. . . > Author: bdrewery > Date: Wed Sep 21 21:23:09 2016 > New Revision: 306143 > URL: https://svnweb.freebsd.org/changeset/base/306143 >=20 > Log: > Disable SYSTEM_COMPILER by default. > =20 > This is a direct commit to releng/11.0. > =20 > Having it enabled can lead to a situation where building > on one system and installing on another will fail due > to not finding cc in the OBJDIR. > =20 > An actual fix will be made on head separately. > =20 > PR: 212877 > Relnotes: yes > Sponsored by: Dell EMC Isilon > Approved by: re (gjb) =3D=3D=3D Mark Millard markmi at dsl-only.net