Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 23:21:31 -0700 (PDT)
From:      Jason Li <delphij@frontfree.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43227: squirrelmail port doesn't support Apache2
Message-ID:  <200209220621.g8M6LV83079395@www.freebsd.org>

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

>Number:         43227
>Category:       ports
>Synopsis:       squirrelmail port doesn't support Apache2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 21 23:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jason Li
>Release:        FreeBSD 5.0-CURRENT
>Organization:
Frontfree Technology Network
>Environment:
FreeBSD apache.frontfree.net 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sun Sep 22 01:44:37 CST 2002     delphij@apache.frontfree.net:/usr/obj/usr/src/sys/APACHE  i386
>Description:
The squirrelmail port doesn't work with php4/Apache 2.x. When having mod_php4 installed with Apache2, the port installation will cause mod_php4/Apache 1.x installed.
>How-To-Repeat:
Build the port on a computer with mod_php4/Apache2 installed
>Fix:
Change the /usr/ports/mail/squirrelmail's Makefile, change the following line:

RUN_DEPENDS+=   ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4

to

.if !defined(WITH_APACHE2)                  
RUN_DEPENDS+=   ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.else                                       
RUN_DEPENDS+=   ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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