Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 11:03:58 -0600
From:      linimon@lonesome.com (Mark Linimon)
To:        Michael Nielsen <lostinlove@lostinlove.dk>
Cc:        freebsd-ports-bugs@FreeBSD.org, Mark Linimon <linimon@FreeBSD.org>
Subject:   Re: ports/88282: Ports Index Error
Message-ID:  <20051108170358.GB2307@soaustin.net>
In-Reply-To: <20051108160339.U90550@snap.lan.lostinlove.dk>
References:  <200510312001.j9VK1AZW029142@freefall.freebsd.org> <20051108160339.U90550@snap.lan.lostinlove.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051108170358.GB2307>