net-mgmt/flowd - broken ?

Vincent Hoffman vince at unsane.co.uk
Thu Aug 6 17:45:03 UTC 2009


Kalle Møller wrote:
> Damn have no clue how to build fix or anything with plist ... Except it
> seemd to be a list of the files used ??


Pretty much, the porters handbook has a decent section on it if your
interested. Any installed files except man pages and documentation
(which are specified in the makefile) should be listed as far as i can
tell. Have a read at
http://www.freebsd.org/doc/en/books/porters-handbook/porting-desc.html#AEN100
and
http://www.freebsd.org/doc/en/books/porters-handbook/plist.html

I think this is a simple one, if no one else does then I'll try and look
at it tomorrow.

my guess is that
%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto
should be
%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
and possibly
lib/perl5/5.8.9/mach/perllocal.pod
(or the appropriate variables in place of a static path)
need to be added.

Vince

> 
> On Wed, Aug 5, 2009 at 8:48 PM, Mel Flynn <
> mel.flynn+fbsd.questions at mailing.thruhere.net<mel.flynn%2Bfbsd.questions at mailing.thruhere.net>
>> wrote:
> 
>> On Wednesday 05 August 2009 10:35:02 Kalle Møller wrote:
>>
>>> make WITH_PERL="YES"
>>>
>>> But it returns that it is broken ?
>>>
>>> flowd-0.9.1_1 is marked as broken: Incomplete pkg-plist.
>>>
>>> Without perl it installs fine. The problem is that I need the perl part
>> to
>>> get some of the other tools to work :S
>>>
>>> Anything I can do to get this not broken ...
>> You could fix the plist and ping the maintainer (added to CC).
>> --
>> Mel
>> _______________________________________________
>> freebsd-questions at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscribe at freebsd.org"
>>
> 
> 
> 



More information about the freebsd-questions mailing list