From owner-freebsd-ports@FreeBSD.ORG Tue Sep 30 18:12:05 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 D914316A4C0; Tue, 30 Sep 2003 18:12:05 -0700 (PDT) Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF4543FBF; Tue, 30 Sep 2003 18:12:04 -0700 (PDT) (envelope-from eikemeier@fillmore-labs.com) Received: from p5080bceb.dip.t-dialin.net ([80.128.188.235] helo=fillmore-labs.com ident=ujqe13jup5ljt6lh) by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1A4VX5-000MX2-KI; Wed, 01 Oct 2003 03:11:59 +0200 Message-ID: <3F7A29DD.4070403@fillmore-labs.com> Date: Wed, 01 Oct 2003 03:11:57 +0200 From: Oliver Eikemeier MIME-Version: 1.0 To: FreeBSD ports 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 cc: Charles Swiger cc: Kris Kennaway Subject: Re: INDEX build failed X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD ports List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 01:12:06 -0000 Sorry, I found a small bug in the patch (even though it should have no effect): The line + if test -d ${.CURDIR}/${sub}.${MACHINE_ARCH}; then \ should read + if test -d ${.CURDIR}/$${sub}.${MACHINE_ARCH}; then \ A corrected patch is in PR 57438: http://www.freebsd.org/cgi/query-pr.cgi?pr=57438