Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 17:31:14 +0100
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44466: Maintainer port update: mail/squirrelmail
Message-ID:  <E1857Mg-0002UH-00@home.irrelevant.org>

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

>Number:         44466
>Category:       ports
>Synopsis:       Maintainer port update: mail/squirrelmail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 25 09:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


>Description:

Fix SquirrelMail to work properly with apache 2

>How-To-Repeat:
>Fix:

Close pr ports/43227 as this fixes that problem.

Index: Makefile
===================================================================
RCS file: /usr/nfs/ncvs/ports/mail/squirrelmail/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	16 Sep 2002 06:23:50 -0000	1.6
+++ Makefile	25 Oct 2002 16:27:35 -0000
@@ -13,7 +13,11 @@
 
 MAINTAINER=	simond@irrelevant.org
 
+.if defined(WITH_APACHE2)
+RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
+.else
 RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
+.endif
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
>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?E1857Mg-0002UH-00>