From owner-freebsd-ports@FreeBSD.ORG Thu Dec 4 01:30:45 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2E39106564A for ; Thu, 4 Dec 2008 01:30:45 +0000 (UTC) (envelope-from fbsd06+4J=bcdcba11@mlists.homeunix.com) Received: from fallback-in1.mxes.net (fallback-out1.mxes.net [216.86.168.190]) by mx1.freebsd.org (Postfix) with ESMTP id 934568FC0C for ; Thu, 4 Dec 2008 01:30:45 +0000 (UTC) (envelope-from fbsd06+4J=bcdcba11@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by fallback-in1.mxes.net (Postfix) with ESMTP id 57E58164915 for ; Wed, 3 Dec 2008 20:19:00 -0500 (EST) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 9C97E23E3E9 for ; Wed, 3 Dec 2008 20:18:58 -0500 (EST) Date: Thu, 4 Dec 2008 01:18:55 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20081204011855.5132f7d8@gumby.homeunix.com> In-Reply-To: <87ef649b0812021903x7e2d3ee9h90dde2dcffe4e2be@mail.gmail.com> References: <20081202180743.GB70240@hades.panopticon> <20081203020857.523645bc@gumby.homeunix.com> <87ef649b0812021903x7e2d3ee9h90dde2dcffe4e2be@mail.gmail.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Proposal: mechanism for local patches X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 01:30:45 -0000 On Tue, 2 Dec 2008 22:03:08 -0500 "Jim Trigg" wrote: > On Tue, Dec 2, 2008 at 9:08 PM, RW wrote: > > directory is deleted. I wonder why, if an "update" can decompress > > over the top of a port, an "extract" need to delete it first. I > > can't think of any good reason offhand. > > > > I would presume that it does that to get rid of "standard" patch files > that are no longer part of the port... Yes, that is a good reason, I should have thought that through a bit. I still think that it's more aggressive than it needs be. I think it could probably just delete Makefile (in case the port is moved) plus any files in files/ that don't end in .local. That way you could still have local patchfiles, and anything else would be untouched including README.html and makefile.local