pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/47423: graphviz does not list fontconfig as a dependancy



>Number:         47423
>Category:       pkg
>Synopsis:       graphviz does not list fontconfig as a dependancy
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 09 05:20:00 +0000 2013
>Originator:     George Georgalis
>Release:        pkgin 0.6.2.2 for NetBSD-6.0 i386 (using SQLite 3.7.10)
>Organization:
>Environment:
NetBSD atom.wsnat 6.0 NetBSD 6.0 (GENERIC) i386
>Description:

While trying to resolve rendering issues with graphviz, fonts are bitmap vs 
TrueType, it was discovered that fonts/fontconfig is not registered as a 
dependency.


>How-To-Repeat:
pkgin in graphviz 

cat >simple.dot <<EOF
digraph  {
node [fontname=helvetica]
p -> f1
f1 -> f2
}
EOF

dot -v -Tpdf simple.dot > simple.pdf
>Fix:
Installing fontconfig does not solve the problem but it is a necessary step 
toward a solution.



Home | Main Index | Thread Index | Old Index