From owner-svn-ports-all@FreeBSD.ORG Thu Sep 19 08:18:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8062B8C1; Thu, 19 Sep 2013 08:18:05 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A23742CCC; Thu, 19 Sep 2013 08:18:04 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id m15so7549365wgh.31 for ; Thu, 19 Sep 2013 01:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Gle6cAQop5KCkAGJUfBzt582ZSvJdlDff+PePdnlo+0=; b=blTd5v8DxoFr29+QN4SQQXju4YgT97Ix8YLXqVsuMdSyAKYSwPQBsKI5crt+KFlU3d tdf8JH7RAnGs0PVCT6ztVSHaFDTqFaLGHsoS+sy1/Qcq5NeEYQRQIENM27LPkn4H59Ax Hq5MW4naawvJj3yr19mIA06LKOp/4fVbwR/nyrV2vE5+SLLCHXkXJQIjOqIHjYkfgyjY oCm1YHAkqc3EYkZySuxIvufg+/t3xV4k1MYmFCoepfu4O9/mFKM56Fc4zL/lKwogXjx5 8BtfEpnAsNzQlIPmIbFTm7RmwF96NDSbPh9MJiKJpPRI9jKqKHoo0RmTl/D6vxCUHN7X JqXA== X-Received: by 10.180.185.77 with SMTP id fa13mr271293wic.58.1379578683114; Thu, 19 Sep 2013 01:18:03 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id gp9sm16907260wib.8.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 19 Sep 2013 01:18:02 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 19 Sep 2013 10:17:59 +0200 From: Baptiste Daroussin To: Tijl Coosemans Subject: Re: svn commit: r327578 - head/Mk Message-ID: <20130919081759.GF73535@ithaqua.etoilebsd.net> References: <201309182130.r8ILUrHP069060@svn.freebsd.org> <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zi0sgQQBxRFxMTsj" Content-Disposition: inline In-Reply-To: <20130919095220.08d74bcd@kalimero.tijl.coosemans.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 08:18:05 -0000 --Zi0sgQQBxRFxMTsj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 19, 2013 at 09:52:20AM +0200, Tijl Coosemans wrote: > On Wed, 18 Sep 2013 21:30:53 +0000 (UTC) Baptiste Daroussin wrote: > > Author: bapt > > Date: Wed Sep 18 21:30:53 2013 > > New Revision: 327578 > > URL: http://svnweb.freebsd.org/changeset/ports/327578 > >=20 > > Log: > > Print one message per line > > Add a couple of new warnings > >=20 > > Modified: > > head/Mk/bsd.sanity.mk > >=20 > > Modified: head/Mk/bsd.sanity.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/Mk/bsd.sanity.mk Wed Sep 18 21:28:13 2013 (r327577) > > +++ head/Mk/bsd.sanity.mk Wed Sep 18 21:30:53 2013 (r327578) > > @@ -102,7 +122,9 @@ check-makefile:: show-dev-warnings > > show-dev-errors: > > @${ECHO_MSG} "/!\\ ${PKGNAME}: Makefile errors /!\\" > > @${ECHO_MSG} > > - @${ECHO_MSG} "${DEV_ERROR}" > > +.for m in ${DEV_WARNING} >=20 > s/DEV_WARNING/DEV_ERROR/ >=20 > > + @${ECHO_MSG} "${m}" > > +.endfor > > @${FALSE} > > check-makefile:: show-dev-errors > > .endif Fixed thanks regards, Bapt --Zi0sgQQBxRFxMTsj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlI6szcACgkQ8kTtMUmk6EzP/QCffDI1AneSLlnLvp0xdLE0wqJZ SCcAoJa+eDuD+17QEvHiEnmr61jlQuXK =4Unm -----END PGP SIGNATURE----- --Zi0sgQQBxRFxMTsj--