From owner-svn-ports-all@freebsd.org Mon Jun 27 02:20:07 2016 Return-Path: Delivered-To: svn-ports-all@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 A3410B8077A; Mon, 27 Jun 2016 02:20:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 999B62753; Mon, 27 Jun 2016 02:20:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 984821187; Mon, 27 Jun 2016 02:20:07 +0000 (UTC) Date: Mon, 27 Jun 2016 02:20:07 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r417488 - head/devel/slibtool Message-ID: <20160627022007.GA43593@FreeBSD.org> References: <201606252100.u5PL0LYH015341@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201606252100.u5PL0LYH015341@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 27 Jun 2016 02:20:07 -0000 On Sat, Jun 25, 2016 at 09:00:21PM +0000, Baptiste Daroussin wrote: > New Revision: 417488 > URL: https://svnweb.freebsd.org/changeset/ports/417488 > > Log: > Update to 0.5.7 > It fixed build on freebsd 9 > while here use gmake-lite to build so the dependency chain remain minimal It would be nice if all USES+=gmake ports could use NLS-less gmake(1) by default (and thus reduced dependency chain). How about making `devel/gmake' NLS disabled by default, and allow individual users to enable it if they want localized messages? Then we don't need the -lite port any more which is also a plus. :-) ./danfe