From owner-svn-ports-head@FreeBSD.ORG Fri Oct 25 12:57:54 2013 Return-Path: Delivered-To: svn-ports-head@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 55F6C3EB for ; Fri, 25 Oct 2013 12:57:54 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D338D247C for ; Fri, 25 Oct 2013 12:57:53 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id hp15so3035507lab.19 for ; Fri, 25 Oct 2013 05:57:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=v78U57Hcz4mffnsgfQ7c8K4/ZCe/9ce6/jGwkT4axLk=; b=LGclnr8YJUHw4fgdGV5tEFbZCfR/7X1uph8f22JgnN79uVInQtmaRpg+Y8nj7g6xrd 7htELr7vRdrZqBzyvf5oMksCdXjade4Pq/EilMiqwpfOyqMh1dBGivX1MpDBcH4u0Qfd yLsNyy9ZMysfdeZjjghyScigq9DsCRVup7mdJlX3dKV4Vzx9/dxhx+sLygZkDOE38T75 sYjO6qMAdYSuPw9fIgObBy4CPsfQuW45gMTfsXkSbK0tXBtdEYDwqc9+g89jyCNLwTu+ g94qukpydObKpB7wXLqYxjS7O7diiyqmi/g6t4+IXQmTsUkXquDXJFcOcO0UJnRXN3h+ XFrA== X-Gm-Message-State: ALoCoQksR53kWk+JAS4xNPpVoCNJn91avuVPcLCMIzP+dP9V8z7yx7z0mxLyN30nLpVd1TLyhkIW X-Received: by 10.152.6.169 with SMTP id c9mr5220522laa.28.1382705866469; Fri, 25 Oct 2013 05:57:46 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.212.102 with HTTP; Fri, 25 Oct 2013 05:57:26 -0700 (PDT) In-Reply-To: <3AE5C91CF8126CDF28F525D3@atuin.in.mat.cc> References: <201310250753.r9P7rOYa058699@svn.freebsd.org> <3AE5C91CF8126CDF28F525D3@atuin.in.mat.cc> From: Sunpoet Po-Chuan Hsieh Date: Fri, 25 Oct 2013 20:57:26 +0800 X-Google-Sender-Auth: p10yT3gd_lCxP3xoALuEch-b4Xs Message-ID: Subject: Re: svn commit: r331562 - head/Mk/Uses To: Mathieu Arnold Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 12:57:54 -0000 On Fri, Oct 25, 2013 at 4:02 PM, Mathieu Arnold wrote: > > > +--On 25 octobre 2013 07:53:24 +0000 Sunpoet Po-Chuan Hsieh > wrote: > | Author: sunpoet > | Date: Fri Oct 25 07:53:24 2013 > | New Revision: 331562 > | URL: http://svnweb.freebsd.org/changeset/ports/331562 > | > | Log: > | - Add missing || ${TRUE} > > What's the rationale behind "|| true=E2=80=9C when we can put "-" at the = start of > the line ? (Beside that we do that everywhere else ?) > > -- > Mathieu Arnold > || ${TURE} is also used in bsd.port.mk and bsd.stage.mk. I think we don't have such rule of style. Anyway, I could change to "-" if you want. Regards, sunpoet