From owner-freebsd-current@FreeBSD.ORG Sun Sep 5 20:51:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C75E16A4CF for ; Sun, 5 Sep 2004 20:51:39 +0000 (GMT) Received: from skippyii.compar.com (ftp.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9985F43D39 for ; Sun, 5 Sep 2004 20:51:38 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185])i85Kv8s9046788; Sun, 5 Sep 2004 16:57:09 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <000f01c49389$be8b9d80$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Randy Bush" , "FreeBSD Current" References: <16699.28812.895951.64132@ran.psg.com> Date: Sun, 5 Sep 2004 16:48:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: resuming portupgrade X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 20:51:39 -0000 > if > portupgrade -fav > fails at some point, and i fix the cause of failure, > how can i resume it? > > e.g., i got > > + lang/librep (librep-0.16.2_4) > + print/enscript-letter (enscript-letter-1.6.4) > + print/freetype2 (freetype2-2.1.7_3) > + graphics/gd (gd-2.0.25,1) > + x11-fonts/fontconfig (fontconfig-2.2.3,1) > ! x11/XFree86-4-libraries (XFree86-libraries-4.3.0_7) (install error) > * misc/hicolor-icon-theme (hicolor-icon-theme-0.5) > * math/xplot (xplot-0.90.7.1) > > due to > > ===> XFree86-libraries-4.4.0 conflicts with installed package(s): > xpm-3.4k > > They install files into the same place. > Please remove them first with pkg_delete(1). > > i de_install xpm, but how to resume the portupgrade -f? Just run it again. It will only upgrade ports that are still out-of-date -- ie, the ones that didn't get upgraded the first time because of the XFree error. -- Matt