From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 25 08:01:20 2011 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37290106566B; Thu, 25 Aug 2011 08:01:20 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo203.cox.net (eastrmfepo203.cox.net [68.230.241.218]) by mx1.freebsd.org (Postfix) with ESMTP id AD95B8FC16; Thu, 25 Aug 2011 08:01:19 +0000 (UTC) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110825080113.JOAP32702.eastrmfepo203.cox.net@eastrmimpo03.cox.net>; Thu, 25 Aug 2011 04:01:13 -0400 Received: from serene.no-ip.org ([98.164.83.25]) by eastrmimpo03.cox.net with bizsmtp id QY1D1h0030YnB6A02Y1DtK; Thu, 25 Aug 2011 04:01:13 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020205.4E560149.0126,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=mwl0/2xM3ubHJTXa6l4kGPt5l4r2ytuQtfJUKIGJKFg= c=1 sm=1 a=dfXp9TpH0REA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=2vO5UZG1h46htWAnE/rx2g==:17 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=MiNahCX1YWz1le1Qc1UA:9 a=T_Z-eyzeW-36vA2dCZ0A:7 a=CjuIK1q_8ugA:10 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 a=2vO5UZG1h46htWAnE/rx2g==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id p7P81CC0006363; Thu, 25 Aug 2011 03:01:12 -0500 (CDT) (envelope-from conrads@cox.net) Date: Thu, 25 Aug 2011 03:01:07 -0500 From: "Conrad J. Sabatier" To: "Conrad J. Sabatier" Message-ID: <20110825030107.3f489164@cox.net> In-Reply-To: <20110825015117.41759688@cox.net> References: <201108241730.44084.jkim@FreeBSD.org> <20110825015117.41759688@cox.net> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.5; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Jung-uk Kim , freebsd-gnome@freebsd.org Subject: Re: missing libproxy.la: brasero builds, gnome-applets doesn't X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2011 08:01:20 -0000 On Thu, 25 Aug 2011 01:51:17 -0500 "Conrad J. Sabatier" wrote: > On Wed, 24 Aug 2011 17:30:40 -0400 > Jung-uk Kim 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. Excellent. Afterwards, I was finally able to portupgrade gnome-applets. Thanks again! -- Conrad J. Sabatier conrads@cox.net