From owner-freebsd-current@FreeBSD.ORG Mon Oct 15 17:32:59 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A48CD08 for ; Mon, 15 Oct 2012 17:32:59 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 22E108FC0C for ; Mon, 15 Oct 2012 17:32:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:To:From:Date; bh=AyjRiqkamCntLwoS/mIYStZPulLny/n5R3ONFo9TM5I=; b=WlpAXUZ/GiZFjcORoN0H5My5WO2pf8dRlY2OP7oAV44p3VmUoakPAAZrT304+eZLogN1g6XWvzIFZW+daJtkGxjOQix1GidxgthxnGb7OqsavKsrgHRfXPXeeQzHwezsopAcxmkuj3dlJdq0aVk7yg7H+M9obaUVpP5iR7GqOrg=; Received: from iglou3.iglou.com ([192.107.41.6]:57490 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TNoXC-0005DI-F5 by authid with igloumta_auth for current@freebsd.org; Mon, 15 Oct 2012 13:32:58 -0400 Received: from shell1.iglou.com ([192.107.41.17]:47503 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TNoXC-00079q-6o for current@freebsd.org; Mon, 15 Oct 2012 13:32:58 -0400 Date: Mon, 15 Oct 2012 13:32:58 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: current@freebsd.org Subject: [solved]: pkgng | portmaster In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-Mailman-Approved-At: Mon, 15 Oct 2012 18:20:21 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 15 Oct 2012 17:32:59 -0000 On Mon, 15 Oct 2012, Darrel wrote: > > Would it be best to deinstall portmaster for now? Portmaster typically > updates itself, but this might be a special case. > I got it: # cd /usr/port/ports-mgmt/portmaster # make deinstall # make rmconfig # make reinstall - select pkgngpatch > Okay Perhaps it was portmaster depending on automake, so you might want to run portmaster -s ===>>> automake-1.12.4 is no longer depended on, delete? y/n [n] y ===>>> Deleting all distfiles for devel/automake ===>>> Distfile cleaning complete ===>>> Running pkg delete -f automake-1.12.4 The following packages will be deinstalled: automake-1.12.4 The deinstallation will free 1 MB Deleting automake-1.12.4... done (34) @ 13:26:37> Darrel