From owner-svn-ports-head@FreeBSD.ORG Thu Jul 17 03:21:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 311DB949; Thu, 17 Jul 2014 03:21:22 +0000 (UTC) Date: Thu, 17 Jul 2014 03:21:22 +0000 From: Alexey Dokuchaev To: Adam Weinberger Subject: Re: svn commit: r362040 - head/devel/gmake-lite Message-ID: <20140717032122.GA59585@FreeBSD.org> References: <201407160644.s6G6iIiY091220@svn.freebsd.org> <4B40AB33-1184-433F-AAFE-A329B0C4BD68@adamw.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B40AB33-1184-433F-AAFE-A329B0C4BD68@adamw.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 17 Jul 2014 03:21:22 -0000 On Wed, Jul 16, 2014 at 11:12:52PM -0400, Adam Weinberger wrote: > On 16 Jul, 2014, at 2:44, Baptiste Daroussin wrote: > > New Revision: 362040 > > URL: http://svnweb.freebsd.org/changeset/ports/362040 > > QAT: https://qat.redports.org/buildarchive/r362040/ > > > > Log: > > Ensure gmake-lite never tries to build documentation > > > > Modified: > > head/devel/gmake-lite/Makefile > > What's the deal with gmake-lite? There's no info about it in CHANGES, > UPDATING, the PHB, Uses/gmake.mk, or on ports-announce@. Am I supposed > to be using it as a porter? As a user? >From commit log, it was added to simplify the process of removing texinfo and groff from base (avoid circular dependencies). I would assume that it is just a temporary measure and hope it will die soon. I do not think that anyone (or anything) should be using it instead of "normal" make(1) or gmake(1). ./danfe