Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2005 16:08:54 +0400 (MSD)
From:      Denis Shaposhnikov <dsh@vlink.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/80067: update port: www/p5-HTML-Mason (fix apache2 dependency)
Message-ID:  <200504181208.j3IC8stn081944@neva.vlink.ru>
Resent-Message-ID: <200504181210.j3ICARu4009050@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504181208.j3IC8stn081944>