Skip site navigation (1)Skip section navigation (2)
Date:      12 Feb 2003 11:55:31 +0100
From:      Franz Klammer <klammer@webonaut.com>
To:        FreeBSD-gnome <gnome@freebsd.org>
Cc:        Joe Marcus Clarke <marcus@FreeBSD.org>
Subject:   Re: HEADS UP: Removing GNOMENG
Message-ID:  <1045047331.663.10.camel@ds9.webonaut.com>
In-Reply-To: <1045018703.89844.13.camel@shumai.marcuscom.com>
References:  <1044991950.305.36.camel@gyros> <1044996271.644.97.camel@ds9.webonaut.com> <1045018703.89844.13.camel@shumai.marcuscom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Mi, 2003-02-12 um 03.58 schrieb Joe Marcus Clarke:
> On Tue, 2003-02-11 at 15:44, Franz Klammer wrote:
> > Am Di, 2003-02-11 um 20.32 schrieb Joe Marcus Clarke:
> > > Okay, here is my release candidate diff for removing need for the
> > > GNOMENG keyword, and adding GNOME 2 support to the new GNOME porting
> > > infrastructure.  This patch applies directly to ports/Mk/bsd.gnome.mk,
> > > and removes the need for the bsd.gnomeng.mk file.  
> > > 
> > > I'd like to commit this tomorrow if possible.  Please let me know if you
> > > see of foresee any problems.  Thanks.
> > > 
> > 
> > work well for me with file_menu_applet.
> > i've deleted the older mails about this (maybe you have written about)
> > but why you don't include a kind of auto detection as additional safety.
> 
> Give this diff a try.  It adds such a check.  I haven't done any testing
> yet, though.
> 

OK! it works.
done test with and without WITH_GNOME_DESKTOP=[1|2] and it works 
like expected.

FYI: i've only made one test with file_menu_applet. 
     anything else i should check?

franz.

> Joe
> 
> > 
> > eg: 
> > 
> > (ok! i know, that's not the correct syntax ;)
> > 
> > if !defined(WITH_GNOME_DESKTOP); then
> >   if exists ../libpanelapplet-2.0.pc; then
> >     WITH_GNOME_DESKTOP=2
> >   else
> >     WITH_GNOME_DESKTOP=1
> >   endif
> > endif
> > 
> > sorry if this mail is a "argh! we already discussed about that!".
> > i was too lazy to look into the archive. 
> > 
> > attached the patch that removes GNOMENG and the gnome1-check 
> > from file_menu_applet. 
> > 
> > franz.
> > 
> > > Joe
-- 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




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