module dep

Andrej Zverev az at freebsd.org
Wed Jun 26 06:03:21 UTC 2013


On Wed, Jun 26, 2013 at 9:08 AM, Will Yardley
<freebsd-questions at 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 at 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
...


More information about the freebsd-perl mailing list