From owner-svn-ports-all@FreeBSD.ORG Thu May 28 17:15:22 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 234E3DBA; Thu, 28 May 2015 17:15:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D8AAF2DB; Thu, 28 May 2015 17:15:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id ACADDBDC25; Thu, 28 May 2015 19:15:18 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 8B6A1BDC24; Thu, 28 May 2015 19:15:18 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 3EB906142; Thu, 28 May 2015 19:15:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A47F27851A2; Thu, 28 May 2015 19:15:15 +0200 (CEST) Date: Thu, 28 May 2015 19:15:15 +0200 From: Mathieu Arnold To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r387745 - head/Mk Message-ID: In-Reply-To: <201505281701.t4SH16iu034795@svn.freebsd.org> References: <201505281701.t4SH16iu034795@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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, 28 May 2015 17:15:22 -0000 +--On 28 mai 2015 17:01:06 +0000 Mathieu Arnold wrote: | Author: mat | Date: Thu May 28 17:01:05 2015 | New Revision: 387745 | URL: https://svnweb.freebsd.org/changeset/ports/387745 | | Log: | And this should have stayed. | | Sponsored by: Absolight | | Modified: | head/Mk/bsd.sites.mk | | Modified: head/Mk/bsd.sites.mk | ========================================================================= | ===== --- head/Mk/bsd.sites.mk Thu May 28 16:52:34 2015 (r387744) | +++ head/Mk/bsd.sites.mk Thu May 28 17:01:05 2015 (r387745) | @@ -558,6 +558,7 @@ _S_TEMP= ${_P:S/^${_P:C@:[^/:]+$@@}//:S/ | . for _group in ${_S_TEMP:S/,/ /g} | _G_TEMP= ${_group} | . if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default | +check-makevars:: | @${ECHO_MSG} "Makefile error: the words all, ALL and default are | reserved and cannot be" @${ECHO_MSG} "used in group definitions. | Please fix your GH_PROJECT" @${FALSE} | | And with that, it should be all right. -- Mathieu Arnold