From owner-freebsd-questions@FreeBSD.ORG Wed Oct 21 05:08:10 2009 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 094121065670 for ; Wed, 21 Oct 2009 05:08:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f184.google.com (mail-yx0-f184.google.com [209.85.210.184]) by mx1.freebsd.org (Postfix) with ESMTP id B3C7D8FC1F for ; Wed, 21 Oct 2009 05:08:09 +0000 (UTC) Received: by yxe14 with SMTP id 14so8849554yxe.7 for ; Tue, 20 Oct 2009 22:08:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bBPJu2wjlQfCUJGscyNUxY3slkmFHYSAPMcwPf3keJM=; b=sX5bwfGXKNgGjCathdha3+BqQkF03l3kv2scW8mitzqa/c3GY7Z7uIrcMw8xXhqqiZ tmW98LXo6tROfUb+scrb1m0w9Jqj8PUHcvO2mjwlnDlIGSU37CFrUcgzInkUnAl8rVyv yho74/Gm/ULoN6oH6mVTDmoN2GjqNGZ8nPCX4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qBCzKcvXSGni3v9zsRMpUqOBAI0QlnQz1pwkjfwXIirSLMYKfUOg0FfvE/wxrHun26 UT/M5cpcOVeGBdl0ceKXh84VUjDq0PUKEAF0ObpLShx50y/d5dCBB8K/NTnMikk4tA2G VSkDPu530oLRa6DOZGPAx/uw6b2e5IKc5Y4JI= MIME-Version: 1.0 Received: by 10.150.112.5 with SMTP id k5mr12129342ybc.348.1256101689054; Tue, 20 Oct 2009 22:08:09 -0700 (PDT) In-Reply-To: <4ADE912D.9060309@maydias.com> References: <4ADE85A1.10403@maydias.com> <6201873e0910202116s70f767b9pf3db46b73c809465@mail.gmail.com> <4ADE912D.9060309@maydias.com> Date: Wed, 21 Oct 2009 00:08:09 -0500 Message-ID: <6201873e0910202208r4a51d68cw7c60c4d181cf7a4c@mail.gmail.com> From: Adam Vande More To: Warren Liddell Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Force installation of dependencies 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: Wed, 21 Oct 2009 05:08:10 -0000 On Tue, Oct 20, 2009 at 11:42 PM, Warren Liddell wrote: > Adam Vande More wrote: > > On Tue, Oct 20, 2009 at 10:53 PM, Warren Liddell > shinjii@maydias.com>> wrote: >> >> is there a command that when comnpiling a certain pkg will tell it >> to forcefully re-do every single dependcy for that particular pkg ? >> >> >> Judging from the topics of your recent posts, I assume you're not using a >> port managment tools to handling installing and upgrading your applications. >> Become familar with portmaster or portupgrade, you'll save yourself a lot >> of headache. >> >> >> -- >> Adam Vande More >> > i use portupgrade .. but atm im getting no options or solutions to my > problem .. so im trying to think of radical ways an means of solving it .. > re-installing all dependencies of this pkg im hoping will solve my issue > portupgrade -Rf should do the trick. pkgdb -L sometimes helps -- Adam Vande More