Date: Sat, 18 Apr 2009 09:43:27 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Dmitry Morozovsky" <marck@rinet.ru> Cc: gnome@freebsd.org, ports@freebsd.org, Joe Marcus Clarke <marcus@freebsd.org> Subject: Re: HEADS UP: GNOME 2.26 available for FreeBSD Message-ID: <op.usk67dvo9aq2h7@localhost> In-Reply-To: <alpine.BSF.2.00.0904181327040.56580@woozle.rinet.ru> References: <1239343955.4933.113.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904140344130.2317@woozle.rinet.ru> <1239667718.1304.66.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904140427160.2317@woozle.rinet.ru> <1239669463.1304.67.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904140439310.2317@woozle.rinet.ru> <1239670126.1304.75.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904140451240.2317@woozle.rinet.ru> <alpine.BSF.2.00.0904140504380.2317@woozle.rinet.ru> <3f1fd1ea0904131951u5e6b211dlbb55af484d91e63b@mail.gmail.com> <alpine.BSF.2.00.0904141419060.62790@woozle.rinet.ru> <1239717249.1407.9.camel@wombat.2hip.net> <alpine.BSF.2.00.0904142104300.11410@woozle.rinet.ru> <1239730007.1304.237.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904142219331.11410@woozle.rinet.ru> <1239736472.1304.251.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904142322000.21559@woozle.rinet.ru> <1239737820.1304.265.camel@shumai.marcuscom.com> <alpine.BSF.2.00.0904181327040.56580@woozle.rinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 18 Apr 2009 04:47:33 -0500, Dmitry Morozovsky <marck@rinet.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.usk67dvo9aq2h7>