From owner-freebsd-ports@FreeBSD.ORG Thu Jun 14 07:14:26 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E17E16A46D for ; Thu, 14 Jun 2007 07:14:26 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-1.eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id DBBD313C489 for ; Thu, 14 Jun 2007 07:14:25 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-225-43.eunet.yu [213.198.225.43]) by smtpclu-1.eunet.yu (8.13.6/8.13.6) with ESMTP id l5E7EK0U023767; Thu, 14 Jun 2007 09:14:21 +0200 Message-Id: <200706140714.l5E7EK0U023767@smtpclu-1.eunet.yu> Date: Thu, 14 Jun 2007 09:14:33 +0200 From: Nikola Lecic To: Jeremie Le Hen In-Reply-To: <20070614070602.GD39533@obiwan.tataz.chchile.org> References: <20070614070602.GD39533@obiwan.tataz.chchile.org> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.12; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: jeremie@le-hen.org, freebsd-ports@FreeBSD.org Subject: Re: Keeping track of automatically installed dependency-only ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 07:14:26 -0000 On Thu, 14 Jun 2007 09:06:02 +0200 Jeremie Le Hen wrote: > Hi, >=20 > Is there a way to track dependency-only ports, so that if I install > port0 which requires port1 which in turn requires port2 and so on, > deinstalling port0 will deinstall portN up to the first one required > by another port or one I explicitely installed. Aren't you speaking about 'pkg_deinstall --upward-recursive port0'? Nikola Le=C4=8Di=C4=87