From owner-freebsd-gnome@FreeBSD.ORG Sat Apr 18 14:43:33 2009 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 795031065859; Sat, 18 Apr 2009 14:43:33 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id E6B838FC14; Sat, 18 Apr 2009 14:43:32 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090418144332.RYYK1731.eastrmmtao106.cox.net@eastrmimpo02.cox.net>; Sat, 18 Apr 2009 10:43:32 -0400 Received: from localhost ([68.103.37.153]) by eastrmimpo02.cox.net with bizsmtp id h2jX1b0043JFCbG022jXBt; Sat, 18 Apr 2009 10:43:32 -0400 X-Authority-Analysis: v=1.0 c=1 a=IYaDCi5WVIkA:10 a=h2FZsJYPK_YA:10 a=kviXuzpPAAAA:8 a=6I5d2MoRAAAA:8 a=v8BEYsCkwuMlf_NKEbcA:9 a=anowcDOcs7VDrh4e37wA:7 a=pXsMpaiT3cRFKhuujws0po8pfJIA:4 a=4vB-4DCPJfMA:10 a=SV7veod9ZcQA:10 X-CM-Score: 0.00 Date: Sat, 18 Apr 2009 09:43:27 -0500 To: "Dmitry Morozovsky" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <1239343955.4933.113.camel@shumai.marcuscom.com> <1239667718.1304.66.camel@shumai.marcuscom.com> <1239669463.1304.67.camel@shumai.marcuscom.com> <1239670126.1304.75.camel@shumai.marcuscom.com> <3f1fd1ea0904131951u5e6b211dlbb55af484d91e63b@mail.gmail.com> <1239717249.1407.9.camel@wombat.2hip.net> <1239730007.1304.237.camel@shumai.marcuscom.com> <1239736472.1304.251.camel@shumai.marcuscom.com> <1239737820.1304.265.camel@shumai.marcuscom.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.64 (Linux) Cc: gnome@freebsd.org, ports@freebsd.org, Joe Marcus Clarke Subject: Re: HEADS UP: GNOME 2.26 available for FreeBSD 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: Sat, 18 Apr 2009 14:43:37 -0000 On Sat, 18 Apr 2009 04:47:33 -0500, Dmitry Morozovsky wrote: > On Tue, 14 Apr 2009, Joe Marcus Clarke wrote: > > JMC> > JMC> > Another question: is there a way to avoid apache22 install > (i have apache13 > JMC> > JMC> > installed and have no current plans to upgrade) ? I tried > to chase > JMC> > JMC> > options but failed. > JMC> > JMC> > JMC> > JMC> Not by using the meta-port. This is required for > gnome-user-share which > JMC> > JMC> is now part of the GNOME Desktop. > JMC> > > JMC> > Hmm, so currently there is no way to install gnome2 without > requiring apache22? > JMC> > JMC> Correct. You could, of course, go through the meta-port, and remove > JMC> gnome-user-share on your own (i.e. build your own customized > meta-port). > > Well, would you object to the following quick fix? Wel.. I object. marcus also said that you only can do in your own system, so it means we don't want to add any option in x11/gnome2. We always turn down that kind of patch unless no choice for limit size to build packages in CD for the release. Cheers, Mezz > Index: x11/gnome2/Makefile > =================================================================== > RCS file: /home/ncvs/ports/x11/gnome2/Makefile,v > retrieving revision 1.154 > diff -u -r1.154 Makefile > --- x11/gnome2/Makefile 10 Apr 2009 05:56:18 -0000 1.154 > +++ x11/gnome2/Makefile 18 Apr 2009 09:26:50 -0000 > @@ -68,7 +68,8 @@ > .endif > .if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" > -OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off > +OPTIONS= XSCREENSAVER "Use xscreensaver as screen saver app" off \ > + USER_SHARE "Use gnome-user-share for file sharing" on > .endif > do-install: # empty > @@ -90,9 +91,11 @@ > swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \ > vinagre:${PORTSDIR}/net/vinagre \ > brasero:${PORTSDIR}/sysutils/brasero \ > - > gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ > ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet > \ > ${LOCALBASE}/lib/hamster-applet/hamster-applet:${PORTSDIR}/deskutils/hamster-applet > +.if !defined(WITHOUT_USER_SHARE) > +RUN_DEPENDS+= > gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share > +.endif > .if ${ARCH} == "i386" > #RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy > .endif > -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org