From owner-freebsd-ports@FreeBSD.ORG Wed Jan 14 21:08:40 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 06E031065745 for ; Wed, 14 Jan 2009 21:08:40 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 879878FC1C for ; Wed, 14 Jan 2009 21:08:39 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ey-out-2122.google.com with SMTP id d26so85358eyd.7 for ; Wed, 14 Jan 2009 13:08:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=S6eWGlk8qO3W0fOfzZd33FdecK2UFdpZsGFwYGNdZuc=; b=l9lnqEYmdQi9cBH7OnRRYp9DwCRMA1ksV+nEmHAf7WHSksMLIxyCF8V6Jedb56l4o8 zcFsTb/DqfjCQpGMSh4Se72tcEoqUffgnB0iYHabAbjYGqFI/MEXOPZh5jKoF3Id8itK JHCwRkm2g+tmm9qGqRmAUbYKOAohJU/dJ+Sro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=VkZVp8UlwCjp6eo5wpWA30Fv/gQF/oQQ/cc/Fj8rNh0+T7CCT86hqzNawVwrJ2Fdvt hAnKSDo09hb+vYP0tBTUa1ZFO53vQZuTOzP0dlg0y2/d6TczNEshaD7SJbOIFQXQfz3x lllj3OkGE5uNBo8O39mR8yemJM7eoje0y5qoM= Received: by 10.210.22.16 with SMTP id 16mr697085ebv.56.1231967318536; Wed, 14 Jan 2009 13:08:38 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id z40sm371272ikz.13.2009.01.14.13.08.36 (version=SSLv3 cipher=RC4-MD5); Wed, 14 Jan 2009 13:08:37 -0800 (PST) Date: Wed, 14 Jan 2009 21:08:34 +0000 From: RW To: freebsd-ports@freebsd.org Message-ID: <20090114210834.1481eebc@gumby.homeunix.com> In-Reply-To: <20090114203941.7516d639@it.buh.tecnik93.com> References: <20090114203941.7516d639@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: portmaster some_port vs. portmaster 'some_port*' 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: Wed, 14 Jan 2009 21:08:40 -0000 On Wed, 14 Jan 2009 20:39:41 +0200 Ion-Mihai Tetcu wrote: > Hi, > > > Maybe I'm not reading the man page correctly, but I would expect > portmaster, if invoked with a wild-card, to: > - first update the dependencies of the ports matched by the > 'some_port*' it gets on the command line > - then to update the ports matched by said wild-card in dependency > order. Logically it should work through all relevant ports in dependency order, which is not the same thing as your two-stage build. The way you expected it to work doesn't guarantee dependency order. Think about the the dependency order FooA -> Bar -> FooB and the wildcard Foo*