Date: Sat, 10 Jul 2004 13:22:51 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Adam Weinberger <adamw@FreeBSD.org> Cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/http_load Makefile Message-ID: <1089480171.98927.1.camel@shumai.marcuscom.com> In-Reply-To: <20040710163118.GG58303@toxic.magnesium.net> References: <200407101616.i6AGGX4x030909@repoman.freebsd.org> <20040710163118.GG58303@toxic.magnesium.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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@FreeBSD.org"
This will break on older versions of FreeBSD, but something like:
.if defined(MAINTAINER)
.if ${MAINTAINER:U}=="GNOME@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
>
> # Adam
>
>
> --
> Adam Weinberger
> adamw@magnesium.net || adamw@FreeBSD.org
> adamw@vectors.cx || adamw@gnome.org
> http://www.vectors.cx
--
PGP Key : http://www.marcuscom.com/pgp.asc
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQBA8CXrb2iPiv4Uz4cRAoWVAJ9Z8Oc6Yufo1My/QTS3vVPTWgNdIACfY9P2
1tMr6gfXXl49CvynVLQpm4Y=
=+Lex
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1089480171.98927.1.camel>
