pkgsrc-Users archive

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

Re: native xsrc fontconfig



On Mon, May 28, 2018 at 11:30:38AM +0100, Patrick Welche wrote:
> On Mon, May 28, 2018 at 11:12:48AM +0100, Patrick Welche wrote:
> > [ start with "pkg_delete -r freetype2 fontconfig" on a xsrc/native box ]
> > 
> > xsrc provides (according to /usr/X11R7/lib/pkgconfig)
> > 
> > fontconfig 2.12.4
> > freetype 18.0.13 (2.9.1 according to dist/ChangeLog)
> 
> To my untrained eye, it looks as though the code in
>   /usr/pkgsrc/distfiles/freetype-2.9.1.tar.bz2
> and xsrc/external/mit/freetype/dist are the same, yet
> 
> # pkg-config --modversion freetype2
> 22.1.16                                          <- pkgsrc version
> # pkg_delete freetype2
> # pkg-config --modversion freetype2
> 18.0.13                                          <- xsrc version
> 
> 
> Hmm:
> 
> # grep version_info= /usr/xsrc/external/mit/freetype/dist/builds/unix/configure.ac
> version_info='22:1:16'

Ok, multiple thing went wrong there.

When running 'cvs log' on doc/ChangeLog, there is a freetype-2-9-1
tag. But when looking at doc/VERSION.DLL there is none, and
doc/VERSIONS.TXT does not exist. So this looks like a badly merged
import.

The other, more relevant, thing is that /usr/src/external/mit/xorg/lib/freetype/shlib_version still is:

major=18
minor=0
teeny=13

So hasn't been updated for quite a while.
 Thomas


Home | Main Index | Thread Index | Old Index