missing libproxy.la: brasero builds, gnome-applets doesn't

Conrad J. Sabatier conrads at cox.net
Thu Aug 25 07:03:26 UTC 2011


On Wed, 24 Aug 2011 17:30:40 -0400
Jung-uk Kim <jkim at 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 at cox.net


More information about the freebsd-gnome mailing list