From owner-freebsd-ports@FreeBSD.ORG Fri Dec 26 22:28:40 2014 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 51E3C95C for ; Fri, 26 Dec 2014 22:28:40 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 02AD32A78 for ; Fri, 26 Dec 2014 22:28:39 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBQMSbDO028906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 26 Dec 2014 15:28:38 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sBQMSbZJ028903; Fri, 26 Dec 2014 15:28:37 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 26 Dec 2014 15:28:37 -0700 (MST) From: Warren Block To: Matthias Andree Subject: Re: gnomehier In-Reply-To: <549DB804.8030801@gmx.de> Message-ID: References: <549DB583.8060409@webrz.net> <549DB804.8030801@gmx.de> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 26 Dec 2014 15:28:38 -0700 (MST) Cc: freebsd-ports@freebsd.org 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: Fri, 26 Dec 2014 22:28:40 -0000 On Fri, 26 Dec 2014, Matthias Andree wrote: > Am 26.12.2014 um 20:22 schrieb Jos Chrispijn: >> With portmanager I got this line: >> ===>>> The misc/gnomehier port has been deleted: Not needed anymore >> But I still have it active. How can I remove it when the port itself is >> nog existing anymore as deinstall won't work anymore as its >> portfolder is gone... > > pkg delete -f gnomehier > > should do the trick. Well, yes, but won't that leave the package database with missing dependencies on it? 'pkg info -r gnomehier' will show the list of ports that require it. Rebuild those ports and gnomehier can be deleted without problems. (Untested): portmaster `pkg info -qr gnomehier` pkg delete gnomehier