From owner-freebsd-questions@freebsd.org Thu Jul 2 19:55:15 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A518B993BC6 for ; Thu, 2 Jul 2015 19:55:15 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E7F58187A for ; Thu, 2 Jul 2015 19:55:14 +0000 (UTC) (envelope-from herbert@oslo.ath.cx) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id bb168e3d for ; Thu, 2 Jul 2015 21:55:10 +0200 (CEST) Date: Thu, 2 Jul 2015 21:55:10 +0200 From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: portmaster -af fails due to dead port - HELP Message-ID: <20150702195510.GA2863@oslo.ath.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23+95 (3bbb1f569eb1) (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 19:55:15 -0000 On Thu, Jul 02, 2015 at 11:29:27AM -0400, William Dudley wrote: > I'm using freebsd-update to move from 8.4 RELEASE to 9.3 WHATEVER > > I'm trying to upgrade my ports > > I run portmaster -af > > lots of messages, and then this: > > > ===>>> The security/chkrootkit port has been deleted: Has expired: Fails to > build with new utmpx > ===>>> Aborting update > > and portmaster stops without updating anything. > > How do I get past this. > > /usr/ports/security/chkrootkit DOES NOT EXIST so I can't do "make > uninstall" there. How about 'pkg delete chkrootkit'? -- Herbert