Date: Wed, 01 Oct 2003 03:11:57 +0200 From: Oliver Eikemeier <eikemeier@fillmore-labs.com> To: FreeBSD ports <ports@FreeBSD.org> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: INDEX build failed Message-ID: <3F7A29DD.4070403@fillmore-labs.com> In-Reply-To: <3F79F35C.2090600@fillmore-labs.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F7A29DD.4070403>