From owner-freebsd-ports@FreeBSD.ORG Thu Jun 23 08:33:51 2011 Return-Path: Delivered-To: ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1917C1065678; Thu, 23 Jun 2011 08:33:51 +0000 (UTC) Date: Thu, 23 Jun 2011 08:33:51 +0000 From: Alexey Dokuchaev To: "Ilya A. Arkhipov" Message-ID: <20110623083351.GA51681@FreeBSD.org> References: <20110622020048.GA83940@FreeBSD.org> <20110622064224.GB94185@FreeBSD.org> <20110622160233.8b6156e1.itetcu@FreeBSD.org> <20110622135941.GA99725@FreeBSD.org> <20110623033052.GA23118@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Chris Rees , ports@freebsd.org, Ion-Mihai Tetcu , Joe Marcus Clarke , kwm@freebsd.org Subject: Re: portlint(1) knobs order: let's make things more logical 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: Thu, 23 Jun 2011 08:33:51 -0000 On Thu, Jun 23, 2011 at 11:41:17AM +0400, Ilya A. Arkhipov wrote: > Hi danfe@ marcus@ > > if I've got it right for group we need have specific order > > + &checkorder('LICENSE', $tmp, $file, qw( > +LICENSE LICENSE_COMB LICENSE_PERMS LICENSE_GROUPS > +LICENSE_NAME LICENSE_FILE LICENSE_TEXT+ )); > what you say if we do that? This is excerpt from x11/nvidia-driver Makefile, which I think uses natural order of LICENSE knobs: LICENSE= NVIDIA LICENSE_NAME= License For Customer Use of NVIDIA Software LICENSE_FILE= ${WRKSRC}/doc/license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept I would probably suggest this order: LICENSE LICENSE_COMB LICENSE_GROUPS LICENSE_NAME LICENSE_TEXT LICENSE_FILE LICENSE_PERMS ./danfe