From owner-freebsd-ports@FreeBSD.ORG Wed Jul 6 01:31:28 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E886C16A41C for ; Wed, 6 Jul 2005 01:31:28 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 916AF43D46 for ; Wed, 6 Jul 2005 01:31:28 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id 2828E11D57; Wed, 6 Jul 2005 03:31:39 +0200 (CEST) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22548-03; Wed, 6 Jul 2005 03:31:29 +0200 (CEST) Received: from cream.xbsd.org (cream.xbsd.org [192.168.42.6]) by smtp.xbsd.org (Postfix) with ESMTP id AE3B211CBB; Wed, 6 Jul 2005 03:31:28 +0200 (CEST) From: Florent Thoumie To: Kris Kennaway In-Reply-To: <20050706010222.GA33221@xor.obsecurity.org> References: <20050706010222.GA33221@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Jl4U2/yKsmOdWuOst5Rc" Date: Wed, 06 Jul 2005 03:31:24 +0200 Message-Id: <1120613484.654.10.camel@cream.xbsd.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port X-Virus-Scanned: amavisd-new at xbsd.org Cc: ports@FreeBSD.org Subject: Re: Someone introduced a make warning X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 01:31:29 -0000 --=-Jl4U2/yKsmOdWuOst5Rc Content-Type: text/plain; charset=iso8859-15 Content-Transfer-Encoding: quoted-printable Le Mardi 05 juillet 2005 =E0 21:02 -0400, Kris Kennaway a =E9crit : > At some point while walking the ports tree one gets this on 6.0: >=20 > "Makefile", line 48: warning: junk after .else ignored 'if ${ARCH} =3D=3D= "i386"' > "Makefile", line 50: warning: junk after .else ignored 'if ${ARCH} =3D=3D= "i386"' > "Makefile", line 50: warning: junk after .else ignored 'if ${ARCH} =3D=3D= "i386"' > "Makefile", line 41: warning: junk after .else ignored 'if ${ARCH} =3D=3D= "i386"' >=20 > I think this only appeared in the last few days. Can anyone track it > down? Hi Kris, This has been introduced in rev 1.47 of cond.c (about 2 months=20 ago). This is harmless, just saying that .elif should be used=20 instead of .else if. It can easily be removed (if necessary). Ask harti for more information. Regards. --=20 Florent Thoumie flz@xbsd.org --=-Jl4U2/yKsmOdWuOst5Rc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCyzRsMxEkbVFH3PQRAq/cAJ9SjYgZojua2BLkcr1EL1+Ncx9+nQCgkOHn 9XSpS57STvydPoZHc9Sgw3s= =BuHf -----END PGP SIGNATURE----- --=-Jl4U2/yKsmOdWuOst5Rc--