From owner-svn-ports-all@FreeBSD.ORG Fri Aug 15 21:34:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 293386D9; Fri, 15 Aug 2014 21:34:16 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F324C2DBA; Fri, 15 Aug 2014 21:34:15 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id E48B043BA5; Fri, 15 Aug 2014 16:33:58 -0500 (CDT) Message-ID: <53EE7CB4.6040801@marino.st> Date: Fri, 15 Aug 2014 23:33:40 +0200 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Max Brazhnikov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r364974 - head/devel/libuv References: <201408151401.s7FE175M084501@svn.freebsd.org> <2696093.AznJThOmtL@mercury.ph.man.ac.uk> <20140815213214.GC87863@graf.pompo.net> In-Reply-To: <20140815213214.GC87863@graf.pompo.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 15 Aug 2014 21:34:16 -0000 On 8/15/2014 23:32, Thierry Thomas wrote: > Le ven 15 aoû 14 à 23:14:50 +0200, Max Brazhnikov > écrivait : > >> On Fri, 15 Aug 2014 14:01:07 +0000Fri Aug 15 14:01:06 2014 Thierry Thomas wrote: >>> Author: thierry >>> Date: Fri Aug 15 14:01:06 2014 >>> New Revision: 364974 >>> URL: http://svnweb.freebsd.org/changeset/ports/364974 >>> QAT: https://qat.redports.org/buildarchive/r364974/ >>> >>> Log: >>> - Revert r359185 >> >> What's the reason? > > - Our regular make is sufficient to build this port, then $MAKE_CMD is > set to make; > > - but gmake is necessary to build the regression test, and $GMAKE must > be used (only if MAINTAINER_MODE is defined). Then you should have added USES+=gmake in the maintainer section instead, no? John