What provides libfontconfig.la?

Chuck Robey chuckr at chuckr.org
Fri Feb 29 19:10:39 UTC 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dr. Jennifer Nussbaum wrote:
> Hi, I recently upgraded my system from FreeBSD 6.0 to 6.3. But Im having trouble
> with some ports that are unable to find /usr/X11R6/lib/libfontconfig.la. Where does
> this come from, so i can (re)install it? I couldnt find this by Googling
> 
> I did try to force reinstall xorg, but that didnt work.
> 

This is a pretty common question to ask, so for myself, I made up a little
one-liner, to answer that question for me,  It does this:

find /usr/ports -type f -name pkg-plist -exec grep -iH $1 {} \;

that "$1" is the parameter you feed into this little script, it takes a
minute or two to search each and every pkg-plist file, and returns you the
filenames and contexes it found your search term in.  Works ok for me, and
there's some small things you might even to to optimize it for yourself.  I
leave the naming of this to you.

Note, those are curly brackets, NOT parentheses, and you mustn't forget
that trailing escaped semicolon.

> Thanks!
> 
> Jen
> 
>        
> ---------------------------------
> Never miss a thing.   Make Yahoo your homepage.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHyFcyz62J6PPcoOkRAt1/AJsHzHk+WHKG/sMYfNiA/oxWhpWuEgCffX+B
m1UNjVuNKiZTUD7bGhQAwp8=
=JLJl
-----END PGP SIGNATURE-----


More information about the freebsd-questions mailing list