From owner-freebsd-gnome@FreeBSD.ORG Mon Mar 24 16:23:28 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4742106564A for ; Mon, 24 Mar 2008 16:23:28 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao107.cox.net (eastrmmtao107.cox.net [68.230.240.59]) by mx1.freebsd.org (Postfix) with ESMTP id 1D40F8FC4B for ; Mon, 24 Mar 2008 16:23:27 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao107.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080324162327.HPJH7068.eastrmmtao107.cox.net@eastrmimpo02.cox.net>; Mon, 24 Mar 2008 12:23:27 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id 54PS1Z00M4iy4EG024PS5l; Mon, 24 Mar 2008 12:23:26 -0400 Date: Mon, 24 Mar 2008 11:25:07 -0500 To: "Stefan Hauser" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200803241610.m2OGArkh006111@multi.usr.ch> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <200803241610.m2OGArkh006111@multi.usr.ch> User-Agent: Opera Mail/9.26 (Linux) Cc: gnome@freebsd.org Subject: Re: GNOME 2.22 has been released! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 16:23:28 -0000 On Mon, 24 Mar 2008 11:10:53 -0500, Stefan Hauser wrote= : > >> >> What is not working? Please show us the error. >> > >> > sorry, meant 'doesnt'. dont't have the exact error anymore, but >> > a 'make install' in /usr/ports/x11/gnome2 failed quite soon with a >> > missing BSD.gnome.dist in /usr/local/etc/mtree. >> >> Do you remember where it has stopped at? > > no, sorry. but after trying and digging trought the ports stuff, i got= > the impression that USE_GNOME was not honored. > >> > after diff'in to a previous bsd.gnome.mk, i saw that LIB_DEPENDS an= d >> > RUN_DEPENDS where not set anymore, and added them back, after that,= >> > building went on. >> >> Which did you edit? I am still clueless. > > i edited /usr/ports/Mk/bsd.gnome.mk, and inserted LIB_DEPENDS and = > RUN_DEPENDS after line 713, like the other *_DEPENDS there. Yikes! I see it now, I tried to commit it but marcus got it first before= I = do. Thanks for report! We do it different in MC CVS looks like this: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D . for component in ${_USE_GNOME_ALL} . if ${_USE_GNOME:M${component}}!=3D"" PATCH_DEPENDS+=3D ${${component}_PATCH_DEPENDS} FETCH_DEPENDS+=3D ${${component}_FETCH_DEPENDS} EXTRACT_DEPENDS+=3D${${component}_EXTRACT_DEPENDS} BUILD_DEPENDS+=3D ${${component}_BUILD_DEPENDS} ####################################################### # # *** WARNING: DO NOT MERGE THIS NEXT LINE TO FREEBSD # .if !defined(NODEPENDS) LIB_DEPENDS+=3D ${${component}_LIB_DEPENDS} RUN_DEPENDS+=3D ${${component}_RUN_DEPENDS} .endif =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D We have a few other different too that are only for MC CVS, so we change= = back when we put in FreeBSD ports. Cheers, Mezz > etienne -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org