Re: Generating INDEX

2007-04-13 Thread Joe Marcus Clarke
On Sat, 2007-04-14 at 00:32 +0200, Gerald Pfeifer wrote: > On Fri, 13 Apr 2007, Rong-en Fan wrote: > > No, the patch won't work. According to > > http://www.freebsd.org/gnome/docs/porting.html, > > the right way is always define WANT_GNOME which won't pull > > any gnome dependencies unless USE_GNOM

Re: Generating INDEX

2007-04-13 Thread Gerald Pfeifer
On Fri, 13 Apr 2007, Rong-en Fan wrote: > No, the patch won't work. According to > http://www.freebsd.org/gnome/docs/porting.html, > the right way is always define WANT_GNOME which won't pull > any gnome dependencies unless USE_GNOME is used. > > I think after USE_PERL5_BUILD line, add > > WANT_G

Re: Generating INDEX

2007-04-13 Thread Pav Lucistnik
Rong-en Fan píše v pá 13. 04. 2007 v 19:39 +0800: > I think after USE_PERL5_BUILD line, add > > WANT_GNOME=yes > > and use += for USE_GNOME after bsd.port.pre.mk The usual workaround is USE_GNOME= # empty .include USE_GNOME+= foo bar baz -- Pav Lucistnik <[EMAIL PROTECTED]>

Re: Generating INDEX

2007-04-13 Thread Rong-en Fan
On 4/13/07, Gerald Pfeifer <[EMAIL PROTECTED]> wrote: On Fri, 13 Apr 2007, Rong-en Fan wrote: > I think it's because lang/gcc41, gcc42's usage of USE_GNOME is incorrect. > It should be > > WANT_GNOME= yes > > .include > > USE_GNOME+= > > And our INDEX builder is i386, so we don't see this. Than

Re: Generating INDEX

2007-04-12 Thread Gerald Pfeifer
On Fri, 13 Apr 2007, Rong-en Fan wrote: > I think it's because lang/gcc41, gcc42's usage of USE_GNOME is incorrect. > It should be > > WANT_GNOME= yes > > .include > > USE_GNOME+= > > And our INDEX builder is i386, so we don't see this. Thanks for the report and the diagnosis. I'm away from

Re: Generating INDEX

2007-04-12 Thread Andy Fawcett
On Thursday 12 April 2007 20:03:45 Rong-en Fan wrote: > On 4/13/07, Andy Fawcett <[EMAIL PROTECTED]> wrote: > > On Thursday 12 April 2007 14:49:28 David wrote: > > > Hi, > > > > > > I run my own cvsup server for internal use so we do not overload your > > > servers. It updates once per day then al

Re: Generating INDEX

2007-04-12 Thread Rong-en Fan
On 4/13/07, Andy Fawcett <[EMAIL PROTECTED]> wrote: On Thursday 12 April 2007 14:49:28 David wrote: > Hi, > > I run my own cvsup server for internal use so we do not overload your > servers. It updates once per day then all our other servers update from > it. This is all working and is not repo

Re: Generating INDEX

2007-04-12 Thread Andy Fawcett
On Thursday 12 April 2007 14:49:28 David wrote: > Hi, > > I run my own cvsup server for internal use so we do not overload your > servers. It updates once per day then all our other servers update from > it. This is all working and is not reporting any errors. > > For the last couple of days I ha