mod_perl2 for apache2, very lightly tested
On Thu, 13 Feb 2003 18:17:29 -0800 (PST) Lars Eggert <larse@isi.edu> wrote: > >Number: 48268 > >Category: ports > >Synopsis: New port: www/mod_perl2 for apache2 Hum... Where do we go from here? in 4.7-STABLE / Perl 5.00503. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ make ===> Extracting for mod_perl-1.99r08 >> Checksum OK for mod_perl-1.99_08.tar.gz. ===> mod_perl-1.99r08 depends on file: /usr/local/sbin/apxs - found ===> Patching for mod_perl-1.99r08 ===> Applying FreeBSD patches for mod_perl-1.99r08 ===> Configuring for mod_perl-1.99r08 Perl 5.006 required--this is only version 5.00503, stopped at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. *** Error code 255 Stop in /export/FreeBSD/ports/mod_perl2. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
On 2/13/2003 6:44 PM, Norikatsu Shigemura wrote: > On Thu, 13 Feb 2003 18:17:29 -0800 (PST) Lars Eggert <larse@isi.edu> > wrote: > >>> Number: 48268 Category: ports Synopsis: New >>> port: www/mod_perl2 for apache2 > > > Hum... Where do we go from here? ... > Perl 5.006 required--this is only version 5.00503, stopped at > Makefile.PL line 1. Ugh. I have perl-5.8 from ports installed, so I didn't catch that. Is there a way to require a ports-installed perl as a requirement dependency? I don't know the ports framework that well. If there is, please let me know. Another option would be to add a message to the Makefile. Let me know what you prefer, and I'll send you an updated port. Thanks, Lars -- Lars Eggert <larse@isi.edu> USC Information Sciences Institute
On Thu, 13 Feb 2003 18:55:41 -0800 Lars Eggert <larse@ISI.EDU> wrote: > > Perl 5.006 required--this is only version 5.00503, stopped at > > Makefile.PL line 1. > Ugh. I have perl-5.8 from ports installed, so I didn't catch that. Is :-) > there a way to require a ports-installed perl as a requirement > dependency? I don't know the ports framework that well. > If there is, please let me know. Another option would be to add a > message to the Makefile. Let me know what you prefer, and I'll send you > an updated port. I have no idea. *Maybe*, limit to perl5.6, OK(maybe(^^;).
This is a multi-part message in MIME format.
On Thu, 13 Feb 2003 21:06:17 -0800 Lars Eggert <larse@ISI.EDU> wrote: > Please try the attached Makefile patch, I copied it from some other p5-* > port. > It also changes the name of the port to mod_perl2, to avoid conflicts > with mod_perl (which is for apache1). It seems good. But, >+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try a "try again." ?
On 2/13/2003 10:21 PM, Norikatsu Shigemura wrote: > On Thu, 13 Feb 2003 21:06:17 -0800 > Lars Eggert <larse@ISI.EDU> wrote: > >>Please try the attached Makefile patch, I copied it from some other p5-* >>port. >>It also changes the name of the port to mod_perl2, to avoid conflicts >>with mod_perl (which is for apache1). > > It seems good. But, > >>+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try a > > "try again." ? I justy copied & pasted that part from some other perl port. Feel free to change the message as you see fit. Thanks, Lars PS: I'll be mostly offline until Tuesday. -- Lars Eggert <larse@isi.edu> USC Information Sciences Institute
State Changed From-To: open->closed Committed, thanks!