From owner-freebsd-stable@FreeBSD.ORG Thu Jun 27 12:20:30 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5EB59D24 for ; Thu, 27 Jun 2013 12:20:30 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 200331FAC for ; Thu, 27 Jun 2013 12:20:30 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 77C2928422; Thu, 27 Jun 2013 14:20:23 +0200 (CEST) Received: from [192.168.1.2] (ip-89-177-49-222.net.upcbroadband.cz [89.177.49.222]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 65FC02842C; Thu, 27 Jun 2013 14:20:22 +0200 (CEST) Message-ID: <51CC2E05.5080203@quip.cz> Date: Thu, 27 Jun 2013 14:20:21 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Warren Block Subject: Re: portupgrade(1) | portmaster(8) -- which is more effective for large upgrade? References: <67588ada736599c95cac241b3c3af730.authenticated@ultimatedns.net> <9580eaf8d7706197d1fee71c90ed7f20.authenticated@ultimatedns.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Chris H , matthias.andree@gmx.de, freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 12:20:30 -0000 Warren Block wrote: > On Wed, 26 Jun 2013, Chris H wrote: >>> On Wed, 26 Jun 2013, Chris H wrote: >>> >>> Okay, look up the last time you installed or upgraded a port: >>> % ls -ltr /var/db/pkg >>> >>> The last one is the most recently modified. Update your ports tree, >>> follow all the steps that apply to your system since that date. > > That should say "all the steps in /usr/ports/UPDATING that apply to your > system since that date." There is a nice command that helps you to list only relevant entries from UPDATING (entries from UPDATING for already installed ports) pkg_updating -d YYYYMMDD Where YYYYMMDD is the last time you did ports update, for example pkg_updating -d 20120923 Miroslav Lachman