From vvelox@vvelox.net Fri Jul 8 12:29:16 2011 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41ED8106564A for ; Fri, 8 Jul 2011 12:29:16 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id F1CDA8FC15 for ; Fri, 8 Jul 2011 12:29:15 +0000 (UTC) Received: from vixen42.vulpes.vvelox.net (unknown [192.168.14.1]) (Authenticated sender: vvelox) by vulpes.vvelox.net (Postfix) with ESMTPA id 9620E3F4C7 for ; Fri, 8 Jul 2011 07:30:04 -0500 (CDT) Message-Id: <1310128120.27474@vixen42.vulpes.vvelox.net> Date: Fri, 8 Jul 2011 07:28:40 -0500 From: "Zane C.B." To: "FreeBSD gnats submit" Subject: Patch www/horde-base: Patch included to fix missing dependency X-Send-Pr-Version: gtk-send-pr 0.4.9 X-GNATS-Notify: >Number: 158733 >Category: ports >Synopsis: Patch www/horde-base: Patch included to fix missing dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: beech >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 08 12:30:01 UTC 2011 >Closed-Date: Sat Jul 09 21:47:28 UTC 2011 >Last-Modified: Sat Jul 09 21:47:28 UTC 2011 >Originator: Zane C.B. >Release: FreeBSD 8.2-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 8.2-PRERELEASE #0: Sun Feb 6 00:18:40 CST 2011 kitsune@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/vixen42 >Description: >How-To-Repeat: 1: try to use rpc.php 2: watch error log and see it throws a missing depedency error as below... [Fri Jul 08 12:22:28 2011] [error] [client 192.168.15.128] PHP Warning: include_once() [function.include]: Failed opening 'HTTP/WebDAV/Server.php' for inclusion (include_path='/usr/local/www/horde/lib:.:/usr/local/share/pear') in /usr/local/www/horde/lib/Horde/RPC/webdav.php on line 9 [Fri Jul 08 12:22:28 2011] [error] [client 192.168.15.128] PHP Fatal error: Class 'HTTP_WebDAV_Server' not found in /usr/local/www/horde/lib/Horde/RPC/webdav.php on line 81 3: Apply patch and enjoy... >Fix: --- www_horde-base_Makefile.diff begins here --- --- Makefile.orig 2011-07-08 07:23:17.146289405 -0500 +++ Makefile 2011-07-08 07:24:18.940791220 -0500 @@ -77,7 +77,8 @@ ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ - ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema + ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema \ + ${PEARDIR}/HTTP/WebDAV/Server.php:${PORTSDIR}/www/pear-HTTP_WebDAV_Server CONFLICTS= horde-2.* --- www_horde-base_Makefile.diff ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 8 12:30:14 UTC 2011 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=158733 State-Changed-From-To: open->closed State-Changed-By: beech State-Changed-When: Sat Jul 9 21:45:14 UTC 2011 State-Changed-Why: Superseded by yesterday's commit. Thank you for the submission. http://www.freebsd.org/cgi/query-pr.cgi?pr=158733 >Unformatted: