Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 23:14:08 -0700 (PDT)
From:      Jason Li <delphij@frontfree.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43226: squirrelmail port doesn't support apache2 by default
Message-ID:  <200209220614.g8M6E85e079073@www.freebsd.org>

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

>Number:         43226
>Category:       ports
>Synopsis:       squirrelmail port doesn't support apache2 by default
>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:20: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:
squirrelmail is a widely used IMAP webmail system. Currently the FreeBSD port of squirrelmail doesn't use mod_php4/Apache2. This needed the administrator of the server to have Makefile changed before building it.
>How-To-Repeat:
Build the port under a system with mod_php4/Apache 2.x installed.
>Fix:
Change the Makefile of the ports/mail/squirrelmail, the following line:

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

should consider to be changed as follows:

.if !defined(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?200209220614.g8M6E85e079073>