From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:13:24 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EE3E16A418; Tue, 9 Oct 2007 18:13:24 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id F2A5213C459; Tue, 9 Oct 2007 18:13:23 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l99IDHf2026948; Tue, 9 Oct 2007 12:13:17 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <470BC4A7.4010203@samsco.org> Date: Tue, 09 Oct 2007 12:12:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Andrey Chernov , "David E. O'Brien" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200710091528.l99FSFcD012124@repoman.freebsd.org> <20071009175438.GA16057@nagual.pp.ru> In-Reply-To: <20071009175438.GA16057@nagual.pp.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 09 Oct 2007 12:13:18 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 18:13:24 -0000 Andrey Chernov wrote: > 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. > There is no such thing as a vendor branch for regular CVS branches. Scott