From owner-freebsd-current@FreeBSD.ORG Sun Sep 5 20:01:18 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 2505E16A4CE for ; Sun, 5 Sep 2004 20:01:18 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E095743D39 for ; Sun, 5 Sep 2004 20:01:17 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1C43CP-0002hl-9e for freebsd-current@freebsd.org; Sun, 05 Sep 2004 13:01:17 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16699.28812.895951.64132@ran.psg.com> Date: Sun, 5 Sep 2004 13:01:16 -0700 To: FreeBSD Current Subject: 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:01:18 -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? randy