From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 26 06:00:11 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 A4F601065672 for ; Fri, 26 Feb 2010 06:00:10 +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 AE8668FC15 for ; Fri, 26 Feb 2010 06:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1Q609vi034981 for ; Fri, 26 Feb 2010 06:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1Q609x8034980; Fri, 26 Feb 2010 06:00:09 GMT (envelope-from gnats) Resent-Date: Fri, 26 Feb 2010 06:00:09 GMT Resent-Message-Id: <201002260600.o1Q609x8034980@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, Babak Farrokhi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C998E1065672 for ; Fri, 26 Feb 2010 05:54:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B90908FC16 for ; Fri, 26 Feb 2010 05:54:14 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1Q5sEiL074328 for ; Fri, 26 Feb 2010 05:54:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1Q5sEgJ074321; Fri, 26 Feb 2010 05:54:14 GMT (envelope-from nobody) Message-Id: <201002260554.o1Q5sEgJ074321@www.freebsd.org> Date: Fri, 26 Feb 2010 05:54:14 GMT From: Babak Farrokhi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/144310: [patch] net-mgmt/rackmonkey - add missing dependecies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2010 06:00:11 -0000 >Number: 144310 >Category: ports >Synopsis: [patch] net-mgmt/rackmonkey - add missing dependecies >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: Fri Feb 26 06:00:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 8.0-STABLE i386 >Organization: >Environment: FreeBSD home.farrokhi.net 8.0-STABLE FreeBSD 8.0-STABLE #7: Thu Jan 7 14:23:18 IRST 2010 root@home.farrokhi.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: rackmonkey needs p5-HTML-Parser in order to run properly >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN rackmonkey.orig/Makefile rackmonkey/Makefile --- rackmonkey.orig/Makefile 2010-02-26 09:01:35.000000000 +0330 +++ rackmonkey/Makefile 2010-02-26 09:04:48.000000000 +0330 @@ -17,7 +17,8 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel \ - p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS + p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser OPTIONS= \ SQLITE "Use SQLite Backend" on \ >Release-Note: >Audit-Trail: >Unformatted: