From owner-freebsd-ports Sat Sep 21 23:24:24 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 DFD8C37B401 for ; Sat, 21 Sep 2002 23:24:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BBD343E42 for ; Sat, 21 Sep 2002 23:22: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 g8M6LLCo031095 for ; Sat, 21 Sep 2002 23:21:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M6LLl1031094; Sat, 21 Sep 2002 23:21:21 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6373D37B401 for ; Sat, 21 Sep 2002 23:16:49 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15DF843E3B for ; Sat, 21 Sep 2002 23:15:29 -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 g8M6E87R079074 for ; Sat, 21 Sep 2002 23:14:08 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g8M6E85e079073; Sat, 21 Sep 2002 23:14:08 -0700 (PDT) Message-Id: <200209220614.g8M6E85e079073@www.freebsd.org> Date: Sat, 21 Sep 2002 23:14:08 -0700 (PDT) From: Jason Li To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/43226: squirrelmail port doesn't support apache2 by default 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: 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