From owner-cvs-ports@FreeBSD.ORG Fri Aug 8 09:18:17 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0FB37B401; Fri, 8 Aug 2003 09:18:17 -0700 (PDT) Received: from jane.inty.net (jane.inty.net [195.224.93.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10BF43FCB; Fri, 8 Aug 2003 09:18:10 -0700 (PDT) (envelope-from paul@freebsd-services.com) Received: from inty.hq.inty.net (inty-untrusted-aztec-west.inty.net [212.50.178.178]) by jane.inty.net (8.11.6p2/8.11.6) with ESMTP id h78GI2H06446; Fri, 8 Aug 2003 17:18:03 +0100 (BST) x-previous-hop: 212.50.178.178 Received: from [10.0.1.111] ([10.0.1.111]) by inty.hq.inty.net (8.12.1/8.12.1) with ESMTP id h78GI1dx083888; Fri, 8 Aug 2003 17:18:01 +0100 (BST) From: Paul Richards To: Joe Marcus Clarke In-Reply-To: <1060358121.720.8.camel@gyros> References: <200308071707.h77H7t52099972@repoman.freebsd.org> <1060357144.6729.4.camel@localhost> <1060357522.720.6.camel@gyros> <1060357855.6729.17.camel@localhost> <1060358121.720.8.camel@gyros> Content-Type: text/plain Message-Id: <1060359484.6729.48.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Fri, 08 Aug 2003 16:18:04 +0000 Content-Transfer-Encoding: 7bit X-Sender-IP: 10.0.1.111 X-INT-DeliveryDone: h78GI1dx083888 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm Makefile ports/x11-wm/metacity-setup ports/x11-wm/metacity-setup/files patch-src_callbacks.c patch-src_interface.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 16:18:18 -0000 On Fri, 2003-08-08 at 15:55, Joe Marcus Clarke wrote: > On Fri, 2003-08-08 at 11:50, Paul Richards wrote: > > On Fri, 2003-08-08 at 16:45, Joe Marcus Clarke wrote: > > > On Fri, 2003-08-08 at 11:39, Paul Richards wrote: > > > > Is there a recommended way of dealing with removed packages? > > > > > > That's what the MOVED file is supposed to do. In a way, it does work. > > > The best thing to do in _this_ situation is do portupgrade gnome2, then > > > pkgdb -F and remove metacity-setup. You'll note when you run the pkgdb > > > command, it will print the metacity-setup remove message from the MOVED > > > file. > > > > That doesn't work for me. portupgrade aborts the upgrade of gnome2 > > because the metacity-setup upgrade fails. If you then run pkgdb -F, it > > prints the MOVED message and offers to delete it, but pkg_delete fails > > because of the gnome2 dependency. > > Hmmm...I just did this twice, and it works for me. You have to upgrade > gnome2 by itself to get it to work (portupgrade gnome2). Any recursive > or options or portupgrade -a will not work. Ok, the -a was the problem, it's worked now. Thanks.