ports/80067: update port: www/p5-HTML-Mason (fix apache2 dependency)

Denis Shaposhnikov dsh at vlink.ru
Mon Apr 18 12:10:29 UTC 2005


>Number:         80067
>Category:       ports
>Synopsis:       update port: www/p5-HTML-Mason (fix apache2 dependency)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 12:10:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD neva.vlink.ru 6.0-CURRENT FreeBSD 6.0-CURRENT #6: Fri Apr 15 13:47:10 MSD 2005 dsh at neva.vlink.ru:/var/FreeBSD/obj/var/FreeBSD/src/sys/NEVA i386


>Description:

Fix mod_perl dependency for apache2. Thanks to Dryice Liu.

>How-To-Repeat:
>Fix:

diff -Nru p5-HTML-Mason.orig/Makefile p5-HTML-Mason/Makefile
--- p5-HTML-Mason.orig/Makefile	Fri Apr 15 22:59:29 2005
+++ p5-HTML-Mason/Makefile	Mon Apr 18 16:00:35 2005
@@ -66,7 +66,11 @@
 .endif
 
 .if defined(WITH_MOD_PERL)
+.if defined(WITH_APACHE2)
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq2
+.else
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Apache/libapreq.pm:${PORTSDIR}/www/p5-libapreq
+.endif
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list