Re: What provides libfontconfig.la?
- From: Chuck Robey <chuckr@xxxxxxxxxx>
- Date: Fri, 29 Feb 2008 14:04:18 -0500
-----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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
-----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-----
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- What provides libfontconfig.la?
- From: Dr. Jennifer Nussbaum
- What provides libfontconfig.la?
- Prev by Date: Re: python and Guile-gtk... [a bit OT]
- Next by Date: Re: FreeBSD 7.0 AMD64 and apache 2.2.8 exited on signal 11
- Previous by thread: Re: What provides libfontconfig.la?
- Next by thread: What exactly do I have to do to get background fsck?
- Index(es):