ports containing perl modules go into /lib instead of /usr/local/lib

Anton Berezin tobez at tobez.org
Tue Nov 11 13:29:44 PST 2003


On Tue, Nov 11, 2003 at 04:10:10PM -0500, Vivek Khera wrote:
> >>>>> "AB" == Anton Berezin <tobez at tobez.org> writes:
> 
> >> On the 4.9-REL machine it says 6.20
> >> on the 4.8-STABLE it says 6.16
> 
> AB> Ah, very interesting!  And now, the output of
> 
> AB> locate MakeMaker.pm|grep local|grep ExtU
> 
> AB> as well as the output of
> 
> AB> echo `locate MakeMaker.pm|grep local|grep ExtU`|xargs -n 1 pkg_info -W
> 
> AB> will be _greatly_ appreciated.
> 
> On 4.9-REL machine:
> 
> [lorax]~% locate MakeMaker.pm|grep local|grep ExtU
> /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm
> [lorax]~% echo `locate MakeMaker.pm|grep local|grep ExtU`|xargs -n 1 pkg_info -W 
> /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm was installed by package perl-5.6.1_10
> 
> 
> 
> on 4.8-STABLE:
> 
> [yertle]~% locate MakeMaker.pm|grep local|grep ExtU
> /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm
> [yertle]~% echo `locate MakeMaker.pm|grep local|grep ExtU`|xargs -n 1 pkg_info -W
> /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm was installed by package perl-5.6.1_10

This does not make a lot of sense.  :-/

Alright.  What about

/usr/bin/perl -MExtUtils::MakeMaker -le 'for (keys %::) { next unless /MakeM/; print }'

\Anton.
-- 
If I did know the future of Perl, and if I told you, you'd probably run
away screaming.  -- Larry Wall


More information about the freebsd-ports mailing list