From owner-freebsd-ports@FreeBSD.ORG Tue Nov 11 12:26:49 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 6D85D16A4CE for ; Tue, 11 Nov 2003 12:26:49 -0800 (PST) Received: from yertle.kcilink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D9043F3F for ; Tue, 11 Nov 2003 12:26:48 -0800 (PST) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id 70AA22178C; Tue, 11 Nov 2003 15:26:47 -0500 (EST) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16305.17927.292119.499893@yertle.int.kciLink.com> Date: Tue, 11 Nov 2003 15:26:47 -0500 To: Anton Berezin In-Reply-To: <20031111131229.GA91623@heechee.tobez.org> References: <16294.34255.356451.725973@yertle.int.kciLink.com> <20031110003359.GB43349@toxic.magnesium.net> <3FAEE4E3.7000702@fillmore-labs.com> <20031110011854.GD43349@toxic.magnesium.net> <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> X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid 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 20:26:49 -0000 >>>>> "AB" == Anton Berezin writes: AB> On Mon, Nov 10, 2003 at 02:25:49PM -0500, Vivek Khera wrote: >> But none of this has much to do with my original problem of other >> ports installing their perl parts into /lib rather than >> /usr/local/lib. AB> What is the output of AB> /usr/bin/perl -MExtUtils::MakeMaker -le 'print $ExtUtils::MakeMaker::VERSION' AB> on the machine in question? On the 4.9-REL machine it says 6.20 on the 4.8-STABLE it says 6.16 both have BSDPAN installed. both exhibit this errant installation into /lib.