ports/179758: [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS

John Marino draco at marino.st
Thu Jun 20 10:50:00 UTC 2013


>Number:         179758
>Category:       ports
>Synopsis:       [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
>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:   Thu Jun 20 10:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The rpc.php file isn't installed where RUN_DEPENDS says it is.
The attached patch restores the build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-05 06:59:44.000000000 +0000
+++ Makefile
@@ -39,7 +39,7 @@ KLUTZ_DESC=	Comic Strip Viewer
 
 .include <bsd.port.pre.mk>
 
-RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde3-base
+RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/base/rpc.php:${PORTSDIR}/www/horde3-base
 
 .if ${PORT_OPTIONS:MIMP}
 RUN_DEPENDS+=	${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde3-imp


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


More information about the freebsd-ports-bugs mailing list