From owner-freebsd-ports@FreeBSD.ORG Mon May 15 07:51:41 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330BB16A409 for ; Mon, 15 May 2006 07:51:41 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908D243D48 for ; Mon, 15 May 2006 07:51:40 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by nz-out-0102.google.com with SMTP id x7so69870nzc for ; Mon, 15 May 2006 00:51:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wrn2oXLiXyOx4NziDxAf96S92C+7phGxuS61h/bBEtgRt3HDSAWl/YRTCr63EZQXJ76D/BplMeD+IQFu+Hu++HS20XTqo7Qi6AyZznaiVLGqonKMHAfQvHoFFdvtWhx4xXQ3mNmmoZnWoGBUicODYk4mTGHHJxy0dcvnRq6+MAg= Received: by 10.65.157.19 with SMTP id j19mr1554674qbo; Mon, 15 May 2006 00:51:39 -0700 (PDT) Received: by 10.65.112.18 with HTTP; Mon, 15 May 2006 00:51:39 -0700 (PDT) Message-ID: Date: Mon, 15 May 2006 15:51:39 +0800 From: "Jiawei Ye" To: "[LoN]Kamikaze" In-Reply-To: <44682A60.1090701@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44682A60.1090701@gmx.de> Cc: freebsd-ports@freebsd.org Subject: Re: dependency inheritance 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: Mon, 15 May 2006 07:51:41 -0000 On 5/15/06, [LoN]Kamikaze wrote: > First of all I don't understand why it should have any dependencies > apart from portupgrade. > The second problem is that apart from ruby-1.8.4_6,1 and perl-5.8.8, > which were obviously inherited from portupgrade, why does it inherit the > wrong version of ruby-bdb and why doesn't it inherit bdb4? During my conversation with the author of portmanager, we found that pkg_* tools look at the ports Makefiles instead of the installed db/pkg/+CONTENTS when determining the dependancies. Portmanager did an excellent job resolving these dependancy things, but it is not in active development now. Jiawei Ye --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming