From lucky@egle.nemo.it  Mon May  5 14:20:21 2003
Return-Path: <lucky@egle.nemo.it>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2489F37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2003 14:20:21 -0700 (PDT)
Received: from egle.nemo.it (egle.nemo.it [194.185.224.22])
	by mx1.FreeBSD.org (Postfix) with SMTP id D8B6943FBD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  5 May 2003 14:20:19 -0700 (PDT)
	(envelope-from lucky@egle.nemo.it)
Received: (qmail 11488 invoked by uid 10001); 5 May 2003 21:20:17 -0000
Message-Id: <20030505212017.11487.qmail@egle.nemo.it>
Date: 5 May 2003 21:20:17 -0000
From: Luca Lesinigo <lucky@luckyland.wox.org>
Reply-To: Luca Lesinigo <lucky@luckyland.wox.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Luca Lesinigo <lucky@luckyland.wox.org>
Subject: wrong mod_perl dependencies
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51813
>Category:       ports
>Synopsis:       wrong mod_perl dependencies
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 05 14:30:15 PDT 2003
>Closed-Date:    Thu Nov 20 15:57:12 PST 2003
>Last-Modified:  Thu Nov 20 15:57:12 PST 2003
>Originator:     Lucky Luke
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD xxx.yyy.zz 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Mon Jan 27 21:15:57 CET 2003 root@xxx.yyy.zz:/usr/obj/usr/src/sys/EGLE i386
Apache2

>Description:
	mod_perl 1.x is incompatible with apache2. port dependencies just check for sbin/apxs, which is there for apache2 as well as for apache1.
>How-To-Repeat:
	install apache2, then:
	# cd /usr/ports/www/mod_perl ; make
	it thinks there is a correct (1.x) version of apache installed and tries compiling it, without success (obviously).
>Fix:
	Make the mod_perl port check for the www/apache port to be installed instead of the file usr/local/sbin/apxs to be present.
	Or check for an apache1-specific file.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: tobez 
State-Changed-When: Thu May 8 17:23:19 CEST 2003 
State-Changed-Why:  
What's wrong with using www/mod_perl2? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51813 
State-Changed-From-To: feedback->closed 
State-Changed-By: arved 
State-Changed-When: Fri Jul 4 08:17:34 PDT 2003 
State-Changed-Why:  
feedback timeout (1.5 months) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51813 
State-Changed-From-To: closed->open 
State-Changed-By: tobez 
State-Changed-When: Fri Jul 4 17:41:59 CEST 2003 
State-Changed-Why:  
Er, I guess I should not let this hang in the feedback state, since I've 
got a reply from the originator.  The problem definitely exists. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51813 
State-Changed-From-To: open->feedback 
State-Changed-By: erwin 
State-Changed-When: Thu Jul 10 05:07:07 PDT 2003 
State-Changed-Why:  
A quick patch for the sympton at 
http://people.freebsd.org/~erwin/mod_perl-apxs.diff 
but I'm not sure if we want some more fu to detect 
if we have apache2 and mark IGNORE or warn the user to 
use www/mod_perl2 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51813 
State-Changed-From-To: feedback->closed 
State-Changed-By: krion 
State-Changed-When: Thu Nov 20 15:56:56 PST 2003 
State-Changed-Why:  
Feedback timeout > 5 months 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51813 
>Unformatted:
