From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 10:04:05 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A53716A4CE for ; Tue, 9 Mar 2004 10:04:05 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7714443D41 for ; Tue, 9 Mar 2004 10:04:04 -0800 (PST) (envelope-from ste@ste-land.com) Received: from ste-land.com (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) by spock.ste-land.com (Postfix) with ESMTP id AEF4B2D24C for ; Tue, 9 Mar 2004 13:04:03 -0500 (EST) Message-ID: <404E0713.9010005@ste-land.com> Date: Tue, 09 Mar 2004 13:04:03 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <404DFE56.6030204@ste-land.com> In-Reply-To: <404DFE56.6030204@ste-land.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How do I add a local patch to a port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 18:04:05 -0000 Shaun T. Erickson wrote: > I have generated a patch that I want to apply to a port. I don't know > how to tell the port to use it though. Just putting it in the files > directory didn't seem to do the trick. > > What else do I need to do to? I looked at the porter's handbook, and it says that simply dropping the patch into the files directory should get it automatically applied, but it's not. The patch is named patch-aa and is relative to the WRKSRC directory. Suggestions? -ste