Subject: Re: PR/35679 CVS commit: pkgsrc/graphics/graphviz
To: None <joerg@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Mark E. Perkins <perkinsm@bway.net>
List: pkgsrc-bugs
Date: 02/23/2007 17:20:02
The following reply was made to PR pkg/35679; it has been noted by GNATS.
From: "Mark E. Perkins" <perkinsm@bway.net>
To: gnats-bugs@NetBSD.org
Cc: joerg@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org
Subject: Re: PR/35679 CVS commit: pkgsrc/graphics/graphviz
Date: Fri, 23 Feb 2007 12:15:30 -0500
The changes introduced in 2.12nb3 do indeed fix the build issues. However,
now I get a version of 'dot' that does not render fonts properly when using
the png renderer. Now matter what font I specify, all I can get out of it is
something that is probably Courier. OTOH, the ps renderer gets the fonts
right. I did not have this problem (with png) when I built with
CONFIGURE_ARGS+= --with-mylibgd, suggesting a libgd issue.
I did some experimenting, and I found that if I (re-)enable pangocairo, it
builds properly and the png renderer uses the fonts I specify.