ports/158733: Patch www/horde-base: Patch included to fix missing dependency

Zane C.B. vvelox at vvelox.net
Fri Jul 8 12:30:03 UTC 2011


>Number:         158733
>Category:       ports
>Synopsis:       Patch www/horde-base:   Patch included to fix missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 08 12:30:01 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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() [<a href='function.include'>function.include</a>]: 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list