From owner-freebsd-questions@FreeBSD.ORG Wed Oct 21 04:16:48 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 41106106566B for ; Wed, 21 Oct 2009 04:16:48 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id F19718FC12 for ; Wed, 21 Oct 2009 04:16:47 +0000 (UTC) Received: by gxk10 with SMTP id 10so5893497gxk.3 for ; Tue, 20 Oct 2009 21:16:47 -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=clI7+uLRFs+LkYtfQhW2NUeJRt0aFgTv6XMM9Y/MEbU=; b=V6hYWdHhMxVg/I3C8Be25YlxT512jVM/DHBpn5C2ZlEW47muX6lxtNFeK0AhQKw2S6 9mSC3SfWI6w7IosDCvzlSFGd/lBLXv5ojuuqk5MyjxYBggqgrjhJWl8IrTfTD4FsmKM6 Mxd9XbuXLjF+YDMjFyMlq8sTf48fAaZHdbdKI= 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=kPF1M+49yv/1DMM/DQnQstM+aRthLEQlibX4kn/vPxHO12JVOIoAaeBdGy5Hl2Gm6l i8bxGme11w2PVuAMPdp2e02Lf3YRKxCcPp5E7T9avqqs6w5Xdkbuk2LIO7TTDDBtArYB KmvBlEuwRbSEsxwZf2BEkbCH4AyQnDPQ/6sZw= MIME-Version: 1.0 Received: by 10.150.164.7 with SMTP id m7mr12113423ybe.143.1256098606920; Tue, 20 Oct 2009 21:16:46 -0700 (PDT) In-Reply-To: <4ADE85A1.10403@maydias.com> References: <4ADE85A1.10403@maydias.com> Date: Tue, 20 Oct 2009 23:16:46 -0500 Message-ID: <6201873e0910202116s70f767b9pf3db46b73c809465@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 04:16:48 -0000 On Tue, Oct 20, 2009 at 10:53 PM, Warren Liddell 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