From owner-svn-src-head@FreeBSD.ORG Thu Jun 5 00:05:56 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF232F4A for ; Thu, 5 Jun 2014 00:05:56 +0000 (UTC) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3DA2393 for ; Thu, 5 Jun 2014 00:05:56 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id jt11so232556pbb.27 for ; Wed, 04 Jun 2014 17:05:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:content-type:mime-version:subject :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=QiNKFF/c4BhOwv/4QutIyQ31u+IBS7JS+6zIEdoZa6M=; b=TqcbSIRDpRJtTxzU1FIHpCpaWYovGVA9OmJHlyHegd0d7Z80ZteX8GfZ8qYCC8lKk5 kkD11fg6oXjMeDOTjjuaPVgAZGHk5XsaJaQmY5TJCE7sdyWpnUWTJYdhALhAJjJxNrHN XR4Kh0C1XLuce0yk68vmJRvT8hDzGp/mbIlNjWkp8kwl/v1oYR3t56zsHqn2/nAhf9pL O7kKC+Ri6P6Gtr+/K3GeVTmnDUMCSNAKYcbJUR2YUtzA/94zdAh7RgvfMMDSKb6fe574 pDBl7f7hzx8gyB68h8cglkuNdBxfGfafYNFWN0oCWEonCob44f4kUfYEdpWzOiGGwmrm k2Tg== X-Gm-Message-State: ALoCoQmd2x5UQ6v55MaeON98XQJFAozNxilmjf/8eIyAiA4R9tvxjk0LlUj67FxMZ6GcKIqBArgS X-Received: by 10.68.231.229 with SMTP id tj5mr68745870pbc.101.1401926749512; Wed, 04 Jun 2014 17:05:49 -0700 (PDT) Received: from [10.64.26.207] (dc1-prod.netflix.com. [69.53.236.251]) by mx.google.com with ESMTPSA id hb10sm15101275pbd.75.2014.06.04.17.05.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Jun 2014 17:05:48 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: svn commit: r266760 - head/contrib/bmake In-Reply-To: <20140603063512.GB45150@ivaldir.etoilebsd.net> Date: Wed, 4 Jun 2014 18:05:47 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201405271839.s4RIdDq8055387@svn.freebsd.org> <538D1DB7.7010508@FreeBSD.org> <20140603044638.81DF6580A1@chaos.jnpr.net> <20140603063512.GB45150@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1878.2) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Bryan Drewery , src-committers@FreeBSD.org, "Simon J. Gerraty" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 00:05:56 -0000 On Jun 3, 2014, at 12:35 AM, Baptiste Daroussin = wrote: > On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote: >>=20 >> On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Drewery writes: >>> Not sure if anyone cares, but this change breaks all ports tree >>> checkouts from before 2014-05-05 on src head with this revision.=20 >>=20 >> Yes, an older ports tree would need an older bmake (or fmake). >> Are we saying ports is *not* ready for that hack to be removed? >>=20 >=20 > IMHO it is, just people has to be aware of that :) It would be nice if we could put that code back into make, but have it disabled. There are several people that use custom old trees that are hitting this when they build on newer systems=85 While /usr/ports is = ready, forks of it might not be. I=92m cool with having it be turned off by = default, but it sure would be convenient to be able to flip it back on=85 Anybody object if I do this? Warner