From owner-freebsd-current@FreeBSD.ORG Mon Oct 14 07:43:14 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 6069AB3F; Mon, 14 Oct 2013 07:43:14 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 1E7612081; Mon, 14 Oct 2013 07:43:13 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3cysFQ6SK5zFTXL; Mon, 14 Oct 2013 09:43:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0dGWl_rRt2Le; Mon, 14 Oct 2013 09:43:05 +0200 (CEST) Received: from vwg82.hq.ignesti.it (unknown [77.246.14.163]) by winston.madpilot.net (Postfix) with ESMTPSA; Mon, 14 Oct 2013 09:43:05 +0200 (CEST) Message-ID: <525BA085.5060500@FreeBSD.org> Date: Mon, 14 Oct 2013 09:43:01 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Joe Nosay , ports , freebsd-current Subject: Re: /usr/ports/UPDATING entry September 04, 2013 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:43:14 -0000 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