Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2010 15:48:54 -0600 (MDT)
From:      Brad Davis <brd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151127: [patch] Add missing dependency to net-mgmt/rackmonkey
Message-ID:  <20100930214854.30027B7DD@mccaffrey.den.so14k.com>
Resent-Message-ID: <201009302150.o8ULo3jM008003@freefall.freebsd.org>

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

>Number:         151127
>Category:       ports
>Synopsis:       [patch] Add missing dependency to net-mgmt/rackmonkey
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 30 21:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Brad Davis
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:

>Description:
	Add a missing dependency on databases/p5-DBD-mysql to rackmonkey
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/rackmonkey/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	20 May 2010 08:44:31 -0000	1.5
+++ Makefile	30 Sep 2010 21:08:15 -0000
@@ -44,6 +44,7 @@
 .endif
 .if defined(WITH_MYSQL)
 USE_MYSQL=	yes
+RUN_DEPENDS+=	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
 .endif
 .if defined(WITH_POSTGRES)
 USE_PGSQL=	83

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



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