From owner-svn-ports-head@freebsd.org Mon Dec 25 04:28:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66C0CE9A0AF; Mon, 25 Dec 2017 04:28:43 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 41836754C1; Mon, 25 Dec 2017 04:28:42 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 28D1D3F733; Sun, 24 Dec 2017 23:19:38 -0500 (EST) Received: from anthias (unknown [45.117.244.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 0C7BC3F6C6; Sun, 24 Dec 2017 23:19:35 -0500 (EST) Date: Mon, 25 Dec 2017 17:19:32 +1300 (NZDT) From: Gerald Pfeifer To: Tijl Coosemans cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r457180 - head/emulators/wine-devel In-Reply-To: <201712241717.vBOHHaop087910@repo.freebsd.org> Message-ID: References: <201712241717.vBOHHaop087910@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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, 25 Dec 2017 04:28:43 -0000 On Sun, 24 Dec 2017, Tijl Coosemans wrote: > URL: https://svnweb.freebsd.org/changeset/ports/457180 > > Log: > Replace USE_AUTOTOOLS with a plain dependency on devel/autoconf. > > Modified: > head/emulators/wine-devel/Makefile So, this Makefile became smaller and simpler after your change, on the other hand autorconf-2.69 is now hard-coded in the dependencies. Not challenging your change, but trying to understand it and the background better, can you share a little more color on what's been driving this, Tijl? Thanks, Gerald