pkgsrc-Users archive

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

Re: netbsd-6 fontconfig update -- can't find fontconfig?



On Tue, 23 Dec 2014, John D. Baker wrote:

> Perhaps rebuilding "devel/pkg-config"?  Or is the built-in fontconfig's
> "fontconfig.pc" file broken (with the "@FOO@" stuff).

Pretty sure the netbsd-6 fontconfig update produced a broken "fontconfig.pc"
file.  From my DESTDIR:

$ cat /d0/build/netbsd-6/DEST/i386/usr/X11R7/lib/pkgconfig/fontconfig.pc
prefix=/usr/X11R7
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
sysconfdir=@sysconfdir@
localstatedir=@localstatedir@
PACKAGE=@PACKAGE@
confdir=@BASECONFIGDIR@
cachedir=@fc_cachedir@

Name: Fontconfig
Description: Font configuration and customization library
Version: 2.11.1
Requires: @PKGCONFIG_REQUIRES@
Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
Libs: -Wl,-rpath,${libdir} -L${libdir} -lfontconfig
Libs.private: -lexpat -lfreetype  
Cflags: -I${includedir} @EXPAT_CFLAGS@ @FREETYPE_CFLAGS@ @ICONV_CFLAGS@ @LIBXML2_CFLAGS@


Compare one from netbsd-7:

$ cat /d0/build/netbsd-7/DEST/i386/usr/X11R7/lib/pkgconfig/fontconfig.pc
prefix=/usr/X11R7
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
sysconfdir=/etc/X11
localstatedir=/var
PACKAGE=
confdir=/etc/fonts
cachedir=/etc/fonts

Name: Fontconfig
Description: Font configuration and customization library
Version: 2.11.1
Requires: 
Requires.private: 
Libs: -Wl,-rpath,${libdir} -L${libdir} -lfontconfig
Libs.private: -lexpat -lfreetype  
Cflags: -I${includedir}  -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include  


-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645



Home | Main Index | Thread Index | Old Index