From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 14:35:07 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D12E6106564A for ; Thu, 18 Aug 2011 14:35:07 +0000 (UTC) (envelope-from hskuhra@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 9E1F58FC14 for ; Thu, 18 Aug 2011 14:35:07 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.messagingengine.com (Postfix) with ESMTP id F200A22941 for ; Thu, 18 Aug 2011 10:35:06 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 18 Aug 2011 10:35:06 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:message-id:from:to:subject :in-reply-to:references:mime-version:content-type; s=smtpout; bh=gNE0tJCPqcVINXCLNnTsODD7WFk=; b=afTYiT1mPoUeSjK1yCS3fjmLWT5S 5Vk74eSbI36N6duhjFo7bVKfCQ3FT7kYtEDbcbzo0KfgBoHZMq1i7IOgnBZkUNtg 5/vdRKTV/R8bGJk0DYpgzq2Gz36o8+/KC270km+pG5b8+Eds5wMCJnMEuPyew6Hc jXia0fUE8Q+dTt0= X-Sasl-enc: CNuMYTzj82tTrahre+6APTfb2B6+CbjDSoV8fmkWxO3F 1313678106 Received: from oslo.ath.cx (d91-130-181-115.cust.tele2.at [91.130.181.115]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9471541FA5B for ; Thu, 18 Aug 2011 10:35:06 -0400 (EDT) Date: Thu, 18 Aug 2011 16:35:06 +0200 Message-ID: <87liuq4wkl.wl%hskuhra@fastmail.fm> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: Did a patch get overwritten? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2011 14:35:07 -0000 On Thu, 18 Aug 2011 12:20:41 +0000 "Miller, Vincent (Rick)" wrote: > Hello all, > > I have a patch that I applied to the FreeBSD source in /usr/src/. I > then executed a make buildworld that succeeded. I ran make release > to generate media. However, it looks as though the driver I patched > was updated by CVS during the make release process as seen in the > make release output. Did it, indeed, overwrite the source I patched > with what was available on the CVS server? > > If so, at what point do I need to modify the source so that I can > build a new release with this driver patch? man 7 release Check EXTSRCDIR. -Herbert