ports/160248: www/rt38 Makefile typo fails to register GraphViz dependency
Vivek Khera
vivek at khera.org
Sun Aug 28 02:30:12 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list