Bug 130751 - graphics/graphviz tred removes all edges
Summary: graphics/graphviz tred removes all edges
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 19:20 UTC by Alexander Vasyanin
Modified: 2009-03-15 13:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vasyanin 2009-01-19 19:20:03 UTC
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;
}
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-19 20:27:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Fix synopsis and assign.
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2009-01-25 09:41:32 UTC
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.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-15 13:21:06 UTC
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"
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2009-03-15 13:34:25 UTC
State Changed
From-To: suspended->closed

fixed in 2.22.2