From owner-freebsd-pkg@freebsd.org Wed Apr 6 11:30:24 2016 Return-Path: Delivered-To: freebsd-pkg@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 014D5B05FF8 for ; Wed, 6 Apr 2016 11:30:24 +0000 (UTC) (envelope-from guido@gvr.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E43131EE7 for ; Wed, 6 Apr 2016 11:30:23 +0000 (UTC) (envelope-from guido@gvr.org) Received: by mailman.ysv.freebsd.org (Postfix) id E3820B05FF7; Wed, 6 Apr 2016 11:30:23 +0000 (UTC) Delivered-To: pkg@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 E3250B05FF6 for ; Wed, 6 Apr 2016 11:30:23 +0000 (UTC) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (gvr-gw.gvr.org [217.26.110.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06B2C1EE6; Wed, 6 Apr 2016 11:30:23 +0000 (UTC) (envelope-from guido@gvr.org) Received: from gvr.gvr.org (localhost [127.0.0.1]) by gvr.gvr.org (Postfix) with ESMTP id 03E8BB05DC; Wed, 6 Apr 2016 13:30:20 +0200 (CEST) X-Virus-Scanned: amavisd-new at gvr.org Received: from gvr.gvr.org ([127.0.0.1]) by gvr.gvr.org (gvr.gvr.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4sxGXcbq1vgD; Wed, 6 Apr 2016 13:30:19 +0200 (CEST) Received: by gvr.gvr.org (Postfix, from userid 657) id B1CB3B05DB; Wed, 6 Apr 2016 13:30:19 +0200 (CEST) Date: Wed, 6 Apr 2016 13:30:19 +0200 From: Guido van Rooij To: Baptiste Daroussin Cc: pkg@freebsd.org Subject: Re: pkg request Message-ID: <20160406113019.GA23568@gvr.gvr.org> References: <20160406094454.GA18810@gvr.gvr.org> <20160406110338.GK49864@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160406110338.GK49864@ivaldir.etoilebsd.net> X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 11:30:24 -0000 On Wed, Apr 06, 2016 at 01:03:38PM +0200, Baptiste Daroussin wrote: > On Wed, Apr 06, 2016 at 11:44:54AM +0200, Guido van Rooij wrote: > > First thanks for pkgng, it made life a lot easier here. > > I have a feature request: > > sometimes ports are removed completely (e.g. textproc/py-xml), > > or there are multiple supported versions and an old > > version is removed, > > e.g. net/isc-dhcp42-server > > > > When I have the corresponding packages installed, it is not easy > > to identify these packages (sometimes such remobal is documented in > > UPDATING bt for the above examples that is not the case). > > > > It would be a nice option if one of the pkg tools could identify packages > > that have an origin that no longer exists in the ports tree. Perhaps even > > that pkg upgrade would delete these packages with a sepcial option. > > would be > > happy to create a patch if it weren't for the fact that I don't really > > know the right place/tool to add it to. > > > > pkg version -voRL '?' > > > All the one noted as orphaned does not exists remotely anymore. > > Be aware that if for if a package fails to build and is not anymore on the > remote repositories it will also be marked as orphaned. > Hi Baptiste, Thanks! (should be -voRl though ;-) -Guido