pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/gtk3



> Module Name:    pkgsrc
> Committed By:   wiz
> Date:           Tue Aug 20 15:18:16 UTC 2019
> 
> Modified Files:
>         pkgsrc/x11/gtk3: Makefile
> 
> Log Message:
> gtk3: needs fontconfig>=2.11.91
> 
> Reported by Marc Baudoin.

Hi Thomas,

This is apparently a broader issue, as I've found what seems to be
significant build breakage fallout on NetBSD 8.1 across multiple
packages. I found gtk3 also needed freetype>=2.8.1 to build for me,
gtk2 also needed both these fontconfig and freetype API_DEPENDS
overrides, as did libxfce4ui and libwnck3 (and possibly more -- that's
as far as I've got).

(For example, with gtk3:

configure: error: Package requirements (glib-2.0 >= 2.53.4    atk >= 2.15.1    pango >= 1.41.0    fribidi >= 0.19.7    cairo >= 1.14.0    cairo-gobject >= 1.14.0    gdk-pixbuf-2.0 >= 2.30.0) were not 
met:

Package dependency requirement 'freetype2 >= 21.0.15' could not be satisfied.
Package 'freetype2' has version '18.0.13', required version is '>= 21.0.15'

)

I've worked around this locally by setting USE_BUILTIN=no for those two packages
for now. 

Regards,

Dave





Home | Main Index | Thread Index | Old Index