[HEADSUP] WIP on fonts

Baptiste Daroussin bapt at freebsd.org
Tue Mar 24 05:25:34 UTC 2015


On Mon, Mar 23, 2015 at 05:51:51PM -0500, Bryan Drewery wrote:
> On 3/23/2015 11:44 AM, Bryan Drewery wrote:
> > On 3/23/2015 11:39 AM, Bryan Drewery wrote:
> >> On 3/22/2015 5:28 AM, Ben Woods wrote:
> >>> My poudriere is acting funny now, and I'm not sure if it's related. It
> >>> keeps deleting xorg-fonts-truetype because there is a new dependency
> >>> (x11-fonts/dejavu), and then having to rebuild a whole suit of packages as
> >>> a result.
> >>>
> >>> The interesting thing is that dejavu was a dependency the entire time. It
> >>> will successfully peform the bulk build and update the package set. If I
> >>> then re-run the bulk build, it does the same thing every time.
> >>>
> >>> My make.conf file (which hasn't changed in some time) contains:
> >>> OPTIONS_SET=                    VAAPI VDPAU X265 ASS FAAC LAME
> >>> MDNSRESPONDER RRDTOOL STATGRAB DEJAVU
> >>>
> >>>
> >>
> >> It will do this if a port has a dependency listed that it does not
> >> actually use. So the xorg-fonts-truetype is incorrectly depending on
> >> x11-fonts/dejavu.
> > 
> > 
> > xorg-fonts-trutype has:
> > +
> > ${FONTDIR}/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu
> > ~/svn/ports/x11-fonts/xorg-fonts-truetype # make -V FONTDIR
> > /usr/local/share/fonts
> > 
> > 
> > The dejavu port has:
> > 
> > ~/svn/ports/x11-fonts/dejavu # grep DejaVuSans.ttf pkg-plist
> > %%FONTSDIR%%/DejaVuSans.ttf
> > ~/svn/ports/x11-fonts/dejavu # make -V '${PLIST_SUB:MFONTSDIR*}'
> > FONTSDIR="/usr/local/share/fonts/dejavu"
> > 
> > So somehow the package is lacking this file, or poudriere is wrong here.
> > 
> > I'm double checking with some builds now.
> > 
> 
> It seems fine to me. Does it still happen for you every time?
> 
> 
> -- 
> Regards,
> Bryan Drewery
> 


This was due to me not bumping dejavu fonts, that is fixed now

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20150324/9ca9602b/attachment.sig>


More information about the freebsd-x11 mailing list