ports/56101: devel/p5-IPC-RUN checks for IO/Handle.pm in the wrong place?

Fernan Aguero fernan at iib.unsam.edu.ar
Thu Aug 28 21:10:19 UTC 2003


The following reply was made to PR ports/56101; it has been noted by GNATS.

From: Fernan Aguero <fernan at iib.unsam.edu.ar>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc: tobez at FreeBSD.org
Subject: Re: ports/56101: devel/p5-IPC-RUN checks for IO/Handle.pm in the wrong place?
Date: Thu, 28 Aug 2003 18:06:56 -0300

 --LQksG6bCIzRHxTLp
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 For some reason, send-pr omitted the diff included with -a
 ... here it is.
 
 I've checked it and it works for me (Perl 5.6.1). Don't know
 if IO/Handle.pm should be looked here for other Perl
 versions, or for the port-installed IO/Handle.pm.
 
 Fernan
 
 -- 
 F e r n a n   A g u e r o
 http://genoma.unsam.edu.ar/~fernan
 
 --LQksG6bCIzRHxTLp
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="send-pr.diff"
 
 --- Makefile.orig	Sat Mar  8 01:03:51 2003
 +++ Makefile	Thu Aug 28 17:58:36 2003
 @@ -16,7 +16,7 @@
  COMMENT=	IPC::Run - Run subprocesses with piping and redirection
  
  BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
 -		${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \
 +		${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \
  		${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
  RUN_DEPENDS=	${BUILD_DEPENDS}
  
 
 --LQksG6bCIzRHxTLp--



More information about the freebsd-ports-bugs mailing list