From owner-freebsd-ports@FreeBSD.ORG Sun Nov 6 13:07:29 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D0F16A425 for ; Sun, 6 Nov 2005 13:07:28 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from bafirst.com (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id E97C243D46 for ; Sun, 6 Nov 2005 13:07:27 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from encontacto.net ([201.144.83.207]) by bafirst.com with esmtp; Sun, 06 Nov 2005 07:07:23 -0600 id 000A1086.436E000C.00002FB1 Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Sun, 06 Nov 2005 07:07:17 -0600 id 000C3845.436E0005.00013BE1 Received: from dsl-201-144-83-207.prod-infinitum.com.mx (dsl-201-144-83-207.prod-infinitum.com.mx [201.144.83.207]) by mail.encontacto.net (Horde MIME library) with HTTP; Sun, 06 Nov 2005 07:07:17 -0600 Message-ID: <20051106070717.t22s70nbgg4wgsw8@mail.encontacto.net> Date: Sun, 06 Nov 2005 07:07:17 -0600 From: "Edwin L. Culp" To: freebsd-ports@freebsd.org References: <1131176568.3960.20.camel@shumai.marcuscom.com> <20051106052710.jn84zulfeo0k4g84@mail.encontacto.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.1-cvs Subject: Re: ANNOUNCE: GNOME 2.12.1 has been merged into the ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 13:07:29 -0000 Quoting Sam Lawrance : > > On 06/11/2005, at 10:27 PM, Edwin L. Culp wrote: > > >> Quoting Joe Marcus Clarke : >> >> >> >>> Now that the freeze in preparation for FreeBSD 6.0 is over (an excellent >>> release to be sure), it is my great pleasure (on behalf of the FreeBSD >>> GNOME Team) to announce the general availability of GNOME 2.12 for >>> FreeBSD. >>> >>> The official release notes for GNOME 2.12 can be found at >>> http://www.gnome.org/start/2.12/notes/en/. FreeBSD-specific >>> documentation can be found at http://www.FreeBSD.org/gnome/. The >>> documentation has been updated, but it will be a little while before the >>> website rebuilds. >>> >>> Upgrading from GNOME 2.10 to 2.12 is tricky. You should NOT use >>> portupgrade by itself to do this upgrade. Instead, download the >>> gnome_upgrade script from >>> http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script is >>> a wrapper for portupgrade that contains additional logic to steer clear >>> of some potential pitfalls with the upgrade. >>> >>> >> Hello, >> >> It is always nice to know what you should have done;) >> >> A little late, I'm afraid, but when using the script is being used >> and the upgrade fails because of a power outage after the ports >> have been uninstalled and not rebuilt, what is the correct >> proceedure to follow? >> >> I reiniciated the update by reexecuting gnome_upgrade212.sh -f and >> it seems as though I'm going to loose some ports that were deleted >> during the first execution. When I realized that was a posiblity, >> I checked the -h option and saw -restart that I >> should add as an argument and don't know where >> might be or if I should have created it before iniciating the >> upgrade process. >> >> > > Something like this: > > sh gnome_upgrade212.sh -restart /var/tmp/gnome_upgrade_lst.XXXXXX > Thanks, Sam. I found both the old and the new lists. As many times as I listed /var/tmp I didn't see it for all the other temp files there. I really appreciate it. ed