Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11558 - xfree-4.2.99.3.ebuild and pkg-config
Summary: xfree-4.2.99.3.ebuild and pkg-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-03 21:49 UTC by sa
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.