From owner-freebsd-ports Fri Oct 25 9:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5D6937B401 for ; Fri, 25 Oct 2002 09:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F92F43E4A for ; Fri, 25 Oct 2002 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9PGe1x3050358 for ; Fri, 25 Oct 2002 09:40:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9PGe14P050357; Fri, 25 Oct 2002 09:40:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB2EF37B401 for ; Fri, 25 Oct 2002 09:31:16 -0700 (PDT) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1758E43E65 for ; Fri, 25 Oct 2002 09:31:16 -0700 (PDT) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 1857Mg-0002UH-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 25 Oct 2002 17:31:14 +0100 Message-Id: Date: Fri, 25 Oct 2002 17:31:14 +0100 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44466: Maintainer port update: mail/squirrelmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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