Date: Tue, 4 Sep 2001 00:20:51 +0200 (CEST) From: Thierry Thomas <thierry@thomas.as> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30296: Port www/horde - maintainer-update: fix a problem reported by bento Message-ID: <20010903222051.036E176FC@graf.pompo.net>
next in thread | raw e-mail | index | archive | help
>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 <URL:http://bento.freebsd.org/errorlogs/errorlogs/e.4.2001090214/horde-1.2.6.log>. >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010903222051.036E176FC>