From owner-cvs-src@FreeBSD.ORG Tue Oct 9 18:11:50 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 BAF0C16A419; Tue, 9 Oct 2007 18:11:50 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 1104713C459; Tue, 9 Oct 2007 18:11:49 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.1/8.14.1) with ESMTP id l99HsfPU016166; Tue, 9 Oct 2007 21:54:41 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1191952481; bh=hs95I53+aEdl/vqSQCne3N/Z4cAUZZYt+hGbEez PTUA=; l=724; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=Lqdga4osvwLBGcwpZu5ILbCm7ayVBl8skJrN0fXn s/TPDXDVIH5hSbN3/NF1Y3d9B8ib5yARYjhPD2lVyUb84uB+/EAVftykHvwGNtGo+9Z LDYbPBZhAHhP3uUAVa4DGd1ALHrUyzd+IBHP4Q+VDiJxDwQItdpSfjaCog65uZ40= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l99Hsdvn016164; Tue, 9 Oct 2007 21:54:40 +0400 (MSD) (envelope-from ache) Date: Tue, 9 Oct 2007 21:54:38 +0400 From: Andrey Chernov To: "David E. O'Brien" Message-ID: <20071009175438.GA16057@nagual.pp.ru> Mail-Followup-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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710091528.l99FSFcD012124@repoman.freebsd.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@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-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:11:50 -0000 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. -- http://ache.pp.ru/