From owner-freebsd-gnome Sun Mar 3 22:34:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from omega.lovett.com (omega.lovett.com [209.249.90.123]) by hub.freebsd.org (Postfix) with ESMTP id 41A7E37B416 for ; Sun, 3 Mar 2002 22:34:11 -0800 (PST) Received: from [24.243.55.247] (helo=[10.0.0.2] ident=ident) by omega.lovett.com with esmtp (Exim 3.34 #1) id 16hm2z-000GYo-00; Sun, 03 Mar 2002 22:34:09 -0800 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Mon, 04 Mar 2002 00:34:19 -0600 Subject: Re: missing dependencies in some gnome ports From: Ade Lovett To: Kalle , Message-ID: In-Reply-To: <20020303160516.N364-100000@as5-1-5.kp.g.bonet.se> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 03/03/02 09:06, "Kalle" wrote: > I was trying to build xmms today, and found that some dependencies was > missing in some gnomeports. You don't indicate what ports/packages you had previously loaded, but nonetheless: > bonobo-1.0.19: > need ORBit 0.5.12 or later > need oaf 0.6.7 or later Has both dependencies covered. Try make all-depends-list, and you will see that both ORBit and oaf are included. We do not (yet) have version-dependency implemented, so if you have older versions of these dependent ports installed, the checks will work, but build will fail. > gtkhtml-1.0.1: > need gconf 1.0.7 or later See above. > gnomecore-1.4.0.6_1: > need gnome-libs (no ./configure check!) See above. Implied by USE_GNOMECTRL which implies USE_GNOMELIBS, which brings in x11/gnomelibs. I think it's time that I started working on specific version-dependency code, after I commit the megapatch to move stuff into DIST_SUBDIR=gnome and USE_BZIP2 where possible. -aDe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message