Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 05:54:14 GMT
From:      Babak Farrokhi <farrokhi@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144310: [patch] net-mgmt/rackmonkey - add missing dependecies
Message-ID:  <201002260554.o1Q5sEgJ074321@www.freebsd.org>
Resent-Message-ID: <201002260600.o1Q609x8034980@freefall.freebsd.org>

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

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



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