ports/82895: Mark www/p5-Maypole BROKEN in mod_perl2 case, but fix the Makefile so it can install

Christopher Nehren apeiron at coitusmentis.info
Sat Jul 2 17:00:40 UTC 2005


>Number:         82895
>Category:       ports
>Synopsis:       Mark www/p5-Maypole BROKEN in mod_perl2 case, but fix the Makefile so it can install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 17:00:38 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Pigritia Solutions
>Environment:
System: FreeBSD prophecy.dyndns.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Jun 10 17:11:45 EDT 2005 root at prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386


	
>Description:
www/p5-Maypole seems to have been missed in the commit which marked
mod_perl2-using ports as BROKEN. The attached patch applies BROKEN (I do intend
to work on fixing it), but fixes the www/p5-libapreq2 dependency so that other
enterprising users can attempt to fix it as well (hint: look at Apache::MVC).
>How-To-Repeat:
1. Install recent www/mod_perl2.
2. Try to install recent www/p5-Maypole, observe its failure as it tries to
install www/libapreq2 even though it's already installed.
>Fix:
--- Makefile.orig	Sat Jul  2 12:49:22 2005
+++ Makefile	Sat Jul  2 12:55:32 2005
@@ -40,8 +40,9 @@
 
 .if defined(WITH_MODPERL)
 .if defined(WITH_APACHE2)
-BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
-RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
+BROKEN=		Broken due the new mod_perl2 API
 .else
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list