From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 23:44:18 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DF3816A41F for ; Thu, 7 Jun 2007 23:44:18 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id E785113C469 for ; Thu, 7 Jun 2007 23:44:17 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 9C29072F; Thu, 7 Jun 2007 18:44:17 -0500 (CDT) Date: Thu, 7 Jun 2007 18:44:17 -0500 To: freebsd-ports@freebsd.org Message-ID: <20070607234417.GC3506@soaustin.net> References: <200706051359.45380.makc@issp.ac.ru> <44bqfusfsv.fsf@Lowell-Desk.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44bqfusfsv.fsf@Lowell-Desk.lan> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Subject: removing stale ports [was: Re: make index failed] 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, 07 Jun 2007 23:44:18 -0000 > I can't build index after recent update of ports via portsnap: > > wait..astk-client-1.5.0.1_2: "/usr/ports/shells/bash2" non-existent -- > dependency list incomplete As a reminder to committers, when removing stale ports, you also have to check the _optional_ dependencies in port Makefiles (yes, this involves a grep over the entire 17k+ Makefiles). It's a complete PITA, but it's necessary, but often overlooked. I speak as one who has triggered this particular bomb before :-) mcl