From owner-svn-ports-head@freebsd.org Mon Jul 15 04:40:47 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 865A2B0130; Mon, 15 Jul 2019 04:40:47 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5E6975914; Mon, 15 Jul 2019 04:40:46 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id F421633E1E; Mon, 15 Jul 2019 00:40:39 -0400 (EDT) Received: from anthias (unknown [154.128.60.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 93B3D33E10; Mon, 15 Jul 2019 00:40:38 -0400 (EDT) Date: Mon, 15 Jul 2019 06:40:28 +0200 (CEST) From: Gerald Pfeifer To: Alexey Dokuchaev cc: Martin Matuska , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r503801 - in head/graphics/exiftran: . files In-Reply-To: <20190630154730.GA21108@FreeBSD.org> Message-ID: References: <201906090644.x596iCon058100@repo.freebsd.org> <20190610041555.GA98022@FreeBSD.org> <20190630154730.GA21108@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: A5E6975914 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-5.24 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-2.09)[ip: (-7.72), ipnet: 209.68.0.0/18(-1.60), asn: 7859(-1.05), country: US(-0.06)]; MX_GOOD(-0.01)[mailwash29.pair.com]; NEURAL_HAM_SHORT(-0.84)[-0.844,0]; RCVD_IN_DNSWL_NONE(0.00)[143.5.68.209.list.dnswl.org : 127.0.10.0]; RECEIVED_SPAMHAUS_PBL(0.00)[244.60.128.154.zen.spamhaus.org : 127.0.0.11]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 15 Jul 2019 04:40:47 -0000 On Sun, 30 Jun 2019, Alexey Dokuchaev wrote: > USES+=localbase is tycally used as a quick shortcut when you don't want to > create a patch or mess with sed(1) to simply teach the port where to look > for headers and libraries. USES+=localbase is declarative, whereas creating a patch or messing with sed(1) is much more specific, so from a maintenance perspective the former is better. Gerald