Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Feb 2008 14:04:18 -0500
From:      Chuck Robey <chuckr@chuckr.org>
To:        "Dr. Jennifer Nussbaum" <bg271828@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: What provides libfontconfig.la?
Message-ID:  <47C85732.9040803@chuckr.org>
In-Reply-To: <728168.77213.qm@web53409.mail.re2.yahoo.com>
References:  <728168.77213.qm@web53409.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47C85732.9040803>