From owner-freebsd-ports@FreeBSD.ORG Sat Jan 16 03:23:46 2010 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 B8BAA106566C; Sat, 16 Jan 2010 03:23:45 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.50.215]) by mx1.freebsd.org (Postfix) with ESMTP id AF5D78FC0C; Sat, 16 Jan 2010 03:23:45 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id E860B5C3F; Fri, 15 Jan 2010 22:23:44 -0500 (EST) Date: Fri, 15 Jan 2010 22:23:44 -0500 From: Wesley Shields To: jhell Message-ID: <20100116032344.GA9210@atarininja.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: dougb@FreeBSD.org, FreeBSD Ports Subject: Re: ports-mgmt/portmaster distfile expression matching 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: Sat, 16 Jan 2010 03:23:46 -0000 On Fri, Jan 15, 2010 at 09:32:32PM -0500, jhell wrote: > > Hi Doug, > > Recently in upgrading x11-wm/xmonad and x11-wm/xmonad-contrib I had > noticed that when portmaster asks to delete a distfile, when it asks about > xmonad-0.9.1 it was also asking to delete the xmonad-contrib-0.9.1 before > it had even upgraded xmonad-contrib. Is this a problem on portmasters > behalf or is this on ports structure side ?. > > What do you or anyone else think about each port possibly keeping > obsolete-distfiles list one much like distinfo but a concatenated list of > previous distinfo's that had once been used allowing a ( make distclean ) > or something routine to be built into the ports infrastructure to parse > that file in each port ? Bad idea. That list will get quite large for some ports. I believe there is a PR about embedding the distinfo information into +CONTENTS. -- WXS