Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2015 16:28:45 -0400
From:      Adam McDougall <mcdouga9@egr.msu.edu>
To:        Matthew Seaman <matthew@FreeBSD.org>
Cc:        ports@freebsd.org
Subject:   Re: svn commit: r381041 - head/textproc/p5-HTML-FormatExternal
Message-ID:  <5501F6FD.9060401@egr.msu.edu>
In-Reply-To: <201503112151.t2BLpoqR050465@svn.freebsd.org>
References:  <201503112151.t2BLpoqR050465@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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;'
#



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5501F6FD.9060401>