From owner-freebsd-current@FreeBSD.ORG Mon Oct 14 07:57:57 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BC39F9A; Mon, 14 Oct 2013 07:57:57 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1F6E2156; Mon, 14 Oct 2013 07:57:56 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wp18so267465obc.38 for ; Mon, 14 Oct 2013 00:57:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PzCL79TBDm5gPFxqHxLXhC/TqzUGqz7pMUnJ4MZupQs=; b=dtIjh+OwZn/GCZEs3j8F24Rw1/AYSmEpC2RZGmG54olVYRCdgrxH+S+DOdWSKDkMz9 vz5FRD44obz+O5HuYeSGoQ0vZB9Zd9sl1c2oKq1DedtGqOr1MOoVnvgBpTZ9lBif+H7R DtMcq67MjWstza3RTYQjqTm6ZoFzIutW0vhK+fdo0DQLT90CEWgnY8F1V5dxJps38/1Y XK/7BE3xpXPLeumadUzRTPp013K8e4fsbV59YjbzCtr24WTN7zhKZXweThVf1fKZ1+MR 7skQYt/JYKX95c3P3N8kTpkkJW+qZsmCZvWoSOpjybNRxJsE6fGcK/4bjbe0XPGCRr7F W9rQ== MIME-Version: 1.0 X-Received: by 10.182.213.97 with SMTP id nr1mr360926obc.48.1381737475985; Mon, 14 Oct 2013 00:57:55 -0700 (PDT) Received: by 10.182.78.100 with HTTP; Mon, 14 Oct 2013 00:57:55 -0700 (PDT) In-Reply-To: <525BA085.5060500@FreeBSD.org> References: <525BA085.5060500@FreeBSD.org> Date: Mon, 14 Oct 2013 03:57:55 -0400 Message-ID: Subject: Re: /usr/ports/UPDATING entry September 04, 2013 From: Joe Nosay To: Guido Falsi Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 07:57:57 -0000 On Mon, Oct 14, 2013 at 3:43 AM, Guido Falsi wrote: > On 10/13/13 18:40, Joe Nosay wrote: > >> Will the pkg upgrade work with applications built from ports and not pkg >> add $APPLICATION? >> > > I'm not sure What you mean. > > the "pkg upgrade" command works only using binary packages, which can come > and "official" repository or your own one. > > This is going to work. > > If you have a system where you used to build packages yourself and want to > change to binary packages, things are more complicated. > > First of all if you have any port built with custom options you are going > to loose those customizations, since the binary packages don't have them. > > I think pkg will try to handle that upgrade but I have never tried, it > could work but you could also end up with come misalignment in your ports. > > It is generally not a good idea to mix ports and pkgs, it can work but > problems will come up. > > -- > Guido Falsi > Thanks much.