[Bug 192237] New: graphics/graphviz-2.36.0_6: incorrect libdir leads to runtime failure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jul 29 09:19:50 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192237
Bug ID: 192237
Summary: graphics/graphviz-2.36.0_6: incorrect libdir leads to
runtime failure
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: mallocbsd at foxmail.com
The incorrect libdir of graphviz-2.36.0_6 on FreeBSD is
"/usr/local/lib/graphviz/graphviz", which should be "/usr/local/lib/graphviz".
As a result, the "dot -c" command failed to generate the "config6" file, and
the dot utility failed to find any layout engine, and is not functional at all.
The solution is adding the following patch in the section of post-patch in
/usr/ports/graphics/graphviz/Makefile :
${REINPLACE_CMD} -e 's|strcat(line, "/graphviz");||g'
${WRKSRC}/lib/gvc/gvconfig.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list