From owner-svn-src-head@FreeBSD.ORG Sun Jun 14 23:53:50 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB3BE8A; Sun, 14 Jun 2015 23:53:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0180C902; Sun, 14 Jun 2015 23:53:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igblz2 with SMTP id lz2so39849071igb.1; Sun, 14 Jun 2015 16:53:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=GyCYsk8MEvxhxEWWgVTGnxQ0eFwVcpbYTrbroOeQXd0=; b=M+fCbBDmpsZXKSTzjcmQDs0Fjt0ECPawulSCDUEgCk5IbWou2CRh/45XCLbHAr7LKj sqUcb7BtHmsY9iz/GeiTR3q8xZS/c/WNBUsIzlwYGQtBYnRlAcskGQ4kXzXAKWwEDPl8 0b20rlbYPLt16UzUbrV9y2Qs2yr4usX4cB8g4yIsRm5fa2zFNPuSjKxRqPzRm+J8S1yu 9H4WAzS7gJ7BqyjuWfIcweXMJIIzfjwqE2FW0ggJMmvJC7IUhOPzrqCOLdNUd0YWlrU0 1HoTPbkTcdHQcOKvep48tPkg4uD0MpdBRCshgJYSKJU6tTHa33mTdpkVtUwygqK32AiS kD8A== MIME-Version: 1.0 X-Received: by 10.42.176.8 with SMTP id bc8mr11736677icb.22.1434326029259; Sun, 14 Jun 2015 16:53:49 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sun, 14 Jun 2015 16:53:49 -0700 (PDT) In-Reply-To: <17696.1434319010@chaos> References: <201506131920.t5DJKwMH033508@svn.freebsd.org> <17696.1434319010@chaos> Date: Sun, 14 Jun 2015 16:53:49 -0700 X-Google-Sender-Auth: 9wFEoS5Zg1sOT931ffAksmQl2jc Message-ID: Subject: Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname bi... From: Adrian Chadd To: "Simon J. Gerraty" Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 14 Jun 2015 23:53:50 -0000 On 14 June 2015 at 14:56, Simon J. Gerraty wrote: > Adrian Chadd wrote: > >> Wait a second - y'all committed a bunch of dependencies that we aren't >> supposed to edit directly? > > Yes ;-) > If building using the normal buildworld etc you can ignore them. Cool. >> So what's the process for making sure we don't stomp over the feet of >> other people who are using the depend based builds? > > Don't worry about it. > They will pretty much self repair. > I've had a lot of practice lately bootstrapping them for netbsd and > freebsd ;-) Cool. :) Ok, let's see what happens.. -a