Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11558

Summary: xfree-4.2.99.3.ebuild and pkg-config
Product: Gentoo Linux Reporter: sa <sa>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description sa 2002-12-03 21:49:13 UTC
hello,
in /usr/portage/x11-base/xfree/ChangeLog it says:

>> 13 Nov 2002; Seemant Kulleen <seemant@gentoo.org> xfree-4.2.99.3.ebuild
>>  files/digest-xfree-4.2.9.3 :
>>
>>  New X snapshot from 20021113.  Not using the FT2 stuff externally, coz it
>>  crashes.

so this means that xft.pc and fontconfig.pc are installed to
/usr/X11R6/lib/pkgconfig/, and this is causing pkg-config to not see them. This
patch here fixes it.

--- /usr/portage/x11-base/xfree/files/4.2.99.3/10xfree.orig     2002-12-03
20:41:09.000000000 -0700
+++ /usr/portage/x11-base/xfree/files/4.2.99.3/10xfree  2002-12-03
20:41:53.000000000 -0700
@@ -4,3 +4,4 @@
 MANPATH=/usr/X11R6/man
 INFODIR=/usr/X11R6/info
 XINITRC=/etc/X11/xinit/xinitrc
+PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/


thanks!
sa
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-24 09:30:57 UTC
does this problem exist for 4.2.99.3-r1?
Comment 2 sa 2002-12-26 07:46:21 UTC
its fixed now.