GNOME 2.22 has been released!

Jeremy Messenger mezz7 at cox.net
Mon Mar 24 09:23:28 PDT 2008


On Mon, 24 Mar 2008 11:10:53 -0500, Stefan Hauser <etienne at 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 and
>> > 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:

==================================================
. for component in ${_USE_GNOME_ALL}
.  if ${_USE_GNOME:M${component}}!=""
PATCH_DEPENDS+=	${${component}_PATCH_DEPENDS}
FETCH_DEPENDS+=	${${component}_FETCH_DEPENDS}
EXTRACT_DEPENDS+=${${component}_EXTRACT_DEPENDS}
BUILD_DEPENDS+=	${${component}_BUILD_DEPENDS}
#######################################################
#
# *** WARNING: DO NOT MERGE THIS NEXT LINE TO FREEBSD
#
.if !defined(NODEPENDS)
LIB_DEPENDS+=	${${component}_LIB_DEPENDS}
RUN_DEPENDS+=	${${component}_RUN_DEPENDS}
.endif
==================================================

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 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the freebsd-gnome mailing list