From owner-freebsd-gnome Thu Jan 30 21:37:21 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABAC37B401 for ; Thu, 30 Jan 2003 21:37:19 -0800 (PST) Received: from hotmail.com (f101.sea2.hotmail.com [207.68.165.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45D6D43F3F for ; Thu, 30 Jan 2003 21:37:19 -0800 (PST) (envelope-from reigncracks@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 30 Jan 2003 21:37:19 -0800 Received: from 68.103.37.247 by sea2fd.sea2.hotmail.msn.com with HTTP; Fri, 31 Jan 2003 05:37:18 GMT X-Originating-IP: [68.103.37.247] From: "Mezz bsdforums.org" To: gnome@FreeBSD.org Subject: Re: HEADS UP, RFC, and all that jazz: New GNOMENG updates Date: Fri, 31 Jan 2003 00:37:18 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 31 Jan 2003 05:37:19.0007 (UTC) FILETIME=[D1F322F0:01C2C8EA] 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 Yes, it works as you expected. ;-) Here's what I had done the test following: Edit net/gaim/Makefile: ========================== #.if ${HAVE_GNOME:Mlibpanel}!= "" && !exists(${GNOME_PANEL2}) USE_GNOME+= libpanel RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+= --enable-panel PKGNAMESUFFIX= -gnome PLIST_SUB+= PANEL:="" NOPANEL:="@comment " #.else #CONFIGURE_ARGS+= --disable-gnome #PLIST_SUB+= PANEL:="@comment " NOPANEL:="" #.endif ========================== Then, play with the values of WITH_GNOME_DESKTOP in the /etc/make.conf. The value 1 will install gaim right away, but not value 2 like this: ========================== # make ===> gaim-gnome-esound-0.59.8_1 is marked as broken: gaim wants to use the GNOME 1 desktop, but you wish to use the GNOME 2 desktop. ========================== BTW: Have you tried gnome-vim (VIM with gtk2), yet? I downloaded the patch and compiled it. It looks so nice, check -> http://www.mezzweb.com:81/images/gnome-vim.png .. It's pretty stable so far, I use it for hours to code PHP/Perl/MySQL with the smooth fonts. :-) Cheers, Mezz >With GNOME 2.2 closing in, it's becoming more and more evident we need >GNOME 2 support in GNOMENG. Also, it would be nice to eradicate the old >GNOME infrastructure from the tree entirely. Attached is my first round >draft of a GNOMENG that supports GNOME 2 (2.0 right now), as well as >adds some hooks for old-style GNOME ports to function in GNOMENG, and >adds some knowledge about GNOME desktop versions. > >I would really appreciate if people could look this over, test it, and >send me your feedback. I'm not 100% convinced this is the best way to >test for the GNOME desktops, but it seems to work in my tests. > >This patch adds one new variable: > >WITH_GNOME_DESKTOP > >This variable can take one of two values: 1 or 2. If you're using the >GNOME 2 desktop, define this to be 2 (in /etc/make.conf, for example). >Of course, define this to be 1 if you're using the GNOME 1 desktop. >This comes into play especially if the port in question _can_ use >libpanel (e.g. gaim). If you define WITH_GNOME_DESKTOP to be 2, gaim >won't build the applet. > >For ports that _use_ libpanel, they will be marked as BROKEN if >WITH_GNOME_DESKTOP is set to 2. > >Again, this is just a first draft, but I would like to at least commit >the GNOME 2 additions relatively soon assuming no objections. Thanks! > >Joe _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message