Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2011 22:07:14 -0400 (EDT)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/160248: www/rt38 Makefile typo fails to register GraphViz dependency
Message-ID:  <20110828020714.C516FB960@rt.m1e.net>
Resent-Message-ID: <201108280230.p7S2UCmu050990@freefall.freebsd.org>

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

>Number:         160248
>Category:       ports
>Synopsis:       www/rt38 Makefile typo fails to register GraphViz dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 02:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD rt.m1e.net 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #7: Sun Oct 24 19:26:31 EDT 2010 steve@rt.m1e.net:/n/lorax1/usr8/obj.amd64/n/lorax1/usr8/src/sys/KCI64 amd64


	
>Description:
	

when installing www/rt38, one option is to enable GraphViz support.  The
Makefile has a typo that prevents the dependencies from being installed and
registered.

>How-To-Repeat:
	

select GRAPHVIZ option when building RT38 port
>Fix:

	

--- Makefile.dist	2011-08-23 08:13:32.000000000 -0400
+++ Makefile	2011-08-27 21:54:06.000000000 -0400
@@ -78,8 +78,8 @@
 .endif
 
 .if defined(WITH_GRAPHVIZ)
-BUILD_DEPENDS+=	${GRAPVIZ_DEPS}
-RUN_DEPENDS+=	${GRAPVIZ_DEPS}
+BUILD_DEPENDS+=	${GRAPHVIZ_DEPS}
+RUN_DEPENDS+=	${GRAPHVIZ_DEPS}
 .endif
 
 .if defined(WITH_MODPERL)

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



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