Bug 48268 - New port: www/mod_perl2 for apache2
Summary: New port: www/mod_perl2 for apache2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 02:20 UTC by larse
Modified: 2003-02-14 08:44 UTC (History)
0 users

See Also:


Attachments
file.shar (24.00 KB, text/plain)
2003-02-14 02:20 UTC, larse
no flags Details
smime.p7s (3.45 KB, application/x-pkcs7-signature)
2003-02-14 02:55 UTC, larse
no flags Details
smime.p7s (3.45 KB, application/x-pkcs7-signature)
2003-02-14 05:06 UTC, larse
no flags Details
smime.p7s (3.45 KB, application/x-pkcs7-signature)
2003-02-14 07:22 UTC, larse
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description larse 2003-02-14 02:20:04 UTC
mod_perl2 for apache2, very lightly tested
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-14 02:44:22 UTC
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.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Comment 2 larse 2003-02-14 02:55:41 UTC
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
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-14 03:57:37 UTC
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(^^;).
Comment 4 larse 2003-02-14 05:06:17 UTC
This is a multi-part message in MIME format.
Comment 5 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-14 06:21:34 UTC
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." ?
Comment 6 larse 2003-02-14 07:22:11 UTC
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
Comment 7 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-02-14 08:44:36 UTC
State Changed
From-To: open->closed

Committed, thanks!