From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 20:47:03 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 9B0861065674 for ; Thu, 9 Dec 2010 20:47:03 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by mx1.freebsd.org (Postfix) with ESMTP id 377D38FC15 for ; Thu, 9 Dec 2010 20:47:02 +0000 (UTC) Received: by ewy19 with SMTP id 19so2209498ewy.10 for ; Thu, 09 Dec 2010 12:47:02 -0800 (PST) Received: by 10.213.19.7 with SMTP id y7mr1197481eba.25.1291927621707; Thu, 09 Dec 2010 12:47:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.31.209 with HTTP; Thu, 9 Dec 2010 12:46:41 -0800 (PST) In-Reply-To: <4D012CCC.2000503@tundraware.com> References: <201012091354.59457.FreeBSD@insightbb.com> <4D012CCC.2000503@tundraware.com> From: Chris Brennan Date: Thu, 9 Dec 2010 15:46:41 -0500 Message-ID: To: Tim Daneliuk Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Steven Friedrich , FreeBSD Mailing List Subject: Re: autoconf and automake 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, 09 Dec 2010 20:47:03 -0000 On Thu, Dec 9, 2010 at 2:23 PM, Tim Daneliuk wrote: > On 12/9/2010 12:54 PM, Steven Friedrich wrote: > > pkgdb -L > pkgdb -Fa > -o replace the installed port with a port from a different origin (From 'portmaster') -o, --origin=ORIGIN Specify a port to upgrade the following pkg with (from 'portupgrade') It would appear that if the port is already installed, passing '-o' will only update the source location (origin) to prevent breakage in the future.