From owner-freebsd-questions@FreeBSD.ORG Fri Jul 24 17:09:51 2009 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 EA829106564A for ; Fri, 24 Jul 2009 17:09:51 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f217.google.com (mail-ew0-f217.google.com [209.85.219.217]) by mx1.freebsd.org (Postfix) with ESMTP id 718728FC15 for ; Fri, 24 Jul 2009 17:09:50 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy17 with SMTP id 17so110698ewy.43 for ; Fri, 24 Jul 2009 10:09:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=AllYwdkLLZTEXQ6Ik/tdnUIgjXVIAbiZ0k5EWfYowu4=; b=cw+lwEC7NVdKCJsioqMpxfKXqc1Z4nvlav0J7F7h3V/RCUYk6BT/wll0Ng9SZRN+eK jx5zCyhxwc6uMUhYcb21hHgUUm1u555YXYKKVvJwv2nC9oQjk1tcHi0ohTlRxau8y33g 1gygB9A4xzLtHXS0fuMR9sziqudaC6x+UdiKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=R+TJJOm80UBSLsVPB0iE9vPCFhJURnhv+xY+hfjlGBMHvQVFFyyycDo9XiwPoMXgza 9TS61aRjymGUP1+ODAnv5NKsldV5ld9qULattjwHJ03z5LYsrhhNqdiGAQ5kX1mxCxsk ++CN6ROaOY3GD9Yk/dYaOTXTkExtULi3cgdJ8= Received: by 10.216.70.143 with SMTP id p15mr1043409wed.115.1248455390104; Fri, 24 Jul 2009 10:09:50 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id m5sm8907771gve.3.2009.07.24.10.09.45 (version=SSLv3 cipher=RC4-MD5); Fri, 24 Jul 2009 10:09:49 -0700 (PDT) Date: Fri, 24 Jul 2009 18:09:33 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090724180933.24883609@gumby.homeunix.com> In-Reply-To: <200907240828.15904.mel.flynn+fbsd.questions@mailing.thruhere.net> References: <20090724120343.GA74404@aurora.oekb.co.at> <20090724133214.GE51640@torus.slightlystrange.org> <200907240828.15904.mel.flynn+fbsd.questions@mailing.thruhere.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.5; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: jpeg-7 - rebuild all dependencies - how? 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: Fri, 24 Jul 2009 17:09:52 -0000 On Fri, 24 Jul 2009 08:28:14 -0800 Mel Flynn wrote: > On Friday 24 July 2009 05:52:37 chris scott wrote: > > > maybe it would be a good idea for ports to have an event log like > > yum does on centos. Just a simple log of stuff added, removed, and > > upgraded. It would be invaluable in this situation as you could see > > what was removed and it would be fairly easy to recover. It just > > may take a little time. > > Err, this is available through cvs log/cvs diff. I believe he's referring to a log of package installs and deletes. What would probably be more useful, is to periodically write out an ordered list of leaf-origins, then you can just diff today's file with an older copy. I used to have a script for it, but it fell-off. I think package-cut-leaves keeps a similar list.