From owner-freebsd-pkg@FreeBSD.ORG Sun Jul 27 17:50:35 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAB014A2 for ; Sun, 27 Jul 2014 17:50:35 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B39521D3 for ; Sun, 27 Jul 2014 17:50:34 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id ACC58BDC72 for ; Sun, 27 Jul 2014 19:50:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=MRM5MWQmhQV a3tNgJuiuaCOnTvA=; b=kSX5GXWwJTDuFmsSx+xmN8oD/pCTA9BFKo4vtf8rqQg 6P+IkqD/ExULSkhIEV7NOgvcerucNl0PLb0uQkLor14+4Jjba1lzF0zIQaJrnZl5 +ld0jbb4OA86Gwyy7AXoKS+/4Rg297igb02TvJwQ7eOBvqo4Mv6hZwDkjiSitRBY = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 9A661BDC66 for ; Sun, 27 Jul 2014 19:50:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 3AA11CA9C20 for ; Sun, 27 Jul 2014 19:50:31 +0200 (CEST) Date: Sun, 27 Jul 2014 19:50:31 +0200 From: Mathieu Arnold To: freebsd-pkg@freebsd.org Subject: Re: reinstall all packages Message-ID: <160582A882E3EED9626220F8@atuin.in.mat.cc> In-Reply-To: <20140727162157.GA83693@admin.sibptus.tomsk.ru> References: <20140727162157.GA83693@admin.sibptus.tomsk.ru> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 17:50:35 -0000 +--On 27 juillet 2014 23:21:57 +0700 Victor Sudakov wrote: | Colleagues, | | After a major upgrade it is recommended to reinstall all ports/packages. | What is the recommended procedure for pkg ? After moving from a major version to another, pkg upgrade -f is the way to go. By major, I mean going from 8 to 9, or 9 to 10. You don't need to do that going from say, 9.1 to 9.3, you would be installing the same packages over again. -- Mathieu Arnold