ports/88282: Ports Index Error
Mark Linimon
linimon at lonesome.com
Tue Nov 8 17:03:59 UTC 2005
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
More information about the freebsd-ports-bugs
mailing list