From owner-freebsd-perl@FreeBSD.ORG Sun Sep 2 17:45:53 2007 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4898F16A41A; Sun, 2 Sep 2007 17:45:53 +0000 (UTC) (envelope-from arved@knut.arved.priv.at) Received: from knut.arved.priv.at (knut.arved.priv.at [213.9.70.77]) by mx1.freebsd.org (Postfix) with ESMTP id E8C6713C45D; Sun, 2 Sep 2007 17:45:52 +0000 (UTC) (envelope-from arved@knut.arved.priv.at) Received: from knut.arved.priv.at (knut.arved.priv.at [213.9.70.77]) by knut.arved.priv.at (8.13.8/8.13.8) with ESMTP id l82HRUA6005232; Sun, 2 Sep 2007 19:27:30 +0200 (CEST) (envelope-from arved@knut.arved.priv.at) Received: (from arved@localhost) by knut.arved.priv.at (8.13.8/8.13.8/Submit) id l82HRUiB005231; Sun, 2 Sep 2007 19:27:30 +0200 (CEST) (envelope-from arved) Date: Sun, 2 Sep 2007 19:27:30 +0200 From: "arved@freebsd.org" To: freebsd-questions@freebsd.org Message-ID: <20070902172729.GD59826@arved.priv.at> References: <200709021440.l82Ee9Cb001675@freefall.freebsd.org> <70f41ba20709020946k7e5d3c55xba93f379bc8723a3@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <70f41ba20709020946k7e5d3c55xba93f379bc8723a3@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: snowcrash+freebsd , perl@freebsd.org Subject: Re: ports/115885: misc/help2man: help2man ignores installed gettext perl mod; insists on stale p5-* dependency X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 17:45:53 -0000 * snowcrash+freebsd [2007-09-02 19:11]: > > It is not supported to mix FreeBSD ports collection perl modules > > with modules installed from CPAN. > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=115885 > > > I'm not "mixing" anything. I have *NO* FreeBSD ports collection perl > modules installed, at all. > > I *only* have CPAN modules installed. gettext is installed on my > system via CPAN. > > I am trying to get help2man to work with a CPAN-only installation. > > It does not. *IT* is trying to "mix" a port-perl-module, not me. You have perl modules installed, that have no corresponding installed FreeBSD port. There once was a project called BSDPAN that AFAIK was written to work around this problem, but i don't know what the status is (CCing perl). regards tilman