ports/156338: [patch] www/rt36 fix dependency if apache22 is the default

Olli Hauer ohauer at FreeBSD.org
Mon Apr 11 18:30:14 UTC 2011


>Number:         156338
>Category:       ports
>Synopsis:       [patch] www/rt36 fix dependency if apache22 is the default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 11 18:30:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer
>Release:        
>Organization:
>Environment:


>Description:
Fix dependency if apache22 is set as default and already installed.

>How-To-Repeat:
Set apache22 as default and do a tinderbox run.
The fix is part for PR ports/147009 (change default apache to apache22)

>Fix:



--- rt36.diff begins here ---
Index: rt36/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/rt36/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- rt36/Makefile	28 Mar 2010 06:45:04 -0000	1.77
+++ rt36/Makefile	11 Apr 2011 17:55:23 -0000
@@ -77,10 +77,11 @@
 PERL_MODULES+=	${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
 PERL_MODULES+=		${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
 .else
-PERL_MODULES+=	${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI
 .	if ${APACHE_VERSION} == 13
+PERL_MODULES+=	${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1
 PERL_MODULES+=	${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
 .	else
+PERL_MODULES+=	${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp2
 PERL_MODULES+=	${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2
 .	endif
 .endif
--- rt36.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list