From owner-cvs-all@FreeBSD.ORG Sat Jul 10 17:23:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FB7516A4CE; Sat, 10 Jul 2004 17:23:01 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2916C43D1F; Sat, 10 Jul 2004 17:23:00 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i6AHMYh3029861; Sat, 10 Jul 2004 13:22:34 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Adam Weinberger In-Reply-To: <20040710163118.GG58303@toxic.magnesium.net> References: <200407101616.i6AGGX4x030909@repoman.freebsd.org> <20040710163118.GG58303@toxic.magnesium.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tYZpqVKr6PbhOU7pv/jJ" Organization: MarcusCom, Inc. Message-Id: <1089480171.98927.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 10 Jul 2004 13:22:51 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Mark Linimon cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/http_load Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 17:23:01 -0000 --=-tYZpqVKr6PbhOU7pv/jJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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=20 > > Log: > > Re-add the MAINTAINER line. In theory, it should not be necessary, b= ut > > there appears to be a bug in bsd.*.mk at the moment. > > =20 > > Pointed out by: Johan Pettersson > >> end of "cvs commit: ports/www/http_load Makefile" from Mark Linimon << >=20 > Should the bsd.gnome.mk line maybe be: > .if defined (MAINTAINER) && ${MAINTAINER}=3D=3D"gnome@FreeBSD.org" This will break on older versions of FreeBSD, but something like: .if defined(MAINTAINER) .if ${MAINTAINER:U}=3D=3D"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 >=20 > # Adam >=20 >=20 > -- > Adam Weinberger > adamw@magnesium.net || adamw@FreeBSD.org > adamw@vectors.cx || adamw@gnome.org > http://www.vectors.cx --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-tYZpqVKr6PbhOU7pv/jJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA8CXrb2iPiv4Uz4cRAoWVAJ9Z8Oc6Yufo1My/QTS3vVPTWgNdIACfY9P2 1tMr6gfXXl49CvynVLQpm4Y= =+Lex -----END PGP SIGNATURE----- --=-tYZpqVKr6PbhOU7pv/jJ--