From owner-freebsd-ports@FreeBSD.ORG Sat Aug 29 19:32:29 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 065F81065674 for ; Sat, 29 Aug 2009 19:32:29 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE438FC1B for ; Sat, 29 Aug 2009 19:32:27 +0000 (UTC) Received: (qmail 22845 invoked by uid 399); 29 Aug 2009 19:32:24 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 29 Aug 2009 19:32:24 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4A998242.80005@FreeBSD.org> Date: Sat, 29 Aug 2009 12:32:18 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <4A89CB20.3000408@quip.cz> <4A8E2121.6040507@FreeBSD.org> <4A8E8ACA.3060705@quip.cz> <4A8EF583.8090806@FreeBSD.org> <4A9966FE.7060509@quip.cz> In-Reply-To: <4A9966FE.7060509@quip.cz> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portmaster is not always recursive 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: Sat, 29 Aug 2009 19:32:29 -0000 Miroslav Lachman wrote: > I have another case, where portmaster did not update dependency. > > I started with the following list of available updates > > root@elsa ~/# portmaster fetch update && pkg_version -vIL = > apache-2.2.11_7 < needs updating (index has 2.2.13) Portmaster doesn't use the INDEX file at all, so all bets are off at this point. However ... > root@elsa ~/# portmaster -L | grep apache > ===>>> apache-2.2.11_7 > ===>>> New version available: apache-2.2.13 > ===>>> apachetop-0.12.6_1 So let's look at php5-mcrypt: make all-depends-list /usr/ports/lang/php5 /usr/ports/devel/autoconf262 /usr/ports/security/libmcrypt /usr/ports/devel/libltdl22 /usr/ports/devel/pkg-config /usr/ports/textproc/libxml2 /usr/ports/lang/perl5.8 /usr/ports/devel/m4 /usr/ports/misc/help2man /usr/ports/devel/gmake /usr/ports/devel/autoconf-wrapper /usr/ports/devel/libtool22 /usr/ports/converters/libiconv I have no idea how pkg_tree creates its list of dependencies, but according to the method that portmaster uses apache is not a dependency. hth, Doug -- This .signature sanitized for your protection