Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 10:43:39 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179758: [PATCH] www/horde3-meta: fix incorrect RUN_DEPENDS
Message-ID:  <201306201043.r5KAhdgc078158@oldred.freebsd.org>
Resent-Message-ID: <201306201050.r5KAo0HI004563@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201043.r5KAhdgc078158>