ports/115114: [ PATCH ] www/horde-base - Missing run dependence

Dan Lukes dan at obluda.cz
Wed Aug 1 12:10:02 UTC 2007


>Number:         115114
>Category:       ports
>Synopsis:       [ PATCH ] www/horde-base - Missing run dependence
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 12:10:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Obludarium
>Environment:
System: FreeBSD 6.2-STABLE #5: Fri Jul 13 14:21:41 CEST 2007 i386
www/horde-base/Makefile,v 1.58 2007/06/22 08:06:14 beech


>Description:
	mimeDecode.php, the uncinditionally required module for the Horde,
is no longer part of mail/pear-Mail_Mime port. It's part of 
mail/pear-Mail_mimeDecode port instead.

>How-To-Repeat:
	Install Horde on clean system then look at http://.../horde/test.php

	It will complain about missing module. 
>Fix:
	Workaround - install mail/pear-Mail_mimeDecode by hand.

	Fix - add required module to run dependencies:

--- Makefile.patch begins here ---
--- Makefile.ORIG	2007-08-01 13:15:58.000000000 +0200
+++ Makefile	2007-08-01 13:18:08.000000000 +0200
@@ -75,6 +75,7 @@
 		${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log		\
 		${PEARDIR}/Mail/RFC822.php:${PORTSDIR}/mail/pear-Mail		\
 		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime	\
+		${PEARDIR}/Mail/mimeDecode.php:${PORTSDIR}/mail/pear-Mail_mimeDecode	\
 		${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB			\
 		${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File		\
 		${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP
--- Makefile.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list