ports/144310: [patch] net-mgmt/rackmonkey - add missing dependecies

Babak Farrokhi farrokhi at FreeBSD.org
Fri Feb 26 06:00:11 UTC 2010


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



More information about the freebsd-ports-bugs mailing list