From owner-freebsd-ports Mon Sep 3 15:30:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1119E37B406 for ; Mon, 3 Sep 2001 15:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83MU1u01068; Mon, 3 Sep 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 806A237B401 for ; Mon, 3 Sep 2001 15:22:23 -0700 (PDT) Received: from graf.pompo.net (lyon-1-a7-32-143.dial.proxad.net [213.228.32.143]) by postfix2-1.free.fr (Postfix) with ESMTP id B8CAD109 for ; Tue, 4 Sep 2001 00:22:21 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 036E176FC; Tue, 4 Sep 2001 00:20:51 +0200 (CEST) Message-Id: <20010903222051.036E176FC@graf.pompo.net> Date: Tue, 4 Sep 2001 00:20:51 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30296: Port www/horde - maintainer-update: fix a problem reported by bento 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: 30296 >Category: ports >Synopsis: Port www/horde - maintainer-update: fix a problem reported by bento >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 03 15:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.4-RC i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.4-RC FreeBSD 4.4-RC #0: Mon Aug 27 00:28:35 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: There was an inversion between php3 and php4, and that may cause the port to try to install mod_php4 twice. [Thanks to Bill Fenner] >How-To-Repeat: See Bento's report at . >Fix: Apply the following patch to /usr/ports/www/horde/Makefile: --- Makefile.orig Sun Aug 19 18:47:30 2001 +++ Makefile Tue Sep 4 00:06:37 2001 @@ -8,6 +8,7 @@ PORTNAME= horde PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ @@ -26,9 +27,9 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libssl.so:${PORTSDIR}/www/apache13-modssl .endif .if defined(WITH_PHP3) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php3 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 .else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif 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