Date: Thu, 25 Aug 2011 01:51:17 -0500 From: "Conrad J. Sabatier" <conrads@cox.net> To: freebsd-gnome@freebsd.org Cc: Jung-uk Kim <jkim@freebsd.org> Subject: Re: missing libproxy.la: brasero builds, gnome-applets doesn't Message-ID: <20110825015117.41759688@cox.net> In-Reply-To: <201108241730.44084.jkim@FreeBSD.org> References: <CAHq0ZZvTT_2FHOQS70U%2BZo_URhtBgfRb87iLKUma=26S2OUBrA@mail.gmail.com> <CAN6yY1stVnHg0upM8498JVP6NkZTwr7pMj71QKVk1N%2B2FS0X8g@mail.gmail.com> <201108241730.44084.jkim@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 24 Aug 2011 17:30:40 -0400 Jung-uk Kim <jkim@freebsd.org> wrote: [...] > I had a similar problem. I was able to fix it after doing something > like this: > > find /usr/local/lib -name "*.la" | \ > xargs grep -l /usr/local/lib/libproxy.la | \ > xargs -L 1 pkg_info -W | \ > awk '{ print $6 }' | \ > sort | \ > uniq | \ > xargs portupgrade -f > > You may replace 'portupgrade' with 'portmaster', I think. Thanks for this. Trying it right now. -- Conrad J. Sabatier conrads@cox.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110825015117.41759688>