Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2013 10:03:20 +0400
From:      Andrej Zverev <az@freebsd.org>
To:        Will Yardley <freebsd-questions@veggiechinese.net>
Cc:        "perl@FreeBSD.org" <perl@freebsd.org>
Subject:   Re: module dep
Message-ID:  <CAD5bB%2BjkTediKASQTANnr3_Mq53AE6pa73kHEX3PPJF6M0Mw7g@mail.gmail.com>
In-Reply-To: <20130626050818.GA36424@aura.veggiechinese.net>
References:  <20130625235659.GB22016@aura.veggiechinese.net> <7EF1D860-B7C3-4891-890D-A213144920E0@gmail.com> <20130626050818.GA36424@aura.veggiechinese.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 26, 2013 at 9:08 AM, Will Yardley
<freebsd-questions@veggiechinese.net> wrote:
> On Wed, Jun 26, 2013 at 07:54:19AM +0400, Andrej Zverev wrote:
>> On 26.06.2013, at 3:56, Will Yardley
>> <freebsd-questions@veggiechinese.net> wrote:
>> > devel/p5-Module-Build seems to rely on p5-version >= .87:
>> >
>> > ===>  Building for p5-Module-Build-0.4005
>> > version version 0.87 required--this is only version 0.82 at
>> > /usr/local/lib/perl5/site_perl/5.12/Module/Metadata.pm line 20.
>> >
>> > However, the Makefile doesn't seem to have that dependency.
>
>> In your case is this only warning or port fail to build?
>
> Port fails to build (in this case, sub-dependency of p5-Mail-SPF).
>
> The module build itself barfs when version is < 0.87 [after that
> warning].
>
> w
>

Try to rebuild p5-Module-Build and all it dependency (portmaster or
portupgrade or only p5-version). Logic for p5-Module-Build can hadle
such situation, but some how it fails for you.
.if ${PERL_LEVEL} < 501400
...
BUILD_DEPENDS= p5-version>=0.87:${PORTSDIR}/devel/p5-version
...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5bB%2BjkTediKASQTANnr3_Mq53AE6pa73kHEX3PPJF6M0Mw7g>