From owner-freebsd-questions@FreeBSD.ORG Thu Aug 6 17:45:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 887C3106566B for ; Thu, 6 Aug 2009 17:45:03 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id AE2C58FC08 for ; Thu, 6 Aug 2009 17:45:02 +0000 (UTC) Received: from vhoffman.lon.namesco.net (115.73-246-213.ippool.namesco.net [213.246.73.115]) (authenticated bits=0) by unsane.co.uk (8.14.3/8.14.3) with ESMTP id n76HlkVj042999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Aug 2009 18:47:47 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <4A7B168C.5090900@unsane.co.uk> Date: Thu, 06 Aug 2009 18:44:44 +0100 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Kalle_M=F8ller?= References: <8250ac3f0908051135g282fabb1m4009077010a6fd72@mail.gmail.com> <200908051048.03079.mel.flynn+fbsd.questions@mailing.thruhere.net> <8250ac3f0908060754u714379dw51948c0ac858a8da@mail.gmail.com> In-Reply-To: <8250ac3f0908060754u714379dw51948c0ac858a8da@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org, janos.mohacsi@bsd.hu Subject: Re: net-mgmt/flowd - broken ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 17:45:03 -0000 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 >> 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" >> > > >