Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Aug 2009 18:44:44 +0100
From:      Vincent Hoffman <vince@unsane.co.uk>
To:        =?ISO-8859-1?Q?Kalle_M=F8ller?= <freebsd-questions@k-moeller.dk>
Cc:        freebsd-questions@freebsd.org, janos.mohacsi@bsd.hu
Subject:   Re: net-mgmt/flowd - broken ?
Message-ID:  <4A7B168C.5090900@unsane.co.uk>
In-Reply-To: <8250ac3f0908060754u714379dw51948c0ac858a8da@mail.gmail.com>
References:  <8250ac3f0908051135g282fabb1m4009077010a6fd72@mail.gmail.com>	<200908051048.03079.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <8250ac3f0908060754u714379dw51948c0ac858a8da@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@mailing.thruhere.net<mel.flynn%2Bfbsd.questions@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@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscribe@freebsd.org"
>>
> 
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A7B168C.5090900>