The rpc.php file isn't installed where RUN_DEPENDS says it is. The attached patch restores the build. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->horde Over to maintainer (via the GNATS Auto Assign Tool)
Has anyone had a chance to evaluate this patch yet? I can commit it now with a "maintainer timeout" approval, so this is a courtesy alert. Thanks, John
Responsible Changed From-To: horde->marino maintainer timeout ~4 weeks
Author: marino Date: Sun Jul 21 17:19:25 2013 New Revision: 323405 URL: http://svnweb.freebsd.org/changeset/ports/323405 Log: www/horde3-meta: Fix incorrect run depends PR: ports/179758 Submitted by: marino Approved by: bapt (mentor), maintainer timeout (>4 weeks) Modified: head/www/horde3-meta/Makefile Modified: head/www/horde3-meta/Makefile ============================================================================== --- head/www/horde3-meta/Makefile Sun Jul 21 17:16:14 2013 (r323404) +++ head/www/horde3-meta/Makefile Sun Jul 21 17:19:25 2013 (r323405) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!