From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 11:18:32 2010 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 2C09C1065675 for ; Thu, 1 Jul 2010 11:18:32 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id BB6F38FC21 for ; Thu, 1 Jul 2010 11:18:31 +0000 (UTC) Received: by vws6 with SMTP id 6so1359767vws.13 for ; Thu, 01 Jul 2010 04:18:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=+wX6QwnWIcYV+VQxCaTKTonjlGD4gyVYQm9sShEI/Gg=; b=MkHoqF0cHcvRbA0Qq2QembhrZNOPoc2bqTMLKBIIHsuOyiqB5Lx53CHkPfRD926oLM p+DOW8j8tL0gEE0hf8DBRDzMp2M+Ee6j57/e9R4VO7mUhSwfTwXDxjQ2cKltgd/wZi8y 5KLXDnj+pp/noz+yB5S8rglznS3jQlVq2r13w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=WwjUIZ1VF8uEG8cbt+7AdZOPkWsN4gE8Z9JUYxGkYAJ/P6D/A931o8UriU/QmAyMWN qAW9svjsSu5boqnj9bmJ2PG5hmDV5A/2wBDg5GgLKncTkS8/zhu9LRoq0PvcXcS9ga7Q kAlNu6ALuxE1cViUHfuaFpu7Xr/JFSaJAOvSQ= Received: by 10.220.93.17 with SMTP id t17mr5567131vcm.263.1277983102897; Thu, 01 Jul 2010 04:18:22 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id x39sm7688468vcr.29.2010.07.01.04.18.21 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Jul 2010 04:18:21 -0700 (PDT) Message-ID: <4C2C797C.5040407@gmail.com> Date: Thu, 01 Jul 2010 07:18:20 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Alejandro Imass References: <662514.74723.qm@web52907.mail.re2.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Reinstalling a package 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: Thu, 01 Jul 2010 11:18:32 -0000 Hi, On 7/1/10 5:28 AM, Alejandro Imass wrote: > On Thu, Jul 1, 2010 at 2:10 AM, Chris Stankevitz > wrote: >> >> http://lists.freebsd.org/pipermail/freebsd-gnome/2010-June/024394.html >> >> In the above post, a FreeBSD GNOME team member recommends "rebuilding and reinstalling sysutils/polkit, sysutils/policykit, and sysutils/consolekit". >> >> Q: How do I "rebuild and reinstall" these applications when they were installed originally via "pkg_add -r gnome2"? >> >> A: "pkg_add -r polkit" [fails with the message "already installed"] > > I have the same problem and asked a while back but got no answer. My > Gnome is partially broken because of a stupid libpng and libjpg > upgrade and I would like to re-install the whole thing from binary. > If you are going to rebuild libpng and libjpg, you will need to rebuild all ports that depend on those libraries, not just the gnome-specific ports. You might want to have a look at ports-mgmt/portmaster. Also have a look at /usr/ports/UPDATING, entry 20100328 for libpng. Regards, -- Glen Barber