From owner-freebsd-ports@FreeBSD.ORG Thu Mar 12 20:28:54 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F2544A6; Thu, 12 Mar 2015 20:28:54 +0000 (UTC) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.162]) by mx1.freebsd.org (Postfix) with ESMTP id 67CF56D6; Thu, 12 Mar 2015 20:28:53 +0000 (UTC) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 12C802C13F; Thu, 12 Mar 2015 16:28:47 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X4ydlL8LU2DF; Thu, 12 Mar 2015 16:28:46 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <5501F6FD.9060401@egr.msu.edu> Date: Thu, 12 Mar 2015 16:28:45 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Matthew Seaman Subject: Re: svn commit: r381041 - head/textproc/p5-HTML-FormatExternal References: <201503112151.t2BLpoqR050465@svn.freebsd.org> In-Reply-To: <201503112151.t2BLpoqR050465@svn.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 20:28:54 -0000 On 03/11/2015 17:51, Matthew Seaman wrote: > Author: matthew > Date: Wed Mar 11 21:51:49 2015 > New Revision: 381041 > URL: https://svnweb.freebsd.org/changeset/ports/381041 > QAT: https://qat.redports.org/buildarchive/r381041/ > > Log: > Drop the dependency on p5-Encode. This is bundled with perl, and > p5-HTML-FormatExternal doesn't need any more recent verson itself. > > Submitted by: az > > Modified: > head/textproc/p5-HTML-FormatExternal/Makefile > > Modified: head/textproc/p5-HTML-FormatExternal/Makefile > ============================================================================== > --- head/textproc/p5-HTML-FormatExternal/Makefile Wed Mar 11 21:25:34 2015 (r381040) > +++ head/textproc/p5-HTML-FormatExternal/Makefile Wed Mar 11 21:51:49 2015 (r381041) > @@ -2,6 +2,7 @@ > > PORTNAME= HTML-FormatExternal > PORTVERSION= 22 > +PORTREVISION= 1 > CATEGORIES= textproc perl5 > MASTER_SITES= CPAN > PKGNAMEPREFIX= p5- > @@ -14,8 +15,7 @@ LICENSE= GPLv3 > OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M > OPTIONS_DEFAULT= LYNX > > -BUILD_DEPENDS= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ > - p5-URI>=0.08:${PORTSDIR}/net/p5-URI > +BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI > RUN_DEPENDS:= ${BUILD_DEPENDS} > > USES= perl5 It appears p5-HTML-FormatExternal depends on devel/p5-IPC-Run? Does this seem like an appropriate RUN_DEPENDS to add? Thanks. # perl -e 'use HTML::FormatExternal;' Can't locate IPC/Run.pm in @INC (you may need to install the IPC::Run module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.18 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.18/mach /usr/local/lib/perl5/5.18 /usr/local/lib/perl5/site_perl/5.18 /usr/local/lib/perl5/site_perl/5.18/mach .) at /usr/local/lib/perl5/site_perl/HTML/FormatExternal.pm line 33. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/HTML/FormatExternal.pm line 33. Compilation failed in require at -e line 1. # pkg install p5-IPC-Run Updating pkg-egr repository catalogue... pkg-egr repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The following 2 packages will be affected (of 0 checked): New packages to be INSTALLED: p5-IPC-Run: 0.94 p5-IO-Tty: 1.12_1 The process will require 365 KiB more space. Proceed with this action? [y/N]: y [1/2] Installing p5-IO-Tty-1.12_1... [1/2] Extracting p5-IO-Tty-1.12_1: 100% [2/2] Installing p5-IPC-Run-0.94... [2/2] Extracting p5-IPC-Run-0.94: 100% # perl -e 'use HTML::FormatExternal;' #