Date: Tue, 25 Jun 2013 23:15:57 -0700 From: Will Yardley <freebsd-questions@veggiechinese.net> To: Andrej Zverev <az@freebsd.org> Cc: "perl@FreeBSD.org" <perl@freebsd.org> Subject: Re: module dep Message-ID: <20130626061557.GB36424@aura.veggiechinese.net> In-Reply-To: <CAD5bB%2BjkTediKASQTANnr3_Mq53AE6pa73kHEX3PPJF6M0Mw7g@mail.gmail.com> References: <20130625235659.GB22016@aura.veggiechinese.net> <7EF1D860-B7C3-4891-890D-A213144920E0@gmail.com> <20130626050818.GA36424@aura.veggiechinese.net> <CAD5bB%2BjkTediKASQTANnr3_Mq53AE6pa73kHEX3PPJF6M0Mw7g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130626061557.GB36424>