pkgsrc-Users archive

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

Re: poppler-includes errors



On Thu, 27 Mar 2014 14:19:39 +0900, Hisashi T Fujinaka 
<htodd%twofifty.com@localhost> wrote:

Here's the snippet of my problems, which seem to be with fontconfig.

checking which font configuration to use... fontconfig
checking for FONTCONFIG... no
configure: error: Package requirements (fontconfig >= 2.0.0) were not
met:

Package '@PKGCONFIG_REQUIRES@', required by 'fontconfig', not found

(such problem have been recurring...please update xsrc carefully...)

Update "CONFIG_SUBST" in src/x11/lib/fontconfig/Makefile,
following xsrc update:
http://cvsweb.netbsd.org/bsdweb.cgi/xsrc/external/mit/fontconfig/dist/fontconfig.pc.in.diff?r1=1.1.1.3&r2=1.1.1.4

RCS file: /ftp/cvs/cvsroot/xsrc/external/mit/fontconfig/dist/fontconfig.pc.in,v
rcsdiff: /ftp/cvs/cvsroot/xsrc/external/mit/fontconfig/dist/fontconfig.pc.in,v: 
warning: Unknown phrases like `commitid ...;' are present.
retrieving revision 1.1.1.3
retrieving revision 1.1.1.4
diff -u -p -r1.1.1.3 -r1.1.1.4
--- xsrc/external/mit/fontconfig/dist/fontconfig.pc.in  2013/06/03 06:02:07     
1.1.1.3
+++ xsrc/external/mit/fontconfig/dist/fontconfig.pc.in  2014/03/20 07:41:43     
1.1.1.4
@@ -11,6 +11,8 @@ cachedir=@fc_cachedir@
 Name: Fontconfig
 Description: Font configuration and customization library
 Version: @VERSION@
+Requires: @PKGCONFIG_REQUIRES@
+Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
 Libs: -L${libdir} -lfontconfig
-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
-Cflags: -I${includedir}
+Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ @LIBXML2_LIBS@
+Cflags: -I${includedir} @EXPAT_CFLAGS@ @FREETYPE_CFLAGS@ @ICONV_CFLAGS@ 
@LIBXML2_CFLAGS@


--
OBATA Akio / obata%lins.jp@localhost


Home | Main Index | Thread Index | Old Index