ports/134415: www/p5-Maypole Wrong mod_perl option in Makefile

Henk van Oers hvo.pm at xs4all.nl
Sun May 10 12:20:03 UTC 2009


>Number:         134415
>Category:       ports
>Synopsis:       www/p5-Maypole Wrong mod_perl option in Makefile
>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:   Sun May 10 12:20:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Henk van Oers
>Release:        7.2-PRERELEASE
>Organization:
>Environment:
FreeBSD dragon.doktercom.nl 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #1: Wed Apr 22 10:14:46 CEST 2009     root at dragon.doktercom.nl:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
make config takes the wrong WITH_MODPERL[2]

>How-To-Repeat:
portupgrade -f p5-Maypole-2.13_1
>Fix:
--- Makefile.orig       2009-05-10 13:59:06.000000000 +0200
+++ Makefile    2009-05-10 14:00:09.000000000 +0200
@@ -46,10 +46,10 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_MODPERL)
+.if defined(WITH_MODPERL2)
 BUILD_DEPENDS+=        ${SITE_PERL}/${PERL_ARCH}/Apache2/Request.pm:${PORTSDIR}/www/p5-libapreq2
 .endif
-.if defined(WITH_MODPERL2)
+.if defined(WITH_MODPERL)
 BUILD_DEPENDS+=        ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
 .endif


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



More information about the freebsd-ports-bugs mailing list