From owner-freebsd-ports@FreeBSD.ORG Tue Nov 11 13:29:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC7A16A4CE for ; Tue, 11 Nov 2003 13:29:44 -0800 (PST) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B53243FAF for ; Tue, 11 Nov 2003 13:29:42 -0800 (PST) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id BDDFE175D0; Tue, 11 Nov 2003 22:29:39 +0100 (CET) Date: Tue, 11 Nov 2003 22:29:39 +0100 From: Anton Berezin To: Vivek Khera Message-ID: <20031111212939.GA41993@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Vivek Khera , ports@freebsd.org References: <20031110013624.GE43349@toxic.magnesium.net> <16303.46232.713078.496625@yertle.int.kciLink.com> <3FAFC336.3030806@fillmore-labs.com> <16303.51123.347649.592276@yertle.int.kciLink.com> <3FAFDA5E.2030308@fillmore-labs.com> <16303.58941.382301.400967@yertle.int.kciLink.com> <20031111131229.GA91623@heechee.tobez.org> <16305.17927.292119.499893@yertle.int.kciLink.com> <20031111210620.GF9823@heechee.tobez.org> <16305.20530.70421.387782@yertle.int.kciLink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16305.20530.70421.387782@yertle.int.kciLink.com> User-Agent: Mutt/1.5.4i cc: ports@freebsd.org Subject: Re: ports containing perl modules go into /lib instead of /usr/local/lib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 21:29:44 -0000 On Tue, Nov 11, 2003 at 04:10:10PM -0500, Vivek Khera wrote: > >>>>> "AB" == Anton Berezin 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