From owner-freebsd-ports Wed May 9 1:40: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E61E37B422 for ; Wed, 9 May 2001 01:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f498e3u40516; Wed, 9 May 2001 01:40:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 9 May 2001 01:40:03 -0700 (PDT) Message-Id: <200105090840.f498e3u40516@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex Kapranoff Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl Reply-To: Alex Kapranoff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/27032; it has been noted by GNATS. From: Alex Kapranoff To: Anton Berezin , FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/27032: [mnt port update] www/p5-HTML-Embperl Date: Wed, 9 May 2001 12:26:31 +0400 On Wed, May 02, 2001 at 03:50:57PM +0200, Anton Berezin wrote: > On Wed, May 02, 2001 at 04:35:20PM +0400, Alex Kapranoff wrote: > > > I've gone totally mad with the original Makefile.PL and > > written mine from scratch. > > > + PREREQ_PM => { > > + 'Apache::Session' => '1.50', > > + 'Apache::Registry' => '1.22', > > + }, Anton, thanks for comments, first of all. > 1. The original Makefile.PL requires File::Spec 0.82. The CHANGES file in File::Spec 0.82 distribution shows insignificant differences from 0.8 which is in our base. And ok, I'll investigate it further. > 2. I only found references to Apache::Registry in the docs; it is not > referenced in any way in Embperl sources - how can Apache::Resitry > 1.22 be a prerequisite? Yes, that's a bug really. HTML::Embperl does require mod_perl >= 1.22 and the prerequisite should read as 'mod_perl' => '1.22'. Thanks for the catch. > 3. According to Embperl::Session, it works even with Apache::Session > 1.00. Yes, but several things inside are marked as 'Apache::Session 1.5x only'. I'm not using Embperl::Session so I take the author's recommendation from the original Makefile.PL. And in addition to these items, my port seems to die horribly on a -STABLE box. :(( So I'm going to resubmit the patch fixed for less powerful pod2man (perl < 5.6.0). -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 126 days in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message