From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 12 16:48:13 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 34BCB16A4FD for ; Tue, 12 Dec 2006 16:48:13 +0000 (UTC) (envelope-from marek@1lo.lublin.pl) Received: from core.1lo.lublin.pl (1lo.vlan327.nemes.lubman.net.pl [212.182.71.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4A9A43EB7 for ; Tue, 12 Dec 2006 16:44:56 +0000 (GMT) (envelope-from marek@1lo.lublin.pl) Received: by core.1lo.lublin.pl (Postfix, from userid 1001) id 025DCCFF83; Tue, 12 Dec 2006 17:48:53 +0100 (CET) Date: Tue, 12 Dec 2006 17:48:53 +0100 From: Marek Denis To: hackers@freebsd.org Message-ID: <20061212164853.GA56552@core.1lo.lublin.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Mailman-Approved-At: Tue, 12 Dec 2006 22:33:18 +0000 Cc: Subject: portupgrade and dependencies X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2006 16:48:13 -0000 Hi all, I must have ommited something, because this wasn't my first upgrade of any soft with portupgrade. But this thime, when I upgraded..let's say ettercap pkg_info -r show that it's depend is also libiconv-1.9.2_1, which is not the most actuall (1.9.2_2). So I just typed: # portupgrade -r ettercap After some time I even noticed some lines like: Cleaning libiconv 1.9.2_2, but afterall, libiconv 1.9.2_1 (and no 1.9.2._2) is still in my system, moreover it is still depend of the newest ettercap. As I always understood, "-r" option in portupgrade upgraded also out-of-dated dependencies of upgraded program. But as I can see not, so how should I keep all sets (program and it's dependencies) up to date? What exactly does -r option in portupgrade? -- greetings Marek