pkgsrc-Users archive

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

Re: package failures related to -current freetype updates, etc.



Some poking around reveals the culprit being 'freetype-config'.  As in:

  $ freetype-config --libs
  -L/usr/X11R7/lib %LIBS_CONFIG%

This results in:

  FREETYPE2_LIBS = -L/usr/X11R7/lib %LIBS_CONFIG%

in

  ${WRKOBJDIR}/print/xdvik/work/texlive-20130530-source/texk/xdvik/Makefile
  
${WRKOBJDIR}/print/xdvik/work/texlive-20130530-source/texk/xdvik/tests/Makefile

following the "configure" phase and subsequently in the compiler/linker
command lines.


Meanwhile, my "/usr/X11R7/lib/pkg-config/freetype2.pc" file seems normal:

$ cat /usr/X11R7/lib/pkgconfig/freetype2.pc
prefix=/usr/X11R7
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: FreeType 2
Description: A free, high-quality, and portable font engine.
Version: 9.20.3
Requires:
Libs: -Wl,-rpath,${libdir} -L${libdir} -lfreetype -lz -lbz2
Cflags: -I${includedir}/freetype2 -I${includedir}


Perhaps in addition to cleaning out *.pc files, I need to clean out
'freetype-config' and have it rebuilt too?

--
|/"\ 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