cvs commit: ports/www/http_load Makefile
Adam Weinberger
adamw at FreeBSD.org
Sat Jul 10 10:55:23 PDT 2004
>> (07.10.2004 @ 1322 PST): Joe Marcus Clarke said, in 1.6K: <<
> On Sat, 2004-07-10 at 12:31, Adam Weinberger wrote:
> > >> (07.10.2004 @ 1216 PST): Mark Linimon said, in 0.4K: <<
> > > linimon 2004-07-10 16:16:33 UTC
> > >
> > > Modified files:
> > > www/http_load Makefile
> > > Log:
> > > Re-add the MAINTAINER line. In theory, it should not be necessary, but
> > > there appears to be a bug in bsd.*.mk at the moment.
> > >
> > > Pointed out by: Johan Pettersson <manlix at demonized to net>
> > >> end of "cvs commit: ports/www/http_load Makefile" from Mark Linimon <<
> >
> > Should the bsd.gnome.mk line maybe be:
> > .if defined (MAINTAINER) && ${MAINTAINER}=="gnome at FreeBSD.org"
>
> This will break on older versions of FreeBSD, but something like:
>
> .if defined(MAINTAINER)
> .if ${MAINTAINER:U}=="GNOME at FREEBSD.ORG"
> ...
> .endif
> .endif
>
> Should work. However, I like linimon's PR idea better. Though we might
> consider this as a stop-gap measure until linimon's patch can be tested
> on pointyhat.
>
> Joe
>> end of "Re: cvs commit: ports/www/http_load Makefile" from Joe Marcus Clarke <<
I agree; I would definitely like to see this problem quieted until a
more proper solution is in place.
# Adam
--
Adam Weinberger
adamw at magnesium.net || adamw at FreeBSD.org
adamw at vectors.cx || adamw at gnome.org
http://www.vectors.cx
More information about the cvs-all
mailing list