From owner-svn-ports-all@freebsd.org Sun Jun 23 13:11:09 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 673FE15D07E9; Sun, 23 Jun 2019 13:11:09 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CDC189DFF; Sun, 23 Jun 2019 13:11:08 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 1F66E16E81; Sun, 23 Jun 2019 13:11:08 +0000 (UTC) Date: Sun, 23 Jun 2019 13:11:07 +0000 From: Mark Linimon To: Alexey Dokuchaev Cc: Christoph Moench-Tegeder , Christoph Moench-Tegeder , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r504800 - in head/cad: . kicad-doc Message-ID: <20190623131106.GB10311@lonesome.com> References: <201906211352.x5LDq1E6071357@repo.freebsd.org> <20190621145405.GA390@FreeBSD.org> <20190621212800.GA2542@elch.exwg.net> <20190623104331.GA22325@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190623104331.GA22325@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 0CDC189DFF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.986,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 23 Jun 2019 13:11:09 -0000 On Sun, Jun 23, 2019 at 10:43:31AM +0000, Alexey Dokuchaev wrote: > On Fri, Jun 21, 2019 at 11:28:00PM +0200, Christoph Moench-Tegeder wrote: > > ## Alexey Dokuchaev (danfe@freebsd.org): > > ... > > > > +NO_ARCH= yes > > > > > > This knob should appear earlier. > > > > Where? I can't find it anywhere in "Order of Variables" (Ch. 15 of > > the Porter's Handbook), so I was putting it at the end, as in "The > > Rest of the Variables") and portlint didn't complain. And looking > > at other ports, the situation is... not clear. > > Typically, a port's Makefile logic roughly corresponds to how people > build and package a piece of software: they first learn about it, then > downlod it, then patch, then build, then package, then install. My assumption has always been "if it's not documented in the PH, look at the order of the definitions in bsd.port.mk". mcl