From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 25 07:03:26 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 5E5521065672 for ; Thu, 25 Aug 2011 07:03:26 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepi101.cox.net (eastrmfepi101.cox.net [68.230.241.197]) by mx1.freebsd.org (Postfix) with ESMTP id C97958FC1C for ; Thu, 25 Aug 2011 07:03:25 +0000 (UTC) Received: from eastrmimpo109.cox.net ([68.230.241.222]) by eastrmfepo203.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20110825065228.IQIB32702.eastrmfepo203.cox.net@eastrmimpo109.cox.net>; Thu, 25 Aug 2011 02:52:28 -0400 Received: from serene.no-ip.org ([172.18.52.4]) by eastrmimpo109.cox.net with bizsmtp id GuqK1m00405SVJc02uqKke; Sun, 25 Aug 2013 02:50:41 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020201.4E55F100.00F6,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=gDR4Pfk7AVCIHyBp/eEeG5zLKI4NOGjORlGcs+kGanE= c=1 sm=1 a=dfXp9TpH0REA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=kviXuzpPAAAA:8 a=h9qqh0jkW7XNHmoHTrUA:9 a=tFCCWMaOzdsqLw-HN-gA:7 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=4vB-4DCPJfMA:10 a=UaX1woSWE4/tG05bAFg+xw==: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 p7P6pMko093024; Thu, 25 Aug 2011 01:51:22 -0500 (CDT) (envelope-from conrads@cox.net) Date: Thu, 25 Aug 2011 01:51:17 -0500 From: "Conrad J. Sabatier" To: freebsd-gnome@freebsd.org Message-ID: <20110825015117.41759688@cox.net> In-Reply-To: <201108241730.44084.jkim@FreeBSD.org> References: <201108241730.44084.jkim@FreeBSD.org> 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 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 07:03:26 -0000 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. -- Conrad J. Sabatier conrads@cox.net