From owner-cvs-all@FreeBSD.ORG Wed Oct 10 20:10:02 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D006116A417; Wed, 10 Oct 2007 20:10:02 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 796F013C4A3; Wed, 10 Oct 2007 20:10:02 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.13.4) with ESMTP id l9AK77RL018580; Wed, 10 Oct 2007 14:07:07 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 10 Oct 2007 14:07:15 -0600 (MDT) Message-Id: <20071010.140715.-1350499568.imp@bsdimp.com> To: ache@nagual.pp.ru From: "M. Warner Losh" In-Reply-To: <20071009175438.GA16057@nagual.pp.ru> References: <200710091528.l99FSFcD012124@repoman.freebsd.org> <20071009175438.GA16057@nagual.pp.ru> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 10 Oct 2007 14:07:07 -0600 (MDT) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, obrien@freebsd.org Subject: Re: cvs commit: src/usr.bin/awk Makefile b.c.diff lib.c.diff main.c.diff run.c.diff tran.c.diff src/contrib/one-true-awk b.c lib.c main.c run.c tran.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Oct 2007 20:10:02 -0000 In message: <20071009175438.GA16057@nagual.pp.ru> Andrey Chernov writes: : On Tue, Oct 09, 2007 at 03:28:15PM +0000, David E. O'Brien wrote: : > obrien 2007-10-09 15:28:15 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_6) : > usr.bin/awk Makefile : > contrib/one-true-awk b.c lib.c main.c run.c tran.c : > Removed files: (Branch: RELENG_6) : > usr.bin/awk b.c.diff lib.c.diff main.c.diff : > run.c.diff tran.c.diff : > Log: : > Stop applying patches at build time - instead apply directly to the files. : > I've seen this practice cause issues for vendors using our sources... : : ...and your way will cause import headache taking them out of the vendor : branch. No it won't. Vendor branches aren't relevant at all for RELENG_6 because that's a CVS branch. We can do anything at all we want on branches without affecting future imports. Warner