From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 06:53:27 2003 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 23AA437B401 for ; Fri, 20 Jun 2003 06:53:27 -0700 (PDT) Received: from smtp.us2.messagingengine.com (ny2.fastmail.fm [66.111.4.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7987E43F85 for ; Fri, 20 Jun 2003 06:53:26 -0700 (PDT) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (server1.internal [10.202.2.132]) by server2.messagingengine.com (Postfix) with ESMTP id A2AEA6FF32; Fri, 20 Jun 2003 09:53:24 -0400 (EDT) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by messagingengine.com with SMTP; Fri, 20 Jun 2003 09:53:24 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id 66B8933306; Fri, 20 Jun 2003 09:53:24 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: freebsd-questions@FreeBSD.org Date: Fri, 20 Jun 2003 07:53:24 -0600 X-Epoch: 1056117204 X-Sasl-enc: ynP/BCp8KHJCA3UhGbFJKQ Message-Id: <20030620135324.66B8933306@www.fastmail.fm> Subject: local patch to a /usr/ports file? how to do it? 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: Fri, 20 Jun 2003 13:53:27 -0000 I have a patch to /usr/ports/misc/amanda-clients. Its a one line change to sendbackup-dump.c to add the L switch to snapshot for 5.x when making a dump. Where do I put the patch so when I do make in /usr/ports/misc/amanda-clients it gets applied? I checked the handbook and porters guide... I dont see how to have a local change. The patch im using isnt that great to submit... it just forces L on dump. It doesnt let amanda control when to use L or not. Im just using this till something more real comes along.