From owner-freebsd-ports@FreeBSD.ORG Tue Sep 30 16:37:24 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5162016A4B3 for ; Tue, 30 Sep 2003 16:37:24 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3105143FEA for ; Tue, 30 Sep 2003 16:37:23 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bceb.dip.t-dialin.net ([80.128.188.235] helo=fillmore-labs.com ident=99cemovocqziu9ai) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A4U3W-000Gjs-BT for ports@freebsd.org; Wed, 01 Oct 2003 01:37:22 +0200 Message-ID: <3F7A13AF.3070000@fillmore-labs.com> Date: Wed, 01 Oct 2003 01:37:19 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: ports@freebsd.org References: <1064894027.45333.10.camel@shumai.marcuscom.com> <40C5B5F6-F37B-11D7-A7E8-003065ABFD92@mac.com> <20030930201742.GB9478@rot13.obsecurity.org> <3F79F35C.2090600@fillmore-labs.com> In-Reply-To: <3F79F35C.2090600@fillmore-labs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: eikemeier@fillmore-labs.com User-Agent: KMail/1.5.9 Organization: Fillmore Labs GmbH X-Complaints-To: abuse@fillmore-labs.com Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 23:37:24 -0000 Oliver Eikemeier wrote: > Kris Kennaway wrote: > >> On Tue, Sep 30, 2003 at 03:21:12PM -0400, Charles Swiger wrote: >> >>> [...] >>> Should the port be renamed? >> >> It looks like that's the only way to handle it. > > How about something like: > > --- bsd.port.subdir.mk.patch begins here --- > [...] > --- bsd.port.subdir.mk.patch ends here --- Sorry, I forgot a short description: This patch prepends `_' before every submake target, so that the `make index' does indirectly call `make _clean', not 'make clean' Tested so far: `make index' works `make readmes' work `make checksubdirs' work Perhaps its better to fix bsd.port.subdir than to work around the bug. The next time a port will be named `install' ;-) Regards Oliver