From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 13:33:16 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 946E216A4CE for ; Tue, 9 Mar 2004 13:33:16 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4592843D39 for ; Tue, 9 Mar 2004 13:33:16 -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 E946A2D24C; Tue, 9 Mar 2004 16:33:14 -0500 (EST) Message-ID: <404E381A.8060707@ste-land.com> Date: Tue, 09 Mar 2004 16:33:14 -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: Dancho Penev References: <5.2.0.9.1.20040309192650.01ad49f0@postamt1.charite.de> <404DFE56.6030204@ste-land.com> <404DFE56.6030204@ste-land.com> <5.2.0.9.1.20040309192650.01ad49f0@postamt1.charite.de> <5.2.0.9.1.20040309195409.01a90d80@postamt1.charite.de> <404E1E9A.7030101@ste-land.com> <20040309203125.GC615@earth.dpsca.bg> In-Reply-To: <20040309203125.GC615@earth.dpsca.bg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG 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 21:33:16 -0000 Dancho Penev wrote: > Put the patch in security/cyrus-sasl2/files directory. Take a look in > port's Makefile where ${PATCHDIR} is set to different location. Aha! That solved it. Thanks. -ste