[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is the requirement list up-to-date?



On 01/04/2012, at 07.56, Robert James Clay wrote:

> On Sat, 2012-03-31 at 19:56 -0400, Mikkel Høgh wrote:
>> I have been struggling to create a FreeBSD port for LedgerSMB 1.3 ....
>> I figured that it would be relatively straight forward to upgrade the 1.2 makefile,
>> but reading the INSTALL file in 1.3, LSMB has a lot of new dependencies.
>> 
>> Most of these I was able to find FreeBSD ports for, but sadly not all of them.
>> These six are currently missing:
>> 
>> * Cwd
>> * IO::File
>> * HTML::Entities
>> * Locale::Country
>> * Locale::Language
>> * Math::BigFloat
>> 
> 
>   What version of Perl are you checking against?  And how are you
> checking?  At least as of v5.10 (reference www.perl.org) and with the
> exception of HTML::Entities, those are core modules and should be
> available. And HTML::Entities is part of HTML::Parser (p5-HTML-Parser).
> 

Ah, that makes sense. FreeBSD 9.0 (which I use) ships with Perl v5.12.4, so with the the added dependency of p5-HTML-Parser, my updated port should be complete :)