tred program from graphviz-2.20.3 erroneously removes all edges from any graph. This bug is also reported in previous version of graphviz (2.20.2) in debian distribution (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493494). Test: % pkg_info |grep graphviz graphviz-2.20.3 Graph Visualization Software from AT&T and Bell Labs % echo 'digraph { a->b->c; }' | tred digraph { a; b; c; } How-To-Repeat: % echo 'digraph { a->b->c; }' | tred digraph { a; b; c; }
Responsible Changed From-To: freebsd-ports-bugs->dinoex Fix synopsis and assign.
State Changed From-To: open->suspended upstream fixed, but same output on 2.20.3 http://www.graphviz.org/bugs/b1407.html unable to find a patch rto this issue.
dinoex 2009-03-15 13:20:55 UTC FreeBSD ports repository Modified files: graphics/graphviz Makefile distinfo pkg-plist graphics/graphviz/files patch-configure Added files: graphics/graphviz/files patch-config_perl.pl Log: - udpate to 2.22.0 - unbreak options WITH_TCL, WITH_TK - new option WITH_GHOSTSCRIPT - drop bash dependecy PR: 132162 - fix tred regression PR: 130751 Revision Changes Path 1.113 +27 -34 ports/graphics/graphviz/Makefile 1.36 +3 -3 ports/graphics/graphviz/distinfo 1.1 +9 -0 ports/graphics/graphviz/files/patch-config_perl.pl (new) 1.9 +0 -11 ports/graphics/graphviz/files/patch-configure 1.47 +161 -124 ports/graphics/graphviz/pkg-plist _______________________________________________ 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"
State Changed From-To: suspended->closed fixed in 2.22.2