From owner-freebsd-ports Sat Sep 21 23:34: 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 0618F37B401 for ; Sat, 21 Sep 2002 23:34:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 512D443E42 for ; Sat, 21 Sep 2002 23:32:42 -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 g8M6VMCo033078 for ; Sat, 21 Sep 2002 23:31:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M6VMOT033077; Sat, 21 Sep 2002 23:31:22 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C0237B401 for ; Sat, 21 Sep 2002 23:24:52 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D63D443E6A for ; Sat, 21 Sep 2002 23:22:51 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M6LV7R079396 for ; Sat, 21 Sep 2002 23:21:31 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g8M6LV83079395; Sat, 21 Sep 2002 23:21:31 -0700 (PDT) Message-Id: <200209220621.g8M6LV83079395@www.freebsd.org> Date: Sat, 21 Sep 2002 23:21:31 -0700 (PDT) From: Jason Li To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/43227: squirrelmail port doesn't support Apache2 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: 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