Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 12:18:15 GMT
From:      Henk van Oers <hvo.pm@xs4all.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134415: www/p5-Maypole Wrong mod_perl option in Makefile
Message-ID:  <200905101218.n4ACIFLQ088710@www.freebsd.org>
Resent-Message-ID: <200905101220.n4ACK3sc079649@freefall.freebsd.org>

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

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



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