From owner-freebsd-questions@FreeBSD.ORG Fri Feb 29 19:10:39 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01C8B106567E for ; Fri, 29 Feb 2008 19:10:39 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id D49B48FC1E for ; Fri, 29 Feb 2008 19:10:38 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 20622 invoked from network); 29 Feb 2008 19:10:38 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 29 Feb 2008 19:10:37 -0000 Message-ID: <47C85732.9040803@chuckr.org> Date: Fri, 29 Feb 2008 14:04:18 -0500 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: "Dr. Jennifer Nussbaum" References: <728168.77213.qm@web53409.mail.re2.yahoo.com> In-Reply-To: <728168.77213.qm@web53409.mail.re2.yahoo.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: What provides libfontconfig.la? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 19:10:39 -0000 -----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-----