Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2004 10:12:25 -0700
From:      David Thiel <lx@redundancy.redundancy.org>
To:        Taglio <taglio@chroot.it>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: ucspi-ssl-0.67
Message-ID:  <20040621171203.GC2554@redundancy.redundancy.org>
In-Reply-To: <40D6BFB7.3050904@chroot.it>
References:  <40D6BFB7.3050904@chroot.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 21, 2004 at 12:59:45PM +0200, Taglio wrote:
> Hi, i've got a problem when i try to make install clean 
> /usr/ports/sysutils/ucspi-ssl.
> This is the output:
> ===>  ucspi-ssl-0.67 requires Perl 5.6.0 or greater. Please install 
> lang/perl5 and retry, or define WITHOUT_SSLPERL
> But Perl 5.6.0 or greater is installed.
> Why?

It appears some ports changes recently broke the (improper) perl checking
I had in the port. I'll have it fixed this week. For now, please just
remove the lines:

.if !defined(WITHOUT_SSLPERL)
.if ${PERL_LEVEL} < 500600
IGNORE=         "requires Perl 5.6.0 or greater. Please install lang/perl5 and r
etry, or define WITHOUT_SSLPERL"
.endif
.else
PLIST_SUB+=     SSLPERL="@comment "
.endif

.if ${OSVERSION} >= 502112
BROKEN=         "Does not compile on FreeBSD >= 5.x"
.endif



Thanks,
David



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