From owner-freebsd-ports@FreeBSD.ORG Mon Jan 26 23:51:59 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3B941D2 for ; Mon, 26 Jan 2015 23:51:58 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADE1662F for ; Mon, 26 Jan 2015 23:51:58 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 0DD342842D for ; Tue, 27 Jan 2015 00:51:49 +0100 (CET) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 4B73828426 for ; Tue, 27 Jan 2015 00:51:48 +0100 (CET) Message-ID: <54C6D314.5000106@quip.cz> Date: Tue, 27 Jan 2015 00:51:48 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: pkg delete portaudit is trying to remove sysinfo Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2015 23:51:59 -0000 I am converting all our servers to pkg2ng and on one old system I have the following problem. After conversion (pkg2ng) I need to remove deprecated portaudit. It went fine on 10 servers before, but on this one (inside jail) the "pkg delete" tried to remove sysinfo package too. # pkg delete portaudit-0.5.17 Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 2 packages (of 0 packages in the universe): Installed packages to be REMOVED: portaudit-0.5.17 sysinfo-1.0.1 The operation will free 54 KiB. Proceed with deinstalling packages? [y/N]: n Can anobody tell me, why it is trying to remove sysinfo? Sysinfo has nothing to do with portaudit. Miroslav Lachman