From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 8 17:03:59 2005 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E04516A41F; Tue, 8 Nov 2005 17:03:59 +0000 (GMT) (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 14C0743D45; Tue, 8 Nov 2005 17:03:58 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 5D4DE2AEE; Tue, 8 Nov 2005 11:03:58 -0600 (CST) Date: Tue, 8 Nov 2005 11:03:58 -0600 To: Michael Nielsen Message-ID: <20051108170358.GB2307@soaustin.net> References: <200510312001.j9VK1AZW029142@freefall.freebsd.org> <20051108160339.U90550@snap.lan.lostinlove.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051108160339.U90550@snap.lan.lostinlove.dk> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: freebsd-ports-bugs@FreeBSD.org, Mark Linimon Subject: Re: ports/88282: Ports Index Error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 17:03:59 -0000 On Tue, Nov 08, 2005 at 04:10:32PM +0100, Michael Nielsen wrote: > I understand, that you need feedback in order to investige the problem, > that I experience during generation of the ports index after successful > update of the complete ports tree using CVSup. > > Updating the ports index ... Generating INDEX.tmp - please > wait.."Makefile", line 76: warning: String comparison operator should be > either == or != > "Makefile", line 76: Malformed conditional ((${PERL_LEVEL} < 500601)) > "Makefile", line 76: Missing dependency operator > "Makefile", line 78: if-less endif > "Makefile", line 78: Need an operator > make: fatal errors encountered -- cannot continue > ===> biology/p5-Bio-Das failed > *** Error code 1 Try the following substitution for line 77 in biology/p5-Bio-Das/Makefile and let me know if it works: .if ( ${PERL_LEVEL} < 500601 ) mcl