module dep

Will Yardley freebsd-questions at veggiechinese.net
Wed Jun 26 06:15:58 UTC 2013


On Wed, Jun 26, 2013 at 10:03:20AM +0400, Andrej Zverev wrote:
> >> > 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].
> 
> 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
> ...

I was able to get it to build easily enough just by upgrading
p5-version.

I have perl 5.12, which presumably is why this build depend didn't get
added.

aura% pkg info perl
perl-5.12.5



More information about the freebsd-perl mailing list