From vivek@rt.m1e.net  Sun Aug 28 02:24:57 2011
Return-Path: <vivek@rt.m1e.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 740891065670
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Aug 2011 02:24:57 +0000 (UTC)
	(envelope-from vivek@rt.m1e.net)
Received: from rt.m1e.net (rt.m1e.net [206.112.95.37])
	by mx1.freebsd.org (Postfix) with ESMTP id 55E648FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Aug 2011 02:24:57 +0000 (UTC)
Received: by rt.m1e.net (Postfix, from userid 120)
	id C516FB960; Sat, 27 Aug 2011 22:07:14 -0400 (EDT)
Message-Id: <20110828020714.C516FB960@rt.m1e.net>
Date: Sat, 27 Aug 2011 22:07:14 -0400 (EDT)
From: Vivek Khera <vivek@khera.org>
Reply-To: Vivek Khera <vivek@khera.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: www/rt38 Makefile typo fails to register GraphViz dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160248
>Category:       ports
>Synopsis:       www/rt38 Makefile typo fails to register GraphViz dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 02:30:11 UTC 2011
>Closed-Date:    Sun Aug 28 13:58:32 UTC 2011
>Last-Modified:  Sun Aug 28 14:00:27 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->flo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 28 02:30:25 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160248 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Sun Aug 28 13:58:30 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160248 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160248: commit references a PR
Date: Sun, 28 Aug 2011 13:58:25 +0000 (UTC)

 flo         2011-08-28 13:58:16 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/rt38             Makefile 
   Log:
   - fix typo GRAPVIZ_DEPS -> GRAPHVIZ_DEPS
   - bump PORTREVISION
   
   PR:             ports/160248
   Submitted by:   Vivek Khera <vivek@khera.org>
   
   Revision  Changes    Path
   1.41      +3 -3      ports/www/rt38/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
