Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 11:25:07 -0500
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Stefan Hauser" <etienne@usr.ch>
Cc:        gnome@freebsd.org
Subject:   Re: GNOME 2.22 has been released!
Message-ID:  <op.t8i3v5h59aq2h7@mezz.mezzweb.com>
In-Reply-To: <200803241610.m2OGArkh006111@multi.usr.ch>
References:  <200803241610.m2OGArkh006111@multi.usr.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 24 Mar 2008 11:10:53 -0500, Stefan Hauser <etienne@usr.ch> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.t8i3v5h59aq2h7>