From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 30 21:50:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD7441065679 for ; Thu, 30 Sep 2010 21:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EFCB8FC0C for ; Thu, 30 Sep 2010 21:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8ULo39Q008004 for ; Thu, 30 Sep 2010 21:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8ULo3jM008003; Thu, 30 Sep 2010 21:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 30 Sep 2010 21:50:03 GMT Resent-Message-Id: <201009302150.o8ULo3jM008003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 860B5106564A for ; Thu, 30 Sep 2010 21:48:55 +0000 (UTC) (envelope-from bdavis@mccaffrey.den.so14k.com) Received: from mccaffrey.den.so14k.com (gw.den.so14k.com [63.228.67.212]) by mx1.freebsd.org (Postfix) with ESMTP id 6690C8FC0A for ; Thu, 30 Sep 2010 21:48:55 +0000 (UTC) Received: by mccaffrey.den.so14k.com (Postfix, from userid 1000) id 30027B7DD; Thu, 30 Sep 2010 15:48:54 -0600 (MDT) Message-Id: <20100930214854.30027B7DD@mccaffrey.den.so14k.com> Date: Thu, 30 Sep 2010 15:48:54 -0600 (MDT) From: Brad Davis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/151127: [patch] Add missing dependency to net-mgmt/rackmonkey X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2010 21:50:03 -0000 >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: