pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/x11/gtk3
On Tue, Aug 20, 2019 at 11:45:32PM -0400, David H. Gutteridge wrote:
> > 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 had a report for that, but I don't understand how it can happen.
fontconfig already pulls in freetype2/buildlink3.mk after
BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1
which corresponds to 21.0.15.
Thomas
Home |
Main Index |
Thread Index |
Old Index